/* Orchid Software Shop 1.2.0 — local, self-contained WooCommerce catalog styles */
.oss-v12-catalog {
	--oss-ink: #101828;
	--oss-muted: #667085;
	--oss-burgundy: #9d1235;
	--oss-burgundy-dark: #7c0e2a;
	--oss-blush: #fbe9ee;
	--oss-surface: #ffffff;
	--oss-canvas: #fafafa;
	--oss-border: #e6e8ec;
	--oss-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
	background: var(--oss-canvas);
}

/* Powercomp archive banner and template sidebar are hidden only on product archives. */
.oss-v12-catalog #content .os-breadcrumb-wrap,
.oss-v12-catalog #content .os-breadcrumb-wrap .mask,
.oss-v12-catalog #content #secondary,
.oss-v12-catalog #content .widget-area,
.oss-v12-catalog #content .page-header,
.oss-v12-catalog #content .archive-header,
.oss-v12-catalog #content .woocommerce-products-header,
.oss-v12-catalog #content .woocommerce-breadcrumb,
.oss-v12-catalog #content .page-title,
.oss-v12-catalog #content .term-description,
.oss-v12-catalog #content .woocommerce-result-count,
.oss-v12-catalog #content .woocommerce-ordering,
.oss-v12-catalog #content .woocommerce-pagination {
	display: none !important;
}

/* Release only the store content from the theme's constrained container. */
.oss-v12-catalog #content .inner-page-wrap.__os-woo-page-wrap__,
.oss-v12-catalog #content .inner-entry,
.oss-v12-catalog #content .__os-container__,
.oss-v12-catalog #content .__os-container__ > .row,
.oss-v12-catalog #content .__os-container__ > .row > .col-lg-12,
.oss-v12-catalog #content #primary,
.oss-v12-catalog #content #main,
.oss-v12-catalog #content .site-main,
.oss-v12-catalog #content .__os-woo-entry__,
.oss-v12-catalog #content .woocommerce {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}

.oss-v12-catalog #content .inner-entry {
	padding-top: 24px !important;
}

.oss-v12-catalog #content .__os-container__ {
	max-width: 1440px !important;
	margin-inline: auto !important;
	padding-inline: 24px !important;
}

.oss-v12-shell {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 24px;
	width: 100%;
	margin: 0 auto 56px;
	direction: rtl;
}

.oss-v12-content {
	min-width: 0;
}

.oss-v12-filter {
	align-self: start;
	position: sticky;
	top: 22px;
	border: 1px solid var(--oss-border);
	border-radius: 12px;
	background: var(--oss-surface);
	box-shadow: var(--oss-shadow);
	overflow: hidden;
}

.oss-v12-filter details {
	margin: 0;
}

.oss-v12-filter summary {
	position: relative;
	display: block;
	padding: 17px 18px;
	border-bottom: 1px solid var(--oss-border);
	color: var(--oss-ink);
	font-size: 0.96rem;
	font-weight: 800;
	list-style: none;
	cursor: pointer;
}

.oss-v12-filter summary::-webkit-details-marker {
	display: none;
}

.oss-v12-filter summary::after {
	position: absolute;
	inset-inline-start: 18px;
	content: '⌄';
	color: var(--oss-burgundy);
	font-size: 1rem;
}

.oss-v12-filter details[open] summary::after {
	transform: rotate(180deg);
}

.oss-v12-filter__content {
	padding: 10px;
}

.oss-v12-filter__links {
	display: grid;
	gap: 4px;
}

.oss-v12-filter__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 9px;
	border-radius: 8px;
	color: #475467 !important;
	font-size: 0.87rem;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none !important;
}

.oss-v12-filter__link:hover,
.oss-v12-filter__link.is-active {
	background: var(--oss-blush);
	color: var(--oss-burgundy) !important;
}

.oss-v12-filter__link small {
	min-width: 22px;
	padding: 2px 5px;
	border-radius: 10px;
	background: #f2f4f7;
	color: var(--oss-muted);
	font-size: 0.72rem;
	font-weight: 700;
	text-align: center;
}

.oss-v12-support {
	margin: 14px 0 0;
	padding: 16px;
	border-radius: 10px;
	background: #fff7f9;
	text-align: center;
}

.oss-v12-support h2 {
	margin: 0 0 6px;
	color: var(--oss-ink);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.65;
}

.oss-v12-support p {
	margin: 0 0 13px;
	color: var(--oss-muted);
	font-size: 0.78rem;
	line-height: 1.7;
}

.oss-v12-support a,
.oss-v12-product__footer .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 7px;
	background: var(--oss-burgundy) !important;
	color: #fff !important;
	font: inherit;
	font-weight: 800;
	text-decoration: none !important;
	transition: background 140ms ease;
}

.oss-v12-support a {
	width: 100%;
	min-height: 38px;
	font-size: 0.81rem;
}

.oss-v12-support a:hover,
.oss-v12-product__footer .button:hover {
	background: var(--oss-burgundy-dark) !important;
}

.oss-v12-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 18px;
	padding: 0 1px 14px;
	border-bottom: 1px solid var(--oss-border);
}

.oss-v12-toolbar__title h1 {
	margin: 0;
	color: var(--oss-ink);
	font-size: clamp(1.25rem, 1.8vw, 1.6rem);
	font-weight: 850;
	letter-spacing: -0.03em;
	line-height: 1.35;
}

.oss-v12-toolbar__title span {
	display: block;
	margin-top: 4px;
	color: var(--oss-muted);
	font-size: 0.76rem;
}

/* The sort buttons remain a single horizontal row; narrow screens can scroll this row. */
.oss-v12-sort {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	padding-bottom: 2px;
	white-space: nowrap;
	overflow-x: auto;
	scrollbar-width: thin;
}

.oss-v12-sort__label {
	color: var(--oss-muted);
	font-size: 0.78rem;
	font-weight: 750;
	flex: 0 0 auto;
}

.oss-v12-sort__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 9px;
	border: 1px solid var(--oss-border);
	border-radius: 7px;
	background: var(--oss-surface);
	color: #475467 !important;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	flex: 0 0 auto;
}

.oss-v12-sort__button:hover,
.oss-v12-sort__button.is-active {
	border-color: var(--oss-burgundy);
	background: var(--oss-burgundy);
	color: #fff !important;
}

.oss-v12-catalog ul.products {
	display: grid !important;
	grid-template-columns: repeat(var(--oss-v12-columns, 4), minmax(0, 1fr));
	gap: 16px;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
}

.oss-v12-catalog ul.products::before,
.oss-v12-catalog ul.products::after {
	display: none !important;
}

.oss-v12-catalog ul.products li.product {
	display: flex !important;
	float: none !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 9px;
	border: 1px solid var(--oss-border);
	border-radius: 12px;
	background: var(--oss-surface);
	box-shadow: 0 4px 12px rgba(16, 24, 40, 0.035);
	box-sizing: border-box;
	overflow: hidden;
}

.oss-v12-catalog ul.products li.product:hover {
	border-color: #e6bac8;
	box-shadow: var(--oss-shadow);
}

.oss-v12-product__link {
	display: flex !important;
	flex: 1 0 auto;
	flex-direction: column;
	min-width: 0;
	color: inherit !important;
	text-decoration: none !important;
}

.oss-v12-product__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 0.9;
	margin-bottom: 10px;
	border-radius: 8px;
	background: #f7f8fa;
	overflow: hidden;
}

.oss-v12-product__media img {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.oss-v12-product__media span {
	position: absolute;
	inset: auto 7px 7px auto;
	padding: 4px 6px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 2px 5px rgba(16, 24, 40, 0.08);
	color: #047e92;
	font-size: 0.67rem;
	font-weight: 800;
}

.oss-v12-product__content {
	padding: 0 3px;
}

.oss-v12-product__category {
	display: block;
	min-height: 16px;
	margin-bottom: 4px;
	color: var(--oss-burgundy);
	font-size: 0.69rem;
	font-weight: 850;
	line-height: 1.4;
}

.oss-v12-product__content h2 {
	display: -webkit-box;
	min-height: 45px;
	margin: 0;
	overflow: hidden;
	color: var(--oss-ink) !important;
	font-size: 0.88rem !important;
	font-weight: 850 !important;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.oss-v12-product__content p {
	display: -webkit-box;
	min-height: 17px;
	margin: 4px 0 0;
	overflow: hidden;
	color: var(--oss-muted);
	font-size: 0.72rem;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.oss-v12-product__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 42px;
	margin-top: 12px;
	padding: 9px 3px 1px;
	border-top: 1px solid #f0f1f3;
}

.oss-v12-product__price,
.oss-v12-product__price *,
.oss-v12-product__price .price,
.oss-v12-product__price .woocommerce-Price-amount,
.oss-v12-product__price bdi {
	display: inline !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: var(--oss-ink) !important;
	font-size: 0.84rem !important;
	font-style: normal;
	font-weight: 900 !important;
	line-height: 1.35;
}

.oss-v12-product__price del,
.oss-v12-product__price del * {
	color: #98a2b3 !important;
	font-size: 0.68rem !important;
	font-weight: 600 !important;
}

.oss-v12-product__price ins {
	background: transparent !important;
	text-decoration: none !important;
}

.oss-v12-product__footer .button {
	min-height: 32px;
	margin: 0 !important;
	padding: 7px 9px !important;
	font-size: 0.7rem !important;
	line-height: 1.1 !important;
	white-space: nowrap;
	flex: 0 0 auto;
}

.oss-v12-product__footer .added_to_cart {
	display: none !important;
}

@media (max-width: 1100px) {
	.oss-v12-catalog ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.oss-v12-shell {
		grid-template-columns: 210px minmax(0, 1fr);
		gap: 18px;
	}
}

@media (max-width: 820px) {
	.oss-v12-catalog #content .__os-container__ {
		padding-inline: 16px !important;
	}

	.oss-v12-shell {
		grid-template-columns: 1fr;
	}

	.oss-v12-filter {
		position: static;
	}

	.oss-v12-filter summary {
		padding: 13px 15px;
	}

	.oss-v12-filter__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oss-v12-support {
		display: none;
	}

	.oss-v12-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.oss-v12-sort {
		width: 100%;
	}

	.oss-v12-catalog ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.oss-v12-catalog #content .__os-container__ {
		padding-inline: 12px !important;
	}

	.oss-v12-filter__links {
		grid-template-columns: 1fr;
	}

	.oss-v12-catalog ul.products {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.oss-v12-product__media {
		aspect-ratio: 1.45 / 1;
	}
}

/* Optional local header banner and filter-free layout. */
.oss-v12-shell.is-without-filter {
	grid-template-columns: minmax(0, 1fr);
}

.oss-v14-banner {
	position: relative;
	width: min(100%, 1360px);
	margin: 0 auto 22px;
	padding: 30px 34px;
	border: 1px solid #ead5db;
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(157, 18, 53, 0.08), transparent 52%),
		linear-gradient(90deg, #fffafb, #ffffff);
	box-sizing: border-box;
	direction: rtl;
}

.oss-v14-banner h2 {
	margin: 0;
	color: var(--oss-ink);
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	font-weight: 850;
	line-height: 1.45;
}

.oss-v14-banner p {
	margin: 7px 0 0;
	color: var(--oss-muted);
	font-size: 0.9rem;
	line-height: 1.8;
}

/* The price is plain local text, insulated from theme price selectors. */
.oss-v12-catalog .oss-v12-product__price .oss-v12-product__price-value {
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #101828 !important;
	background: transparent !important;
	font-family: inherit !important;
	font-size: 0.9rem !important;
	font-weight: 900 !important;
	line-height: 1.4 !important;
	white-space: nowrap !important;
	text-indent: 0 !important;
	clip: auto !important;
	clip-path: none !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
}

@media (max-width: 820px) {
	.oss-v14-banner {
		padding: 23px 20px;
	}
}

/* Version 1.5: use WooCommerce's native loop price hook, styled explicitly inside custom cards. */
.oss-v12-catalog ul.products li.product > .price,
.oss-v12-catalog ul.products li.product .price {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	min-height: 24px !important;
	margin: 12px 3px 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #101828 !important;
	font-family: inherit !important;
	font-size: 0.92rem !important;
	font-weight: 900 !important;
	line-height: 1.55 !important;
	text-align: start !important;
	white-space: nowrap !important;
	text-indent: 0 !important;
	clip: auto !important;
	clip-path: none !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
}

.oss-v12-catalog ul.products li.product > .price *,
.oss-v12-catalog ul.products li.product .price * {
	display: inline !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: inherit !important;
	font: inherit !important;
}

.oss-v12-catalog ul.products li.product .price del,
.oss-v12-catalog ul.products li.product .price del * {
	color: #98a2b3 !important;
	font-size: 0.72rem !important;
	font-weight: 600 !important;
}

.oss-v12-catalog ul.products li.product .price ins {
	background: transparent !important;
	text-decoration: none !important;
}

.oss-v15-product__actions {
	display: flex;
	justify-content: flex-start;
	margin-top: 9px;
	padding: 9px 3px 1px;
	border-top: 1px solid #f0f1f3;
}

.oss-v15-product__actions .button {
	min-height: 32px;
	margin: 0 !important;
	padding: 7px 9px !important;
	border-radius: 7px;
	background: var(--oss-burgundy) !important;
	color: #fff !important;
	font-size: 0.7rem !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
	white-space: nowrap;
}

/* Version 1.6: optional loop actions and store-page controls. */
.oss-v12-catalog .oss-v15-product__actions .button {
	border-radius: var(--oss-loop-button-radius, 8px) !important;
}

.oss-loop-product-id {
	display: block;
	margin: 0 3px 5px;
	color: #667085;
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1.4;
}

.oss-store-page .woocommerce .button,
.oss-store-page .woocommerce button.button,
.oss-store-page .woocommerce input.button {
	border-radius: var(--oss-store-radius, 12px);
}

.oss-single-product .product .summary,
.oss-single-product .product .woocommerce-tabs,
.oss-single-product .product .related,
.oss-single-product .product .upsells {
	border-radius: var(--oss-single-radius, 12px);
}

.oss-single-product-id,
.oss-single-download-note,
.oss-cart-security-note {
	margin: 12px 0;
	padding: 11px 13px;
	border: 1px solid #ead5db;
	border-radius: 9px;
	background: #fff8fa;
	color: #475467;
	font-size: 0.83rem;
	font-weight: 600;
	line-height: 1.8;
}

.oss-single-product-id {
	display: inline-block;
	padding: 4px 9px;
	border-color: #e6e8ec;
	background: #f7f8fa;
	color: #667085;
	font-size: 0.75rem;
}

.oss-cart-page .cart-collaterals .cart_totals,
.oss-checkout-page .woocommerce-checkout-review-order {
	border: 1px solid #e6e8ec;
	border-radius: var(--oss-store-radius, 12px);
	box-sizing: border-box;
}

.oss-cart-sticky-totals .cart-collaterals .cart_totals,
.oss-checkout-sticky-totals .woocommerce-checkout-review-order {
	position: sticky;
	top: 22px;
}

.oss-checkout-compact-fields .woocommerce form .form-row {
	margin-bottom: 10px;
}

.oss-checkout-compact-fields .woocommerce form .form-row label {
	margin-bottom: 3px;
}

.oss-account-compact-nav .woocommerce-MyAccount-navigation {
	padding: 8px;
	border: 1px solid #e6e8ec;
	border-radius: var(--oss-store-radius, 12px);
	background: #fff;
}

.oss-account-compact-nav .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.oss-account-compact-nav .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 9px 10px;
	border-radius: 7px;
	color: #344054;
	font-weight: 700;
	text-decoration: none;
}

.oss-account-compact-nav .woocommerce-MyAccount-navigation li.is-active a,
.oss-account-compact-nav .woocommerce-MyAccount-navigation li a:hover {
	background: #fbe9ee;
	color: var(--oss-burgundy);
}

@media (min-width: 821px) {
	.oss-single-sticky-summary .single-product .summary {
		position: sticky;
		top: 22px;
	}
}

@media (max-width: 820px) {
	.oss-cart-sticky-totals .cart-collaterals .cart_totals,
	.oss-checkout-sticky-totals .woocommerce-checkout-review-order {
		position: static;
	}
}

/* Version 1.6.2: guard loop controls against theme-specific button markup. */
.oss-loop-hide-add-to-cart.oss-v12-catalog ul.products li.product .oss-v15-product__actions,
.oss-loop-hide-add-to-cart.oss-v12-catalog ul.products li.product .add_to_cart_button,
.oss-loop-hide-add-to-cart.oss-v12-catalog ul.products li.product .ajax_add_to_cart,
.oss-loop-hide-add-to-cart.oss-v12-catalog ul.products li.product > a.button,
.oss-loop-hide-add-to-cart.oss-v12-catalog ul.products li.product a.button.product_type_simple,
.oss-loop-hide-add-to-cart.oss-v12-catalog ul.products li.product a.button.product_type_variable {
	display: none !important;
}

.oss-v12-catalog ul.products li.product .oss-v15-product__actions .button,
.oss-v12-catalog ul.products li.product .add_to_cart_button,
.oss-v12-catalog ul.products li.product .ajax_add_to_cart,
.oss-v12-catalog ul.products li.product > a.button,
.oss-v12-catalog ul.products li.product a.button.product_type_simple,
.oss-v12-catalog ul.products li.product a.button.product_type_variable {
	border-radius: var(--oss-loop-button-radius, 8px) !important;
}

.oss-v12-catalog ul.products li.product .oss-v12-product__content .oss-loop-product-id {
	display: block !important;
	margin: 2px 0 5px !important;
	color: #667085 !important;
	font-size: 0.68rem !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Version 1.7: modern cart experience for Orchid Store. */
.oss-cart-page #content .os-breadcrumb-wrap,
.oss-cart-page #content .page-header,
.oss-cart-page #content .archive-header,
.oss-cart-page #content .entry-header {
	display: none !important;
}

.oss-cart-page #content .inner-entry,
.oss-cart-page #content .__os-container__,
.oss-cart-page #content .__os-container__ > .row,
.oss-cart-page #content .__os-container__ > .row > [class*='col-'],
.oss-cart-page #content #primary,
.oss-cart-page #content #main,
.oss-cart-page #content .site-main,
.oss-cart-page #content .woocommerce {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}

.oss-cart-page #content .__os-container__ {
	max-width: 1360px !important;
	margin-inline: auto !important;
	padding: 34px 24px 64px !important;
}

.oss-cart-page .woocommerce {
	direction: rtl;
}

.oss-cart-intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 24px;
	padding: 27px 30px;
	border: 1px solid #ead5db;
	border-radius: 16px;
	background: linear-gradient(125deg, #fff7f9, #ffffff 58%);
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.055);
}

.oss-cart-intro span {
	display: block;
	margin-bottom: 5px;
	color: var(--oss-burgundy);
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.oss-cart-intro h1 {
	margin: 0;
	color: var(--oss-ink);
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 900;
	line-height: 1.4;
}

.oss-cart-intro p {
	margin: 7px 0 0;
	color: var(--oss-muted);
	font-size: 0.85rem;
	line-height: 1.75;
}

.oss-cart-intro a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 17px;
	border: 1px solid var(--oss-burgundy);
	border-radius: 9px;
	background: #fff;
	color: var(--oss-burgundy) !important;
	font-size: 0.82rem;
	font-weight: 800;
	white-space: nowrap;
	text-decoration: none !important;
}

.oss-cart-intro a:hover {
	background: var(--oss-burgundy);
	color: #fff !important;
}

.oss-cart-page .woocommerce-cart-form {
	margin: 0;
	padding: 10px 18px 16px;
	border: 1px solid #e5e7eb;
	border-radius: var(--oss-store-radius, 12px);
	background: #fff;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.045);
	overflow: hidden;
}

.oss-cart-page table.shop_table {
	width: 100%;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: separate;
	border-spacing: 0;
	background: transparent;
}

.oss-cart-page table.shop_table thead th {
	padding: 14px 12px !important;
	border: 0 !important;
	border-bottom: 1px solid #e8eaee !important;
	background: #f8f9fb;
	color: #667085;
	font-size: 0.74rem;
	font-weight: 800;
	text-align: right !important;
}

.oss-cart-page table.shop_table tbody td {
	padding: 16px 12px !important;
	border: 0 !important;
	border-bottom: 1px solid #eef0f3 !important;
	color: #344054;
	font-size: 0.83rem;
	vertical-align: middle !important;
}

.oss-cart-page table.shop_table tbody tr:last-child td {
	border-bottom: 0 !important;
}

.oss-cart-page td.product-thumbnail img {
	width: 70px !important;
	height: 70px !important;
	border: 1px solid #edf0f2;
	border-radius: 10px;
	object-fit: contain;
}

.oss-cart-page td.product-name a {
	color: var(--oss-ink) !important;
	font-weight: 800;
	line-height: 1.7;
	text-decoration: none !important;
}

.oss-cart-page td.product-name a:hover {
	color: var(--oss-burgundy) !important;
}

.oss-cart-page td.product-price,
.oss-cart-page td.product-subtotal {
	color: var(--oss-ink);
	font-weight: 850;
	white-space: nowrap;
}

.oss-cart-page .quantity .qty {
	width: 62px !important;
	min-height: 36px;
	padding: 5px !important;
	border: 1px solid #d8dce2 !important;
	border-radius: 8px !important;
	background: #fff !important;
	text-align: center;
	box-shadow: none !important;
}

.oss-cart-page td.product-remove a.remove {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 28px !important;
	height: 28px !important;
	border: 1px solid #f2c8d3;
	border-radius: 50%;
	background: #fff6f8 !important;
	color: var(--oss-burgundy) !important;
	font-size: 1.1rem !important;
	font-weight: 500 !important;
	line-height: 1 !important;
}

.oss-cart-page td.product-remove a.remove:hover {
	background: var(--oss-burgundy) !important;
	color: #fff !important;
}

.oss-cart-page .actions {
	padding: 16px 0 2px !important;
	border-top: 1px solid #eef0f3;
}

.oss-cart-page .actions .coupon {
	display: flex;
	align-items: center;
	gap: 8px;
}

.oss-cart-page .actions .coupon .input-text {
	min-height: 38px;
	min-width: 180px;
	margin: 0 !important;
	padding: 8px 10px !important;
	border: 1px solid #d8dce2 !important;
	border-radius: 8px !important;
	background: #fff;
}

.oss-cart-page .actions .button {
	min-height: 38px;
	padding: 8px 13px !important;
	border-radius: 8px !important;
	background: #f2f4f7 !important;
	color: #344054 !important;
	font-size: 0.77rem !important;
	font-weight: 800 !important;
}

.oss-cart-page .actions .button:hover {
	background: #e5e7eb !important;
}

.oss-cart-page .cart-collaterals {
	display: flex;
	justify-content: flex-start;
	margin: 26px 0 0;
}

.oss-cart-page .cart-collaterals .cart_totals {
	float: none !important;
	width: min(460px, 100%) !important;
	margin: 0 !important;
	padding: 22px !important;
	border: 1px solid #e5e7eb !important;
	border-radius: var(--oss-store-radius, 12px);
	background: #fff;
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.055);
}

.oss-cart-page .cart_totals > h2 {
	margin: 0 0 17px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e8eaee;
	color: var(--oss-ink);
	font-size: 1.05rem;
	font-weight: 900;
}

.oss-cart-page .cart_totals table,
.oss-cart-page .cart_totals table.shop_table {
	border: 0 !important;
}

.oss-cart-page .cart_totals table th,
.oss-cart-page .cart_totals table td {
	padding: 12px 0 !important;
	border-color: #eef0f3 !important;
	color: #475467;
	font-size: 0.82rem;
}

.oss-cart-page .cart_totals table td {
	color: var(--oss-ink);
	font-weight: 850;
	text-align: left;
}

.oss-cart-page .cart_totals .order-total th,
.oss-cart-page .cart_totals .order-total td {
	padding-top: 17px !important;
	color: var(--oss-ink);
	font-size: 0.98rem;
	font-weight: 900;
}

.oss-cart-page .wc-proceed-to-checkout {
	margin: 20px 0 0 !important;
	padding: 0 !important;
}

.oss-cart-page .wc-proceed-to-checkout a.checkout-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin: 0 !important;
	border-radius: 9px !important;
	background: linear-gradient(90deg, var(--oss-burgundy-dark), var(--oss-burgundy)) !important;
	color: #fff !important;
	font-size: 0.9rem !important;
	font-weight: 850 !important;
	text-decoration: none !important;
}

.oss-cart-page .oss-cart-security-note {
	margin: 14px 0 0;
	padding: 11px 12px;
	border-color: #d4eadf;
	background: #f2fbf6;
	color: #28734a;
	font-size: 0.76rem;
}

@media (max-width: 820px) {
	.oss-cart-page #content .__os-container__ {
		padding: 20px 14px 42px !important;
	}

	.oss-cart-intro {
		align-items: flex-start;
		flex-direction: column;
		gap: 15px;
		padding: 21px 18px;
	}

	.oss-cart-intro a {
		width: 100%;
	}

	.oss-cart-page .woocommerce-cart-form {
		padding: 8px 12px 14px;
		overflow-x: auto;
	}

	.oss-cart-page table.shop_table {
		min-width: 690px;
	}

	.oss-cart-page .cart-collaterals .cart_totals {
		width: 100% !important;
		padding: 18px !important;
	}

	.oss-cart-page .actions .coupon {
		flex-wrap: wrap;
	}

	.oss-cart-page .actions .coupon .input-text {
		min-width: 0;
		flex: 1 1 150px;
	}
}

/* Version 1.7.1: final catalogue controls and a single-surface cart summary. */
.oss-v12-catalog ul.products li.product .oss-v12-product__content .oss-loop-product-id {
	display: none !important;
}

.oss-loop-show-product-id.oss-v12-catalog ul.products li.product .oss-v12-product__content .oss-loop-product-id {
	display: block !important;
}

.oss-cart-intro a {
	border-color: #d8dce2;
	background: #fff;
	color: var(--oss-burgundy) !important;
}

.oss-cart-intro a:hover,
.oss-cart-intro a:focus {
	border-color: var(--oss-burgundy) !important;
	background: #fff !important;
	color: var(--oss-burgundy) !important;
	box-shadow: 0 0 0 1px var(--oss-burgundy);
}

/* Form and totals join visually into one continuous cart card. */
.oss-cart-page .woocommerce-cart-form {
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
	border-radius: var(--oss-store-radius, 12px) var(--oss-store-radius, 12px) 0 0;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.045);
}

.oss-cart-page .cart-collaterals {
	display: block !important;
	margin: 0 !important;
	padding: 0 18px 22px !important;
	border: 1px solid #e5e7eb;
	border-top: 0;
	border-radius: 0 0 var(--oss-store-radius, 12px) var(--oss-store-radius, 12px);
	background: #fff;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.045);
}

.oss-cart-page .cart-collaterals .cart_totals {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 19px 0 0 !important;
	border: 0 !important;
	border-top: 1px solid #e8eaee !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.oss-cart-page .cart_totals > h2 {
	margin-bottom: 10px;
	padding-bottom: 11px;
}

.oss-cart-page .cart_totals table,
.oss-cart-page .cart_totals table.shop_table {
	width: 100% !important;
	max-width: none !important;
}

.oss-cart-page .cart_totals table th,
.oss-cart-page .cart_totals table td {
	padding: 11px 0 !important;
}

.oss-cart-page .wc-proceed-to-checkout {
	margin-top: 14px !important;
}

@media (max-width: 820px) {
	.oss-cart-page .cart-collaterals {
		padding: 0 12px 16px !important;
	}
}

/* Version 1.7.2: clear, compact cart action buttons. */
.oss-cart-page .cart_totals .wc-proceed-to-checkout {
	text-align: right;
}

.oss-cart-page .cart_totals .wc-proceed-to-checkout a.checkout-button,
.oss-cart-page .wc-proceed-to-checkout a.checkout-button {
	display: inline-flex !important;
	width: auto !important;
	min-width: 172px;
	min-height: 44px;
	padding: 10px 18px !important;
	border: 1px solid #8f0e32 !important;
	border-radius: 8px !important;
	background: #9d1235 !important;
	background-image: none !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 0.84rem !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
	text-shadow: none !important;
	white-space: nowrap;
}

.oss-cart-page .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.oss-cart-page .cart_totals .wc-proceed-to-checkout a.checkout-button:focus {
	border-color: #720a27 !important;
	background: #7c0e2a !important;
	color: #ffffff !important;
}

.oss-cart-page form.woocommerce-cart-form [name="update_cart"],
.oss-cart-page form.woocommerce-cart-form button[name="update_cart"],
.oss-cart-page form.woocommerce-cart-form input[name="update_cart"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px !important;
	border: 1px solid #9d1235 !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: #9d1235 !important;
	font-family: inherit !important;
	font-size: 0.78rem !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-shadow: none !important;
	cursor: pointer !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.oss-cart-page form.woocommerce-cart-form [name="update_cart"]:hover,
.oss-cart-page form.woocommerce-cart-form [name="update_cart"]:focus {
	border-color: #7c0e2a !important;
	background: #fff7f9 !important;
	color: #7c0e2a !important;
}

.oss-cart-page form.woocommerce-cart-form [name="update_cart"]:disabled,
.oss-cart-page form.woocommerce-cart-form .button.disabled[name="update_cart"] {
	border-color: #9d1235 !important;
	background: #ffffff !important;
	color: #9d1235 !important;
	cursor: pointer !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}

@media (max-width: 520px) {
	.oss-cart-page .cart_totals .wc-proceed-to-checkout a.checkout-button,
	.oss-cart-page .wc-proceed-to-checkout a.checkout-button {
		min-width: 0;
		width: 100% !important;
	}
}

/* Version 1.7.3: force visible product IDs and position checkout action on the left. */
.oss-v12-catalog ul.products li.product .oss-v12-product__content .oss-loop-product-id,
.oss-loop-show-product-id.oss-v12-catalog ul.products li.product .oss-v12-product__content .oss-loop-product-id {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.oss-cart-page .cart_totals .wc-proceed-to-checkout,
.oss-cart-page .wc-proceed-to-checkout {
	text-align: left !important;
}

/* Version 1.7.4: consistent hover states and SKU-based product identity. */
.oss-cart-page .oss-cart-intro a:hover,
.oss-cart-page .oss-cart-intro a:focus {
	border-color: var(--oss-burgundy) !important;
	background: #fff7f9 !important;
	color: var(--oss-burgundy) !important;
	box-shadow: 0 0 0 1px var(--oss-burgundy) !important;
	transform: translateY(-1px);
}

.oss-cart-page form.woocommerce-cart-form [name="update_cart"]:hover,
.oss-cart-page form.woocommerce-cart-form [name="update_cart"]:focus {
	border-color: #7c0e2a !important;
	background: #9d1235 !important;
	color: #ffffff !important;
	box-shadow: 0 4px 10px rgba(157, 18, 53, 0.18);
}

.oss-cart-page td.product-remove a.remove:hover,
.oss-cart-page td.product-remove a.remove:focus {
	border-color: var(--oss-burgundy) !important;
	background: #fff6f8 !important;
	color: var(--oss-burgundy) !important;
	font-weight: 900 !important;
	opacity: 1 !important;
	box-shadow: 0 0 0 1px var(--oss-burgundy);
}

/* Version 1.8.0: SKU badge in the visible media area and mobile-first cart cards. */
.oss-v12-product__media .oss-v18-product-sku {
	position: absolute !important;
	inset: 8px auto auto 8px !important;
	display: inline-flex !important;
	align-items: center;
	min-height: 24px;
	padding: 3px 7px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 6px;
	background: rgba(16, 24, 40, 0.82) !important;
	color: #ffffff !important;
	font-size: 0.65rem !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	white-space: nowrap;
	z-index: 3;
	visibility: visible !important;
	opacity: 1 !important;
}

.oss-v12-product__media .oss-v12-product__download {
	position: absolute;
	inset: auto 7px 7px auto;
	padding: 4px 6px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 2px 5px rgba(16, 24, 40, 0.08);
	color: #047e92;
	font-size: 0.67rem;
	font-weight: 800;
	z-index: 2;
}

@media (max-width: 640px) {
	.oss-cart-page #content .__os-container__ {
		padding: 14px 10px 34px !important;
	}

	.oss-cart-intro {
		margin-bottom: 14px;
		padding: 18px 15px;
		border-radius: 12px;
	}

	.oss-cart-intro h1 {
		font-size: 1.25rem;
	}

	.oss-cart-intro p {
		font-size: 0.78rem;
	}

	.oss-cart-page .woocommerce-cart-form {
		padding: 0 10px 10px;
		overflow: visible;
		border-radius: 12px 12px 0 0;
	}

	.oss-cart-page table.shop_table,
	.oss-cart-page table.shop_table tbody,
	.oss-cart-page table.shop_table tr,
	.oss-cart-page table.shop_table td {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
	}

	.oss-cart-page table.shop_table thead {
		display: none !important;
	}

	.oss-cart-page table.shop_table tr.woocommerce-cart-form__cart-item {
		display: grid !important;
		grid-template-columns: 64px minmax(0, 1fr) 30px;
		column-gap: 10px;
		row-gap: 9px;
		padding: 14px 0 !important;
		border-bottom: 1px solid #eef0f3;
	}

	.oss-cart-page table.shop_table tr.woocommerce-cart-form__cart-item td {
		min-height: 0;
		padding: 0 !important;
		border: 0 !important;
	}

	.oss-cart-page table.shop_table td.product-thumbnail {
		grid-column: 1;
		grid-row: 1;
	}

	.oss-cart-page td.product-thumbnail img {
		width: 64px !important;
		height: 64px !important;
		border-radius: 8px;
	}

	.oss-cart-page table.shop_table td.product-name {
		grid-column: 2;
		grid-row: 1;
		padding-top: 3px !important;
	}

	.oss-cart-page table.shop_table td.product-remove {
		grid-column: 3;
		grid-row: 1;
		width: 30px !important;
	}

	.oss-cart-page table.shop_table td.product-price,
	.oss-cart-page table.shop_table td.product-quantity,
	.oss-cart-page table.shop_table td.product-subtotal {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		grid-column: 1 / -1;
		padding-top: 8px !important;
		border-top: 1px dashed #eef0f3 !important;
		font-size: 0.8rem;
	}

	.oss-cart-page table.shop_table td.product-price::before,
	.oss-cart-page table.shop_table td.product-quantity::before,
	.oss-cart-page table.shop_table td.product-subtotal::before {
		color: #667085;
		font-weight: 700;
	}

	.oss-cart-page table.shop_table td.product-price::before { content: 'قیمت واحد'; }
	.oss-cart-page table.shop_table td.product-quantity::before { content: 'تعداد'; }
	.oss-cart-page table.shop_table td.product-subtotal::before { content: 'جمع جزء'; }

	.oss-cart-page table.shop_table tr.woocommerce-cart-form__cart-item + tr td {
		padding: 14px 0 4px !important;
	}

	.oss-cart-page .actions,
	.oss-cart-page .actions .coupon {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		padding-top: 14px !important;
	}

	.oss-cart-page .actions .coupon .input-text {
		grid-column: 1 / -1;
		width: 100% !important;
	}

	.oss-cart-page .actions .button,
	.oss-cart-page form.woocommerce-cart-form [name="update_cart"] {
		width: 100% !important;
		min-height: 42px;
		margin: 0 !important;
	}

	.oss-cart-page .cart-collaterals {
		padding: 0 10px 14px !important;
	}

	.oss-cart-page .cart-collaterals .cart_totals {
		padding-top: 15px !important;
	}

	.oss-cart-page .cart_totals table th,
	.oss-cart-page .cart_totals table td {
		font-size: 0.78rem;
	}

	.oss-cart-page .cart_totals .wc-proceed-to-checkout,
	.oss-cart-page .wc-proceed-to-checkout {
		text-align: stretch !important;
	}

	.oss-cart-page .cart_totals .wc-proceed-to-checkout a.checkout-button,
	.oss-cart-page .wc-proceed-to-checkout a.checkout-button {
		width: 100% !important;
		min-height: 46px;
	}
}

/* Version 1.8.1: independent SKU rendering and refined product-page actions. */
.oss-v12-product__media[data-oss-sku]:not([data-oss-sku=""])::after {
	position: absolute !important;
	inset: 8px auto auto 8px !important;
	display: inline-flex !important;
	align-items: center;
	min-height: 24px;
	padding: 3px 7px;
	border: 1px solid rgba(255, 255, 255, 0.92);
	border-radius: 6px;
	background: rgba(16, 24, 40, 0.88) !important;
	color: #ffffff !important;
	content: attr(data-oss-sku) !important;
	font-family: inherit !important;
	font-size: 0.65rem !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	white-space: nowrap;
	z-index: 9 !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.oss-cart-intro a {
	border-color: #7c0e2a !important;
	background: #9d1235 !important;
	color: #ffffff !important;
	box-shadow: 0 4px 10px rgba(124, 14, 42, 0.2) !important;
}

.oss-cart-intro a:hover,
.oss-cart-intro a:focus {
	border-color: #5f071f !important;
	background: #7c0e2a !important;
	color: #ffffff !important;
	box-shadow: 0 6px 14px rgba(124, 14, 42, 0.28) !important;
}

.oss-single-product form.cart .single_add_to_cart_button,
.oss-single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.oss-single-product .product .single_add_to_cart_button {
	border-radius: var(--oss-single-add-to-cart-radius, 8px) !important;
}

.oss-single-product .summary .oss-single-download-note {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
}

/* Version 1.9.0: sale percentage badge and SKU anchor after native price. */
.oss-v12-product__media .oss-v19-sale-badge {
	position: absolute !important;
	inset: 8px 8px auto auto !important;
	display: inline-flex !important;
	align-items: center;
	min-height: 25px;
	padding: 3px 8px;
	border: 1px solid #b30e35;
	border-radius: 6px;
	background: #c91643 !important;
	color: #ffffff !important;
	font-size: 0.66rem !important;
	font-weight: 900 !important;
	line-height: 1.3 !important;
	white-space: nowrap;
	z-index: 8;
	box-shadow: 0 3px 8px rgba(157, 18, 53, 0.28);
}

.oss-v12-catalog ul.products li.product > .oss-v19-loop-sku,
.oss-v12-catalog ul.products li.product .oss-v19-loop-sku {
	display: block !important;
	clear: both !important;
	min-height: 20px;
	margin: 5px 3px 0 !important;
	padding: 3px 6px;
	border-inline-start: 2px solid #9d1235;
	background: #fff7f9 !important;
	color: #7c0e2a !important;
	font-family: inherit !important;
	font-size: 0.68rem !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
	visibility: visible !important;
	opacity: 1 !important;
	clip: auto !important;
	clip-path: none !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
}

/* Version 1.9.1: prevent a theme sale flash from obscuring the configured local sale badge. */
.oss-v12-catalog ul.products li.product > .onsale,
.oss-v12-catalog ul.products li.product .onsale:not(.oss-v19-sale-badge) {
	display: none !important;
}

/* Version 2.0.0: sale badge rendered as a direct card layer, independent of image markup. */
.oss-v12-catalog ul.products li.product {
	position: relative !important;
}

.oss-v12-catalog ul.products li.product > .oss-v20-sale-badge {
	position: absolute !important;
	inset: 10px 10px auto auto !important;
	display: inline-flex !important;
	align-items: center;
	min-height: 26px;
	padding: 4px 8px;
	border: 1px solid #b30e35 !important;
	border-radius: 6px;
	background: #c91643 !important;
	color: #ffffff !important;
	content: normal !important;
	font-family: inherit !important;
	font-size: 0.68rem !important;
	font-weight: 900 !important;
	line-height: 1.3 !important;
	white-space: nowrap;
	z-index: 20 !important;
	visibility: visible !important;
	opacity: 1 !important;
	clip: auto !important;
	clip-path: none !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	box-shadow: 0 3px 8px rgba(157, 18, 53, 0.28);
}

/* Version 2.1.0: primary-category messaging, visible sale label, and explicit return-to-shop states. */
.oss-v12-product__content .oss-v21-sale-badge {
	display: inline-flex !important;
	align-items: center;
	min-height: 23px;
	margin: 0 0 6px;
	padding: 3px 7px;
	border: 1px solid #b30e35 !important;
	border-radius: 5px;
	background: #c91643 !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 0.65rem !important;
	font-weight: 900 !important;
	line-height: 1.3 !important;
	visibility: visible !important;
	opacity: 1 !important;
	white-space: nowrap;
}

.oss-cart-page .oss-cart-intro a {
	border: 1px solid #9d1235 !important;
	background: #ffffff !important;
	color: #9d1235 !important;
	box-shadow: none !important;
}

.oss-cart-page .oss-cart-intro a:hover,
.oss-cart-page .oss-cart-intro a:focus {
	border-color: #7c0e2a !important;
	background: #9d1235 !important;
	color: #ffffff !important;
	box-shadow: 0 5px 12px rgba(124, 14, 42, 0.22) !important;
}

/* Version 2.1.1: hide the redundant cart subtotal row in the cart totals card. */
.oss-cart-page .cart_totals table tr.cart-subtotal {
	display: none !important;
}

/* Version 2.2.0: show the WooCommerce sale-flash replacement created by Orchid. */
.oss-v12-catalog ul.products li.product > .onsale.oss-v22-sale-badge,
.oss-v12-catalog ul.products li.product .onsale.oss-v22-sale-badge {
	position: absolute !important;
	inset: 10px 10px auto auto !important;
	display: inline-flex !important;
	align-items: center;
	min-height: 26px;
	padding: 4px 8px;
	border: 1px solid #b30e35 !important;
	border-radius: 6px;
	background: #c91643 !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 0.68rem !important;
	font-weight: 900 !important;
	line-height: 1.3 !important;
	white-space: nowrap;
	z-index: 30 !important;
	visibility: visible !important;
	opacity: 1 !important;
	clip: auto !important;
	clip-path: none !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	box-shadow: 0 3px 8px rgba(157, 18, 53, 0.28);
}

/* Version 2.3.0: product-page discount label and one-row related product cards. */
.oss-single-product .single-product div.product {
	position: relative;
}

.oss-single-product .single-product div.product > .onsale.oss-v22-sale-badge {
	position: absolute !important;
	inset: 12px 12px auto auto !important;
	display: inline-flex !important;
	align-items: center;
	min-height: 29px;
	padding: 5px 9px;
	border: 1px solid #b30e35 !important;
	border-radius: 7px;
	background: #c91643 !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 0.74rem !important;
	font-weight: 900 !important;
	line-height: 1.3 !important;
	white-space: nowrap;
	z-index: 20 !important;
	visibility: visible !important;
	opacity: 1 !important;
	clip: auto !important;
	clip-path: none !important;
	box-shadow: 0 3px 8px rgba(157, 18, 53, 0.28);
}

.oss-single-product .related,
.oss-single-product .upsells {
	padding: 18px;
	border: 1px solid #e6e8ec;
	background: #ffffff;
	box-sizing: border-box;
}

.oss-single-product .related > h2,
.oss-single-product .upsells > h2 {
	margin: 0 0 16px;
	color: #101828;
	font-size: 1.05rem;
	font-weight: 850;
	line-height: 1.5;
}

/* Keep all suggested products in one horizontal row. */
.oss-single-product .related ul.products,
.oss-single-product .upsells ul.products {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 16px;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 4px !important;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scrollbar-width: thin;
	box-sizing: border-box;
}

.oss-single-product .related ul.products::before,
.oss-single-product .related ul.products::after,
.oss-single-product .upsells ul.products::before,
.oss-single-product .upsells ul.products::after {
	display: none !important;
}

.oss-single-product .related ul.products li.product,
.oss-single-product .upsells ul.products li.product {
	position: relative;
	display: flex !important;
	float: none !important;
	flex: 1 0 0;
	flex-direction: column;
	width: 0 !important;
	min-width: 0;
	margin: 0 !important;
	padding: 9px;
	border: 1px solid #e6e8ec;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(16, 24, 40, 0.035);
	box-sizing: border-box;
	overflow: hidden;
}

.oss-single-product .related ul.products li.product:hover,
.oss-single-product .upsells ul.products li.product:hover {
	border-color: #e6bac8;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
}

.oss-single-product .related ul.products li.product > a:first-child,
.oss-single-product .upsells ul.products li.product > a:first-child {
	display: block;
	color: inherit !important;
	text-decoration: none !important;
}

.oss-single-product .related ul.products li.product img,
.oss-single-product .upsells ul.products li.product img {
	display: block;
	width: 100% !important;
	aspect-ratio: 1 / 0.88;
	height: auto !important;
	margin: 0 0 10px !important;
	border-radius: 7px;
	background: #f7f8fa;
	object-fit: contain;
}

.oss-single-product .related ul.products li.product .woocommerce-loop-product__title,
.oss-single-product .upsells ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 42px;
	margin: 0 !important;
	overflow: hidden;
	color: #101828 !important;
	font-size: 0.86rem !important;
	font-weight: 850 !important;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.oss-single-product .related ul.products li.product .price,
.oss-single-product .upsells ul.products li.product .price {
	display: block !important;
	min-height: 22px;
	margin: 10px 0 0 !important;
	color: #101828 !important;
	font-size: 0.83rem !important;
	font-weight: 900 !important;
	line-height: 1.5;
}

.oss-single-product .related ul.products li.product .price del,
.oss-single-product .upsells ul.products li.product .price del {
	color: #98a2b3 !important;
	font-size: 0.7rem !important;
	font-weight: 600 !important;
}

.oss-single-product .related ul.products li.product .price ins,
.oss-single-product .upsells ul.products li.product .price ins {
	background: transparent !important;
	text-decoration: none !important;
}

.oss-v23-related-sku {
	display: block;
	margin: 5px 0 0;
	color: #667085;
	font-size: 0.7rem;
	font-weight: 650;
	line-height: 1.5;
}

.oss-single-product .related ul.products li.product .button,
.oss-single-product .upsells ul.products li.product .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	min-height: 32px;
	margin: 10px 0 0 !important;
	padding: 7px 9px !important;
	border: 0 !important;
	border-radius: var(--oss-loop-button-radius, 8px) !important;
	background: #9d1235 !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 0.7rem !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.oss-single-product .related ul.products li.product .button:hover,
.oss-single-product .related ul.products li.product .button:focus,
.oss-single-product .upsells ul.products li.product .button:hover,
.oss-single-product .upsells ul.products li.product .button:focus {
	background: #7c0e2a !important;
	color: #ffffff !important;
}

.oss-single-product .related ul.products li.product .added_to_cart,
.oss-single-product .upsells ul.products li.product .added_to_cart {
	display: none !important;
}

.oss-single-product .related ul.products li.product > .onsale.oss-v22-sale-badge,
.oss-single-product .related ul.products li.product .onsale.oss-v22-sale-badge,
.oss-single-product .upsells ul.products li.product > .onsale.oss-v22-sale-badge,
.oss-single-product .upsells ul.products li.product .onsale.oss-v22-sale-badge {
	position: absolute !important;
	inset: 12px 12px auto auto !important;
	display: inline-flex !important;
	align-items: center;
	min-height: 25px;
	padding: 4px 7px;
	border: 1px solid #b30e35 !important;
	border-radius: 6px;
	background: #c91643 !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 0.66rem !important;
	font-weight: 900 !important;
	line-height: 1.3 !important;
	white-space: nowrap;
	z-index: 10 !important;
	visibility: visible !important;
	opacity: 1 !important;
	box-shadow: 0 3px 8px rgba(157, 18, 53, 0.28);
}

@media (max-width: 820px) {
	.oss-single-product .related,
	.oss-single-product .upsells {
		padding: 14px;
	}

	.oss-single-product .related ul.products li.product,
	.oss-single-product .upsells ul.products li.product {
		flex: 0 0 min(76vw, 278px);
		width: min(76vw, 278px) !important;
	}
}

@media (max-width: 520px) {
	.oss-single-product .single-product div.product > .onsale.oss-v22-sale-badge {
		inset: 8px 8px auto auto !important;
		min-height: 26px;
		font-size: 0.68rem !important;
	}
}

/* Version 2.4.0: the sale badge uses only local CSS variables set in the plugin options. */
.oss-v12-catalog ul.products li.product > .onsale.oss-v22-sale-badge,
.oss-v12-catalog ul.products li.product .onsale.oss-v22-sale-badge,
.oss-single-product .single-product div.product > .onsale.oss-v22-sale-badge,
.oss-single-product .related ul.products li.product > .onsale.oss-v22-sale-badge,
.oss-single-product .related ul.products li.product .onsale.oss-v22-sale-badge,
.oss-single-product .upsells ul.products li.product > .onsale.oss-v22-sale-badge,
.oss-single-product .upsells ul.products li.product .onsale.oss-v22-sale-badge {
	border-color: var(--oss-sale-badge-border, #b30e35) !important;
	background: var(--oss-sale-badge-background, #c91643) !important;
	color: var(--oss-sale-badge-text, #ffffff) !important;
	font-family: var(--oss-sale-badge-font-family, inherit) !important;
	font-size: var(--oss-sale-badge-font-size, 12px) !important;
}

/* Version 2.5.0: approved RTL checkout layout for Orchid Store. */
.oss-checkout-page #content .os-breadcrumb-wrap,
.oss-checkout-page #content .page-header,
.oss-checkout-page #content .archive-header,
.oss-checkout-page #content .entry-header {
	display: none !important;
}

.oss-checkout-page #content .inner-entry,
.oss-checkout-page #content .__os-container__,
.oss-checkout-page #content .__os-container__ > .row,
.oss-checkout-page #content .__os-container__ > .row > [class*='col-'],
.oss-checkout-page #content #primary,
.oss-checkout-page #content #main,
.oss-checkout-page #content .site-main,
.oss-checkout-page #content .woocommerce {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}

.oss-checkout-page #content .__os-container__ {
	max-width: 1360px !important;
	margin-inline: auto !important;
	padding: 30px 24px 64px !important;
}

.oss-checkout-page .woocommerce,
.oss-checkout-page form.woocommerce-checkout {
	direction: rtl;
}

.oss-checkout-steps {
	width: min(100%, 760px);
	margin: 0 auto 28px;
}

.oss-checkout-steps ol {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.oss-checkout-steps ol::before {
	position: absolute;
	top: 18px;
	inset-inline: 13%;
	height: 2px;
	background: #e6e8ec;
	content: '';
}

.oss-checkout-steps li {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 7px;
	min-width: 108px;
	color: #667085;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	z-index: 1;
}

.oss-checkout-steps li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #d9dde3;
	border-radius: 50%;
	background: #ffffff;
	color: #667085;
	font-size: 0.95rem;
	font-weight: 900;
}

.oss-checkout-steps li.is-current {
	color: #8f1238;
}

.oss-checkout-steps li.is-current span {
	border-color: #8f1238;
	background: #8f1238;
	color: #ffffff;
	box-shadow: 0 5px 12px rgba(143, 18, 56, 0.23);
}

.oss-checkout-page .woocommerce form.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.9fr);
	grid-template-rows: auto auto;
	align-items: start;
	gap: 20px 26px;
	direction: ltr;
}

.oss-checkout-page .woocommerce form.woocommerce-checkout > * {
	direction: rtl;
}

.oss-checkout-page .woocommerce form.woocommerce-checkout .col2-set {
	grid-column: 2;
	grid-row: 1;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 24px !important;
	border: 1px solid #e6e8ec;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(16, 24, 40, 0.04);
	box-sizing: border-box;
}

.oss-checkout-page .woocommerce form.woocommerce-checkout .col2-set .col-1,
.oss-checkout-page .woocommerce form.woocommerce-checkout .col2-set .col-2 {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.oss-checkout-page .woocommerce form.woocommerce-checkout .col2-set .col-2 {
	display: none !important;
}

.oss-checkout-page .woocommerce-billing-fields > h3 {
	position: relative;
	margin: 0 0 20px !important;
	padding: 0 0 11px;
	border-bottom: 1px solid #eef0f2;
	color: #101828;
	font-size: 1.05rem !important;
	font-weight: 850 !important;
	line-height: 1.45;
}

.oss-checkout-page .woocommerce-billing-fields > h3::after,
.oss-checkout-payment-heading::after,
.oss-checkout-page #order_review_heading::after {
	position: absolute;
	inset: auto 0 0 auto;
	width: 46px;
	height: 3px;
	border-radius: 2px;
	background: #8f1238;
	content: '';
}

.oss-checkout-page .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 12px;
}

.oss-checkout-page .woocommerce form .form-row {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.oss-checkout-page .woocommerce form .form-row-wide {
	grid-column: 1 / -1;
}

.oss-checkout-page .woocommerce form .form-row label {
	display: block;
	margin: 0 0 6px !important;
	color: #344054;
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.45;
}

.oss-checkout-page .woocommerce form .form-row label .required {
	color: #b42342;
}

.oss-checkout-page .woocommerce form .form-row input.input-text,
.oss-checkout-page .woocommerce form .form-row select,
.oss-checkout-page .woocommerce form .form-row .select2-selection {
	min-height: 43px !important;
	border: 1px solid #d9dde3 !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: none !important;
	color: #101828 !important;
	font-family: inherit !important;
	font-size: 0.86rem !important;
	transition: border-color 140ms ease, box-shadow 140ms ease;
}

.oss-checkout-page .woocommerce form .form-row input.input-text {
	padding: 8px 10px !important;
}

.oss-checkout-page .woocommerce form .form-row .select2-selection {
	display: flex;
	align-items: center;
	padding: 0 10px !important;
}

.oss-checkout-page .woocommerce form .form-row input.input-text:focus,
.oss-checkout-page .woocommerce form .form-row select:focus,
.oss-checkout-page .woocommerce form .form-row .select2-container--focus .select2-selection {
	border-color: #8f1238 !important;
	box-shadow: 0 0 0 3px rgba(143, 18, 56, 0.1) !important;
	outline: none;
}

.oss-checkout-page .woocommerce form.woocommerce-checkout > #order_review_heading {
	position: relative;
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	margin: 0 !important;
	padding: 24px 24px 13px;
	border-bottom: 1px solid #eef0f2;
	color: #101828;
	background: transparent;
	font-size: 1.08rem !important;
	font-weight: 850 !important;
	line-height: 1.45;
	z-index: 2;
	pointer-events: none;
}

.oss-checkout-page .woocommerce form.woocommerce-checkout > #order_review {
	display: contents !important;
}

.oss-checkout-page .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table {
	grid-column: 1;
	grid-row: 1;
	width: 100% !important;
	margin: 0 !important;
	padding: 77px 24px 24px !important;
	border: 1px solid #e6e8ec !important;
	border-radius: 16px !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(16, 24, 40, 0.04);
	box-sizing: border-box;
}

.oss-checkout-page .woocommerce-checkout-review-order-table thead {
	display: none;
}

.oss-checkout-page .woocommerce-checkout-review-order-table tr th,
.oss-checkout-page .woocommerce-checkout-review-order-table tr td {
	padding: 14px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #eef0f2 !important;
	background: transparent !important;
	color: #344054;
	font-size: 0.83rem;
	line-height: 1.65;
}

.oss-checkout-page .woocommerce-checkout-review-order-table .product-name {
	text-align: right;
	font-weight: 750;
}

.oss-checkout-page .woocommerce-checkout-review-order-table .product-total {
	text-align: left;
	white-space: nowrap;
	color: #101828;
	font-weight: 800;
}

.oss-checkout-page .woocommerce-checkout-review-order-table tr.cart-subtotal {
	display: none !important;
}

.oss-checkout-page .woocommerce-checkout-review-order-table tr.order-total th,
.oss-checkout-page .woocommerce-checkout-review-order-table tr.order-total td {
	padding-top: 17px !important;
	border-bottom: 0 !important;
	color: #8f1238 !important;
	font-size: 0.97rem;
	font-weight: 900 !important;
}

.oss-checkout-page .woocommerce form.woocommerce-checkout #payment {
	grid-column: 2;
	grid-row: 2;
	width: 100% !important;
	margin: 0 !important;
	padding: 20px 24px 22px !important;
	border: 1px solid #e6e8ec;
	border-radius: 16px;
	background: #ffffff !important;
	box-shadow: 0 7px 20px rgba(16, 24, 40, 0.04);
	box-sizing: border-box;
}

.oss-checkout-payment-heading {
	position: relative;
	margin: 0 0 15px !important;
	padding: 0 0 11px;
	border-bottom: 1px solid #eef0f2;
	color: #101828;
	font-size: 1.02rem !important;
	font-weight: 850 !important;
	line-height: 1.45;
}

.oss-checkout-page .woocommerce #payment ul.payment_methods {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.oss-checkout-page .woocommerce #payment ul.payment_methods li.wc_payment_method {
	margin: 0 !important;
	padding: 13px 12px !important;
	border: 1px solid #d9a1b2 !important;
	border-radius: 9px;
	background: #fffafb;
}

.oss-checkout-page .woocommerce #payment ul.payment_methods li.wc_payment_method label {
	color: #101828;
	font-size: 0.84rem;
	font-weight: 800;
}

.oss-checkout-page .woocommerce #payment div.payment_box {
	margin: 8px 0 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: #667085;
	font-size: 0.75rem;
	line-height: 1.75;
}

.oss-checkout-page .woocommerce #payment div.payment_box::before {
	display: none !important;
}

.oss-checkout-page .woocommerce #payment .place-order {
	margin: 18px 0 0 !important;
	padding: 0 !important;
	text-align: center;
}

.oss-checkout-page .woocommerce #payment #place_order {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	min-width: 246px;
	min-height: 42px;
	margin: 0 !important;
	padding: 10px 20px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #8f1238 !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 0.82rem !important;
	font-weight: 850 !important;
	line-height: 1.25;
	box-shadow: 0 6px 14px rgba(143, 18, 56, 0.22);
}

.oss-checkout-page .woocommerce #payment #place_order:hover,
.oss-checkout-page .woocommerce #payment #place_order:focus {
	background: #6f0d2b !important;
	color: #ffffff !important;
}

.oss-checkout-payment-trust {
	margin: 13px 0 0 !important;
	color: #667085;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.7;
	text-align: center;
}

.oss-checkout-payment-trust::before {
	margin-left: 5px;
	color: #8f1238;
	content: '⌑';
}

.oss-checkout-return {
	margin: 20px 0 0;
	text-align: left;
	direction: rtl;
}

.oss-checkout-return a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 230px;
	min-height: 40px;
	padding: 8px 18px;
	border: 1px solid #8f1238;
	border-radius: 9px;
	background: #ffffff;
	color: #8f1238 !important;
	font-size: 0.8rem;
	font-weight: 800;
	text-decoration: none !important;
}

.oss-checkout-return a::before {
	margin-left: 7px;
	content: '←';
}

.oss-checkout-return a:hover,
.oss-checkout-return a:focus {
	background: #8f1238;
	color: #ffffff !important;
	box-shadow: 0 5px 12px rgba(143, 18, 56, 0.18);
}

.oss-checkout-sticky-totals .woocommerce-checkout-review-order-table {
	position: sticky;
	top: 22px;
}

/* Responsive checkout: preserve hierarchy without narrow tables or overflowing controls. */
@media (max-width: 980px) {
	.oss-checkout-page #content .__os-container__ {
		padding-inline: 18px !important;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout {
		display: block;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout .col2-set,
	.oss-checkout-page .woocommerce form.woocommerce-checkout #payment {
		width: 100% !important;
		margin: 0 0 18px !important;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout > #order_review_heading {
		display: block;
		margin: 18px 0 0 !important;
		padding: 22px 20px 12px;
		border: 1px solid #e6e8ec;
		border-bottom: 0;
		border-radius: 16px 16px 0 0;
		background: #ffffff;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout > #order_review {
		display: block !important;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table {
		display: table;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 20px 12px !important;
		border-top: 0 !important;
		border-radius: 0 0 16px 16px !important;
		box-shadow: 0 7px 20px rgba(16, 24, 40, 0.04);
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout #payment {
		padding: 20px !important;
	}

	.oss-checkout-sticky-totals .woocommerce-checkout-review-order-table {
		position: static;
	}
}

@media (max-width: 640px) {
	.oss-checkout-page #content .__os-container__ {
		padding: 20px 12px 48px !important;
	}

	.oss-checkout-steps {
		margin-bottom: 20px;
	}

	.oss-checkout-steps ol::before {
		inset-inline: 16%;
	}

	.oss-checkout-steps li {
		min-width: 0;
		font-size: 0.67rem;
	}

	.oss-checkout-steps li span {
		width: 31px;
		height: 31px;
		font-size: 0.82rem;
	}

	.oss-checkout-steps ol::before {
		top: 15px;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout .col2-set {
		padding: 18px !important;
		border-radius: 13px;
	}

	.oss-checkout-page .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.oss-checkout-page .woocommerce form .form-row,
	.oss-checkout-page .woocommerce form .form-row-wide {
		grid-column: 1;
	}

	.oss-checkout-page .woocommerce form .form-row input.input-text,
	.oss-checkout-page .woocommerce form .form-row select,
	.oss-checkout-page .woocommerce form .form-row .select2-selection {
		min-height: 42px !important;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout > #order_review_heading {
		padding: 18px 17px 11px;
		font-size: 1rem !important;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table {
		padding: 0 17px 10px !important;
	}

	.oss-checkout-page .woocommerce-checkout-review-order-table tr th,
	.oss-checkout-page .woocommerce-checkout-review-order-table tr td {
		padding: 11px 0 !important;
		font-size: 0.76rem;
	}

	.oss-checkout-page .woocommerce-checkout-review-order-table .product-total {
		max-width: 102px;
		font-size: 0.73rem;
		white-space: normal;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout #payment {
		padding: 18px !important;
		border-radius: 13px;
	}

	.oss-checkout-page .woocommerce #payment ul.payment_methods li.wc_payment_method {
		padding: 11px 10px !important;
	}

	.oss-checkout-page .woocommerce #payment #place_order {
		width: min(100%, 280px) !important;
		min-width: 0;
		font-size: 0.78rem !important;
	}

	.oss-checkout-return {
		margin-top: 16px;
		text-align: center;
	}

	.oss-checkout-return a {
		width: min(100%, 280px);
		min-width: 0;
	}
}

/* Prevent theme-level float rules from moving the centered checkout action. */
.oss-checkout-page .woocommerce #payment #place_order {
	float: none !important;
}

/* Version 2.5.1: Orchid Store width overrides and unified payment card. */
@media (min-width: 981px) {
	.oss-checkout-page .woocommerce form.woocommerce-checkout #customer_details,
	.oss-checkout-page .woocommerce form.woocommerce-checkout .col2-set,
	.oss-checkout-page .woocommerce form.woocommerce-checkout .col2-set .col-1,
	.oss-checkout-page .woocommerce form.woocommerce-checkout .col2-set .woocommerce-billing-fields,
	.oss-checkout-page .woocommerce form.woocommerce-checkout .col2-set .woocommerce-billing-fields__field-wrapper {
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin-inline: 0 !important;
		box-sizing: border-box !important;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout .col2-set .form-row {
		width: auto !important;
		max-width: none !important;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout > #order_review .oss-checkout-payment-heading {
		position: relative;
		grid-column: 2;
		grid-row: 2;
		align-self: start;
		margin: 0 !important;
		padding: 20px 24px 12px;
		border: 1px solid #e6e8ec;
		border-bottom: 0;
		border-radius: 16px 16px 0 0;
		background: #ffffff;
		z-index: 2;
		box-sizing: border-box;
		pointer-events: none;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout > #order_review #payment {
		grid-column: 2;
		grid-row: 2;
		align-self: start;
		margin: 0 !important;
		padding: 77px 24px 22px !important;
		border-top: 0;
		border-radius: 0 0 16px 16px;
	}
}

/* Version 2.5.2: override Orchid Store's sticky col-1 50% Flex basis inside checkout. */
@media (min-width: 981px) {
	.oss-checkout-page .woocommerce form.woocommerce-checkout #customer_details {
		display: block !important;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout #customer_details > .col-1,
	.oss-checkout-page .woocommerce form.woocommerce-checkout #customer_details > .col-1.sticky-portion {
		display: block !important;
		float: none !important;
		flex: none !important;
		flex-basis: auto !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields,
	.oss-checkout-page .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px 12px !important;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout #customer_details .form-row {
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		margin: 0 !important;
	}
}

/* Version 2.6.0: order-summary payment action, coupon field, and cart-step navigation. */
.oss-checkout-steps__cart a {
	display: grid;
	justify-items: center;
	gap: 7px;
	color: inherit !important;
	font: inherit;
	text-decoration: none !important;
}

.oss-checkout-steps__cart a:hover,
.oss-checkout-steps__cart a:focus {
	color: #8f1238 !important;
}

.oss-checkout-steps__cart a:hover span,
.oss-checkout-steps__cart a:focus span {
	border-color: #8f1238;
	background: #fff7f9;
	color: #8f1238;
}

.oss-checkout-page .woocommerce-checkout-review-order-table .oss-checkout-coupon-row td,
.oss-checkout-page .woocommerce-checkout-review-order-table .oss-checkout-discount-row th,
.oss-checkout-page .woocommerce-checkout-review-order-table .oss-checkout-discount-row td,
.oss-checkout-page .woocommerce-checkout-review-order-table .oss-checkout-order-action-row td {
	padding: 13px 0 !important;
}

.oss-checkout-page .woocommerce-checkout-review-order-table .oss-checkout-coupon-row td {
	border-bottom: 1px solid #eef0f2 !important;
}

.oss-checkout-coupon {
	padding: 0;
}

.oss-checkout-coupon > label {
	display: block;
	margin: 0 0 7px;
	color: #344054;
	font-size: 0.77rem;
	font-weight: 750;
	line-height: 1.45;
}

.oss-checkout-coupon__controls {
	display: flex;
	gap: 8px;
}

.oss-checkout-coupon__controls input {
	min-width: 0;
	min-height: 38px;
	flex: 1 1 auto;
	padding: 7px 9px;
	border: 1px solid #d9dde3;
	border-radius: 8px;
	background: #ffffff;
	color: #101828;
	font-family: inherit;
	font-size: 0.78rem;
	outline: none;
}

.oss-checkout-coupon__controls input:focus {
	border-color: #8f1238;
	box-shadow: 0 0 0 3px rgba(143, 18, 56, 0.1);
}

.oss-checkout-coupon__controls button {
	min-height: 38px;
	padding: 7px 13px;
	border: 1px solid #8f1238;
	border-radius: 8px;
	background: #ffffff;
	color: #8f1238;
	font-family: inherit;
	font-size: 0.76rem;
	font-weight: 800;
	white-space: nowrap;
	cursor: pointer;
}

.oss-checkout-coupon__controls button:hover,
.oss-checkout-coupon__controls button:focus {
	background: #8f1238;
	color: #ffffff;
}

.oss-checkout-coupon__controls button:disabled {
	cursor: wait;
	opacity: 0.6;
}

.oss-checkout-coupon__notice {
	margin: 7px 0 0;
	color: #8f1238;
	font-size: 0.71rem;
	font-weight: 600;
	line-height: 1.55;
}

.oss-checkout-page .woocommerce-checkout-review-order-table .oss-checkout-discount-row th {
	color: #667085;
	font-weight: 750;
	text-align: right;
}

.oss-checkout-page .woocommerce-checkout-review-order-table .oss-checkout-discount-row td {
	color: #8f1238;
	font-weight: 800;
	text-align: left !important;
	white-space: nowrap;
}

.oss-checkout-page .woocommerce-checkout-review-order-table tr.order-total td {
	text-align: left !important;
	white-space: nowrap;
}

.oss-checkout-page .woocommerce-checkout-review-order-table .oss-checkout-order-action-row td {
	border-bottom: 0 !important;
	text-align: center !important;
}

#oss_checkout_order_action {
	min-height: 43px;
	text-align: center;
}

#oss_checkout_order_action #place_order {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	float: none !important;
	width: auto !important;
	min-width: 246px;
	min-height: 42px;
	margin: 0 !important;
	padding: 10px 20px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #8f1238 !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 0.82rem !important;
	font-weight: 850 !important;
	line-height: 1.25;
	box-shadow: 0 6px 14px rgba(143, 18, 56, 0.22);
}

#oss_checkout_order_action #place_order:hover,
#oss_checkout_order_action #place_order:focus {
	background: #6f0d2b !important;
	color: #ffffff !important;
}

.oss-checkout-return {
	display: none !important;
}

@media (max-width: 640px) {
	.oss-checkout-coupon__controls {
		gap: 6px;
	}

	.oss-checkout-coupon__controls button {
		padding-inline: 10px;
	}

	#oss_checkout_order_action #place_order {
		width: min(100%, 280px) !important;
		min-width: 0;
	}
}

/* Version 2.6.1: server-rendered checkout action prevents script-dependent placement failures. */
.oss-checkout-page .woocommerce #payment #place_order {
	display: none !important;
}

#oss_checkout_order_action #oss_checkout_place_order {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	float: none !important;
	width: auto !important;
	min-width: 246px;
	min-height: 42px;
	margin: 0 !important;
	padding: 10px 20px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #8f1238 !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 0.82rem !important;
	font-weight: 850 !important;
	line-height: 1.25;
	box-shadow: 0 6px 14px rgba(143, 18, 56, 0.22);
}

#oss_checkout_order_action #oss_checkout_place_order:hover,
#oss_checkout_order_action #oss_checkout_place_order:focus {
	background: #6f0d2b !important;
	color: #ffffff !important;
}

@media (max-width: 640px) {
	#oss_checkout_order_action #oss_checkout_place_order {
		width: min(100%, 280px) !important;
		min-width: 0;
	}
}

/* Version 2.7.0: unified buyer and payment cards without a vertical gap. */
.oss-checkout-page .woocommerce #customer_details .woocommerce-billing-fields > h3:not(.oss-checkout-buyer-heading) {
	display: none !important;
}

.oss-checkout-buyer-heading {
	position: relative;
	margin: 0 0 18px !important;
	padding: 0 0 11px;
	border-bottom: 1px solid #eef0f2;
	color: #101828;
	font-size: 1.02rem !important;
	font-weight: 850 !important;
	line-height: 1.45;
}

#oss_checkout_right_stack {
	width: 100%;
	box-sizing: border-box;
}

#oss_checkout_payment_card {
	width: 100%;
	margin: 0 !important;
	padding: 0;
	border: 1px solid #e6e8ec;
	border-radius: 0 0 16px 16px;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(16, 24, 40, 0.04);
	box-sizing: border-box;
}

#oss_checkout_payment_card .oss-checkout-payment-heading {
	margin: 0 !important;
	padding: 20px 24px 12px;
	border: 0;
	border-bottom: 1px solid #eef0f2;
}

#oss_checkout_payment_card #payment {
	width: 100% !important;
	margin: 0 !important;
	padding: 18px 24px 22px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	box-sizing: border-box;
}

@media (min-width: 981px) {
	.oss-checkout-page .woocommerce form.woocommerce-checkout #oss_checkout_right_stack {
		display: flex;
		flex-direction: column;
		grid-column: 2;
		grid-row: 1 / span 2;
		align-self: start;
		gap: 0;
		width: 100% !important;
		margin: 0 !important;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout #oss_checkout_right_stack #customer_details {
		grid-column: auto !important;
		grid-row: auto !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 24px !important;
		border: 1px solid #e6e8ec;
		border-bottom: 0 !important;
		border-radius: 16px 16px 0 0 !important;
		box-shadow: 0 7px 20px rgba(16, 24, 40, 0.04);
		box-sizing: border-box;
	}

	.oss-checkout-page .woocommerce form.woocommerce-checkout #oss_checkout_right_stack #oss_checkout_payment_card {
		grid-column: auto !important;
		grid-row: auto !important;
		border-top: 1px solid #eef0f2;
	}
}

/* فقط کارت اصلی اطلاعات خریدار باید قاب داشته باشد؛ لایه داخلی بدون کادر است. */
#oss_checkout_right_stack #customer_details .col2-set,
#oss_checkout_right_stack #customer_details .woocommerce-billing-fields {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

@media (max-width: 980px) {
	#oss_checkout_right_stack #customer_details {
		margin: 0 !important;
		border-bottom: 0 !important;
		border-radius: 16px 16px 0 0 !important;
	}

	#oss_checkout_payment_card #payment {
		padding: 18px 20px 20px !important;
	}
}

/* Version 2.8.0: responsive My Account dashboard and login experience. */
.oss-account-page .woocommerce {
	direction: rtl;
}

.oss-account-page .woocommerce-MyAccount {
	box-sizing: border-box;
}

.oss-account-dashboard-page .woocommerce-MyAccount {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 286px;
	gap: 30px;
	align-items: start;
}

.oss-account-dashboard-page .woocommerce-MyAccount-navigation {
	grid-column: 2;
	grid-row: 1;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 12px !important;
	border: 1px solid #e6e8ec;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(16, 24, 40, 0.04);
	box-sizing: border-box;
}

.oss-account-dashboard-page .woocommerce-MyAccount-navigation ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.oss-account-dashboard-page .woocommerce-MyAccount-navigation li {
	margin: 0 !important;
	border-bottom: 1px solid #eef0f2;
}

.oss-account-dashboard-page .woocommerce-MyAccount-navigation li:last-child {
	border-bottom: 0;
}

.oss-account-dashboard-page .woocommerce-MyAccount-navigation li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 8px 12px;
	border-radius: 9px;
	color: #344054 !important;
	font-size: 0.89rem;
	font-weight: 750;
	text-decoration: none !important;
	transition: background .18s ease, color .18s ease;
}

.oss-account-dashboard-page .woocommerce-MyAccount-navigation li a::after {
	color: #98a2b3;
	font-size: 1rem;
	font-weight: 400;
	content: '‹';
}

.oss-account-dashboard-page .woocommerce-MyAccount-navigation li.is-active a,
.oss-account-dashboard-page .woocommerce-MyAccount-navigation li a:hover,
.oss-account-dashboard-page .woocommerce-MyAccount-navigation li a:focus {
	background: #fbeef2;
	color: #8f1238 !important;
}

.oss-account-dashboard-page .woocommerce-MyAccount-navigation li.is-active a::after {
	width: 4px;
	height: 28px;
	border-radius: 5px;
	background: #8f1238;
	color: transparent;
	content: '';
}

.oss-account-dashboard-page .woocommerce-MyAccount-content {
	grid-column: 1;
	grid-row: 1;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	box-sizing: border-box;
}

.oss-account-dashboard > p:not(.oss-account-empty-state) {
	display: none;
}

.oss-account-hero {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 18px;
	align-items: center;
	min-height: 130px;
	margin-bottom: 24px;
	padding: 24px 28px;
	border: 1px solid #e6e8ec;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(16, 24, 40, 0.04);
	box-sizing: border-box;
}

.oss-account-avatar {
	display: grid;
	width: 70px;
	height: 70px;
	place-items: center;
	border-radius: 50%;
	background: #8f1238;
	color: #ffffff;
	font-size: 1.85rem;
	font-weight: 850;
	line-height: 1;
}

.oss-account-hero__copy h2 {
	margin: 0 0 7px !important;
	color: #101828;
	font-size: 1.4rem !important;
	font-weight: 850 !important;
	line-height: 1.45;
}

.oss-account-hero__copy p {
	margin: 0 !important;
	color: #667085;
	font-size: 0.87rem;
	line-height: 1.8;
}

.oss-account-logout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 16px;
	border: 1px solid #8f1238;
	border-radius: 9px;
	background: #ffffff;
	color: #8f1238 !important;
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
}

.oss-account-logout:hover,
.oss-account-logout:focus {
	background: #8f1238;
	color: #ffffff !important;
}

.oss-account-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 22px;
}

.oss-account-stat {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 10px;
	align-items: center;
	min-height: 116px;
	padding: 18px;
	border: 1px solid #e6e8ec;
	border-radius: 14px;
	background: #ffffff;
	color: #344054 !important;
	box-shadow: 0 5px 15px rgba(16, 24, 40, 0.035);
	text-decoration: none !important;
	box-sizing: border-box;
}

.oss-account-stat:hover,
.oss-account-stat:focus {
	border-color: #d9a1b2;
	box-shadow: 0 8px 18px rgba(143, 18, 56, 0.09);
}

.oss-account-stat__icon {
	grid-row: span 3;
	color: #8f1238;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1;
}

.oss-account-stat strong {
	color: #8f1238;
	font-size: 1.45rem;
	font-weight: 900;
	line-height: 1.15;
}

.oss-account-stat > span:not(.oss-account-stat__icon) {
	color: #344054;
	font-size: 0.86rem;
	font-weight: 800;
}

.oss-account-stat small {
	color: #98a2b3;
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1.45;
}

.oss-account-orders {
	margin-bottom: 22px;
	padding: 22px 24px 12px;
	border: 1px solid #e6e8ec;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(16, 24, 40, 0.04);
}

.oss-account-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
	padding-bottom: 13px;
	border-bottom: 1px solid #eef0f2;
}

.oss-account-section-title h3,
.oss-account-download-callout h3 {
	margin: 0 !important;
	color: #101828;
	font-size: 1.05rem !important;
	font-weight: 850 !important;
}

.oss-account-section-title a {
	color: #8f1238 !important;
	font-size: 0.76rem;
	font-weight: 800;
	text-decoration: none !important;
}

.oss-account-orders__table {
	width: 100%;
	margin: 0 !important;
	border-collapse: collapse;
	background: transparent !important;
}

.oss-account-orders__table th,
.oss-account-orders__table td {
	padding: 14px 8px;
	border: 0 !important;
	border-bottom: 1px solid #eef0f2 !important;
	color: #475467;
	font-size: 0.78rem;
	font-weight: 600;
	text-align: right;
	vertical-align: middle;
}

.oss-account-orders__table th {
	color: #667085;
	font-weight: 800;
}

.oss-account-orders__table tr:last-child td {
	border-bottom: 0 !important;
}

.oss-account-order-status {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 4px 9px;
	border: 1px solid #d9a1b2;
	border-radius: 999px;
	background: #fff8fa;
	color: #8f1238;
	font-size: 0.69rem;
	font-weight: 800;
	white-space: nowrap;
}

.oss-account-order-status--completed {
	border-color: #a7e5b6;
	background: #f0fff4;
	color: #207a36;
}

.oss-account-order-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 31px;
	padding: 5px 11px;
	border: 1px solid #8f1238;
	border-radius: 7px;
	color: #8f1238 !important;
	font-size: 0.72rem;
	font-weight: 800;
	text-decoration: none !important;
}

.oss-account-order-action:hover,
.oss-account-order-action:focus {
	background: #8f1238;
	color: #ffffff !important;
}

.oss-account-order-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}
.oss-account-invoice-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 31px;
	padding: 5px 11px;
	border: 1px solid #8f1238;
	border-radius: 7px;
	background: #8f1238;
	color: #ffffff !important;
	font-family: inherit;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
}
.oss-account-invoice-action:hover,
.oss-account-invoice-action:focus {
	border-color: #6f0d2b;
	background: #6f0d2b;
	color: #ffffff !important;
	box-shadow: 0 4px 10px rgba(143, 18, 56, 0.18);
}
.oss-account-order-invoice {
	margin: 14px 0 0 !important;
}
.oss-account-order-invoice .oss-account-invoice-action {
	min-height: 37px;
	padding-inline: 13px;
}

.oss-account-empty-state {
	margin: 0 !important;
	padding: 20px 0 10px;
	color: #667085;
	font-size: 0.83rem;
	line-height: 1.8;
}

.oss-account-download-callout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 22px;
	border: 1px dashed #b85b77;
	border-radius: 14px;
	background: #fffafb;
}

.oss-account-download-callout h3 {
	color: #8f1238;
}

.oss-account-download-callout p {
	margin: 7px 0 0 !important;
	color: #667085;
	font-size: 0.76rem;
	line-height: 1.75;
}

.oss-account-download-callout a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 148px;
	min-height: 40px;
	padding: 8px 15px;
	border-radius: 8px;
	background: #8f1238;
	color: #ffffff !important;
	font-size: 0.76rem;
	font-weight: 850;
	text-decoration: none !important;
	white-space: nowrap;
}

.oss-account-download-callout a:hover,
.oss-account-download-callout a:focus {
	background: #6f0d2b;
	color: #ffffff !important;
}

.oss-account-login-page .woocommerce form.woocommerce-form-login,
.oss-account-login-page .woocommerce .woocommerce-form-login {
	width: min(100%, 560px) !important;
	margin: 20px auto 34px !important;
	padding: 26px !important;
	border: 1px solid #e6e8ec !important;
	border-radius: 16px !important;
	background: #ffffff;
	box-shadow: 0 9px 24px rgba(16, 24, 40, 0.06);
	box-sizing: border-box;
}

.oss-account-login-page .woocommerce form.woocommerce-form-login::before {
	display: block;
	margin: 0 0 7px;
	color: #101828;
	font-size: 1.25rem;
	font-weight: 850;
	content: 'ورود به حساب کاربری';
}

.oss-account-login-page .woocommerce form.woocommerce-form-login .form-row {
	margin-bottom: 14px !important;
}

.oss-account-login-page .woocommerce form.woocommerce-form-login label {
	color: #344054;
	font-size: 0.8rem;
	font-weight: 750;
}

.oss-account-login-page .woocommerce form.woocommerce-form-login input.input-text,
.oss-account-login-page .woocommerce form.woocommerce-form-login input[type="password"] {
	min-height: 45px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #ffffff;
	box-sizing: border-box;
}

.oss-account-login-page .woocommerce form.woocommerce-form-login button.button {
	min-height: 42px;
	padding: 9px 20px;
	border: 0;
	border-radius: 8px;
	background: #8f1238;
	color: #ffffff;
	font-family: inherit;
	font-size: 0.8rem;
	font-weight: 850;
}

.oss-account-login-page .woocommerce form.woocommerce-form-login .woocommerce-LostPassword a {
	color: #8f1238 !important;
	font-size: 0.78rem;
	font-weight: 750;
	text-decoration: none !important;
}

@media (max-width: 980px) {
	.oss-account-dashboard-page .woocommerce-MyAccount {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}

	.oss-account-dashboard-page .woocommerce-MyAccount-navigation,
	.oss-account-dashboard-page .woocommerce-MyAccount-content {
		width: 100% !important;
	}

	.oss-account-dashboard-page .woocommerce-MyAccount-navigation {
		order: 1;
	}

	.oss-account-dashboard-page .woocommerce-MyAccount-content {
		order: 2;
	}

	.oss-account-dashboard-page .woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.oss-account-dashboard-page .woocommerce-MyAccount-navigation li {
		border-bottom: 0;
	}

	.oss-account-dashboard-page .woocommerce-MyAccount-navigation li a {
		justify-content: center;
		min-height: 42px;
		padding: 7px 6px;
		font-size: 0.75rem;
		text-align: center;
	}

	.oss-account-dashboard-page .woocommerce-MyAccount-navigation li a::after {
		display: none;
	}

	.oss-account-dashboard-page .woocommerce-MyAccount-navigation li.is-active a::after {
		display: none;
	}
}

@media (max-width: 640px) {
	.oss-account-dashboard-page .woocommerce-MyAccount-navigation {
		padding: 8px !important;
		border-radius: 13px;
	}

	.oss-account-dashboard-page .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.oss-account-hero {
		grid-template-columns: auto 1fr;
		gap: 12px;
		min-height: 0;
		padding: 18px;
		border-radius: 13px;
	}

	.oss-account-avatar {
		width: 52px;
		height: 52px;
		font-size: 1.35rem;
	}

	.oss-account-hero__copy h2 {
		font-size: 1.05rem !important;
	}

	.oss-account-hero__copy p {
		font-size: 0.74rem;
	}

	.oss-account-logout {
		grid-column: 1 / -1;
		width: 100%;
	}

	.oss-account-stats {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.oss-account-stat {
		min-height: 88px;
		padding: 14px;
	}

	.oss-account-orders {
		padding: 18px 15px 8px;
		border-radius: 13px;
	}

	.oss-account-orders__table-wrap {
		overflow-x: auto;
	}

	.oss-account-orders__table {
		min-width: 600px;
	}

	.oss-account-download-callout {
		align-items: stretch;
		flex-direction: column;
		gap: 15px;
		padding: 17px;
		border-radius: 12px;
	}

	.oss-account-download-callout a {
		width: 100%;
	}

	.oss-account-login-page .woocommerce form.woocommerce-form-login,
	.oss-account-login-page .woocommerce .woocommerce-form-login {
		margin: 14px auto 28px !important;
		padding: 20px !important;
		border-radius: 13px !important;
	}
}

/* Version 2.9.0: single-page interactive account dashboard. */
.oss-account-dashboard-page .woocommerce-MyAccount {
	display: block !important;
}

.oss-account-dashboard-page .woocommerce-MyAccount-navigation {
	display: none !important;
}

.oss-account-dashboard-page .woocommerce-MyAccount-content {
	display: block !important;
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.oss-account-dashboard-page .woocommerce-MyAccount-content > p {
	display: none !important;
}

.oss-account-dashboard-page button.oss-account-stat {
	width: 100%;
	border: 1px solid #e6e8ec;
	font-family: inherit;
	text-align: right;
	cursor: pointer;
	appearance: none;
}

.oss-account-dashboard-page button.oss-account-stat.is-active {
	border-color: #b85b77;
	background: #fff8fa;
	box-shadow: 0 8px 18px rgba(143, 18, 56, 0.12);
}

.oss-account-dashboard-page button.oss-account-stat.is-active .oss-account-stat__icon,
.oss-account-dashboard-page button.oss-account-stat.is-active strong {
	color: #8f1238;
}

.oss-account-dashboard-page button.oss-account-stat:focus-visible {
	outline: 3px solid rgba(143, 18, 56, 0.16);
	outline-offset: 2px;
}

.oss-account-panel {
	margin-bottom: 22px;
	padding: 22px 24px 12px;
	border: 1px solid #e6e8ec;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(16, 24, 40, 0.04);
	box-sizing: border-box;
}

.oss-account-panel[hidden] {
	display: none !important;
}

.oss-account-download-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.oss-account-download-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 0;
	border-bottom: 1px solid #eef0f2;
}

.oss-account-download-list li:last-child {
	border-bottom: 0;
}

.oss-account-download-list strong,
.oss-account-download-list small {
	display: block;
}

.oss-account-download-list strong {
	color: #344054;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.6;
}

.oss-account-download-list small {
	margin-top: 3px;
	color: #98a2b3;
	font-size: 0.72rem;
	line-height: 1.5;
}

.oss-account-download-list a,
.oss-account-profile-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 13px;
	border-radius: 8px;
	background: #8f1238;
	color: #ffffff !important;
	font-size: 0.74rem;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
}

.oss-account-download-list a:hover,
.oss-account-download-list a:focus,
.oss-account-profile-actions a:hover,
.oss-account-profile-actions a:focus {
	background: #6f0d2b;
	color: #ffffff !important;
}

.oss-account-profile-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.oss-account-profile-grid > div {
	min-height: 84px;
	padding: 14px;
	border: 1px solid #eef0f2;
	border-radius: 10px;
	background: #fcfcfd;
	box-sizing: border-box;
}

.oss-account-profile-grid span,
.oss-account-profile-grid strong {
	display: block;
}

.oss-account-profile-grid span {
	margin-bottom: 6px;
	color: #98a2b3;
	font-size: 0.7rem;
	font-weight: 700;
}

.oss-account-profile-grid strong {
	overflow: hidden;
	color: #344054;
	font-size: 0.81rem;
	font-weight: 800;
	line-height: 1.55;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.oss-account-profile-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.oss-account-profile-actions a.oss-account-profile-actions__secondary {
	border: 1px solid #8f1238;
	background: #ffffff;
	color: #8f1238 !important;
}

.oss-account-profile-actions a.oss-account-profile-actions__secondary:hover,
.oss-account-profile-actions a.oss-account-profile-actions__secondary:focus {
	background: #fbeef2;
	color: #6f0d2b !important;
}

@media (max-width: 640px) {
	.oss-account-panel {
		margin-bottom: 16px;
		padding: 18px 15px 10px;
		border-radius: 13px;
	}

	.oss-account-download-list li {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.oss-account-download-list a {
		width: 100%;
	}

	.oss-account-profile-grid {
		grid-template-columns: 1fr;
	}

	.oss-account-profile-actions {
		flex-direction: column;
	}

	.oss-account-profile-actions a {
		width: 100%;
	}
}

/* Version 2.10.0: inline account and billing-address editor. */
.oss-account-panel .oss-account-section-title > span {
	color: #98a2b3;
	font-size: 0.72rem;
	font-weight: 700;
}

.oss-account-inline-form {
	margin: 0;
}

.oss-account-form-group {
	margin: 0;
	padding: 18px 0;
	border-bottom: 1px solid #eef0f2;
}

.oss-account-form-group:first-of-type {
	padding-top: 2px;
}

.oss-account-form-group:last-of-type {
	border-bottom: 0;
}

.oss-account-form-group h4 {
	margin: 0 0 13px !important;
	color: #344054;
	font-size: 0.9rem !important;
	font-weight: 850 !important;
}

.oss-account-form-help {
	margin: -5px 0 13px !important;
	color: #98a2b3;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.75;
}

.oss-account-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 12px;
}

.oss-account-form-grid p {
	min-width: 0;
	margin: 0 !important;
}

.oss-account-form-grid p.oss-account-form-grid__wide {
	grid-column: 1 / -1;
}

.oss-account-form-grid label {
	display: block;
	margin: 0 0 6px;
	color: #475467;
	font-size: 0.75rem;
	font-weight: 800;
}

.oss-account-form-grid input {
	width: 100%;
	min-height: 42px;
	padding: 8px 11px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #ffffff;
	color: #101828;
	font-family: inherit;
	font-size: 0.82rem;
	font-weight: 600;
	box-sizing: border-box;
}

.oss-account-form-grid input:focus {
	border-color: #8f1238;
	box-shadow: 0 0 0 3px rgba(143, 18, 56, 0.1);
	outline: none;
}

.oss-account-inline-form__submit {
	margin: 20px 0 0 !important;
	text-align: left;
}

.oss-account-inline-form__submit button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 156px;
	min-height: 42px;
	padding: 9px 18px;
	border: 0;
	border-radius: 8px;
	background: #8f1238;
	color: #ffffff;
	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 850;
	cursor: pointer;
}

.oss-account-inline-form__submit button:hover,
.oss-account-inline-form__submit button:focus {
	background: #6f0d2b;
}

@media (max-width: 640px) {
	.oss-account-panel .oss-account-section-title {
		align-items: flex-start;
		flex-direction: column;
	}

	.oss-account-form-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.oss-account-form-grid p.oss-account-form-grid__wide {
		grid-column: auto;
	}

	.oss-account-inline-form__submit {
		text-align: stretch;
	}

	.oss-account-inline-form__submit button {
		width: 100%;
	}
}

/* Version 2.10.1: remove the theme dark account hero and breadcrumb for login and dashboard. */
.oss-account-page .os-breadcrumb-wrap,
.oss-account-page .inner-page-wrap > .os-breadcrumb-wrap,
.oss-account-page .inner-page-wrap .os-breadcrumb-wrap,
.oss-account-page .breadcrumb-area,
.oss-account-page .page-header {
	display: none !important;
}

.oss-account-page .inner-page-wrap,
.oss-account-page #content .inner-page-wrap {
	padding-top: 0 !important;
}

.oss-account-page .inner-page-wrap .__os-container__,
.oss-account-page #content .__os-container__ {
	padding-top: 28px !important;
}

@media (max-width: 640px) {
	.oss-account-page .inner-page-wrap .__os-container__,
	.oss-account-page #content .__os-container__ {
		padding-top: 18px !important;
	}
}

/* Version 2.10.2: centered account cards, local icons, and cohesive hover states. */
.oss-account-dashboard-page button.oss-account-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-height: 132px;
	padding: 18px 16px;
	text-align: center;
	transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.oss-account-dashboard-page .oss-account-stat__icon {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	margin: 0 !important;
	border-radius: 11px;
	background: #fbeef2;
	color: #8f1238;
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1;
	transition: transform .18s ease, background .18s ease, color .18s ease;
}

.oss-account-dashboard-page .oss-account-stat__icon--orders {
	font-size: 1.3rem;
}

.oss-account-dashboard-page .oss-account-stat__icon--downloads {
	font-size: 1.65rem;
	font-weight: 650;
}

.oss-account-dashboard-page .oss-account-stat__icon--profile::before {
	display: block;
	width: 13px;
	height: 13px;
	border: 2px solid currentColor;
	border-radius: 50%;
	box-sizing: border-box;
	content: '';
}

.oss-account-dashboard-page .oss-account-stat__icon--profile::after {
	display: block;
	width: 20px;
	height: 10px;
	margin-top: 2px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
	box-sizing: border-box;
	content: '';
}

.oss-account-dashboard-page .oss-account-stat strong,
.oss-account-dashboard-page .oss-account-stat > span:not(.oss-account-stat__icon) {
	margin: 0;
	color: #344054;
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1.35;
	text-align: center;
}

.oss-account-dashboard-page .oss-account-stat strong:not(.oss-account-stat__label) {
	color: #8f1238;
	font-size: 1.35rem;
}

.oss-account-dashboard-page .oss-account-stat small {
	display: block;
	max-width: 200px;
	margin: 1px auto 0;
	color: #98a2b3;
	font-size: 0.68rem;
	font-weight: 650;
	line-height: 1.45;
	text-align: center;
}

.oss-account-dashboard-page button.oss-account-stat:hover,
.oss-account-dashboard-page button.oss-account-stat:focus-visible {
	transform: translateY(-3px);
	border-color: #b85b77;
	background: #fff8fa;
	box-shadow: 0 12px 24px rgba(143, 18, 56, 0.14);
}

.oss-account-dashboard-page button.oss-account-stat:hover .oss-account-stat__icon,
.oss-account-dashboard-page button.oss-account-stat:focus-visible .oss-account-stat__icon {
	transform: scale(1.08);
	background: #8f1238;
	color: #ffffff;
}

.oss-account-dashboard-page button.oss-account-stat.is-active {
	transform: none;
	border-color: #a62f52;
	background: #fff8fa;
	box-shadow: 0 9px 20px rgba(143, 18, 56, 0.12);
}

.oss-account-dashboard-page button.oss-account-stat.is-active .oss-account-stat__icon {
	background: #8f1238;
	color: #ffffff;
}

@media (max-width: 640px) {
	.oss-account-dashboard-page button.oss-account-stat {
		min-height: 100px;
		padding: 14px 12px;
	}

	.oss-account-dashboard-page .oss-account-stat__icon {
		width: 32px;
		height: 32px;
		font-size: 1.2rem;
	}
}

/* Version 2.11.0: full in-dashboard orders, order details, and downloads. */
.oss-account-order-action {
	border: 1px solid #8f1238;
	background: #ffffff;
	font-family: inherit;
	cursor: pointer;
}

.oss-account-order-details {
	padding: 2px 0 8px;
}

.oss-account-order-details__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eef0f2;
}

.oss-account-order-details__head > div {
	display: flex;
	align-items: center;
	gap: 9px;
}

.oss-account-order-details__head h3 {
	margin: 0 !important;
	color: #101828;
	font-size: 1.05rem !important;
	font-weight: 850 !important;
}

.oss-account-order-details__head button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 12px;
	border: 1px solid #8f1238;
	border-radius: 8px;
	background: #ffffff;
	color: #8f1238;
	font-family: inherit;
	font-size: 0.74rem;
	font-weight: 800;
	cursor: pointer;
}

.oss-account-order-details__head button::before {
	margin-left: 6px;
	content: '→';
}

.oss-account-order-details__head button:hover,
.oss-account-order-details__head button:focus {
	background: #fbeef2;
}

.oss-account-order-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 18px;
}

.oss-account-order-meta > div {
	min-height: 72px;
	padding: 12px;
	border: 1px solid #eef0f2;
	border-radius: 10px;
	background: #fcfcfd;
	box-sizing: border-box;
}

.oss-account-order-meta span,
.oss-account-order-meta strong {
	display: block;
}

.oss-account-order-meta span {
	margin-bottom: 7px;
	color: #98a2b3;
	font-size: 0.7rem;
	font-weight: 700;
}

.oss-account-order-meta strong {
	color: #344054;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.5;
}

.oss-account-order-items,
.oss-account-order-downloads {
	margin-top: 16px;
	padding: 16px;
	border: 1px solid #eef0f2;
	border-radius: 11px;
	background: #ffffff;
}

.oss-account-order-items h4,
.oss-account-order-downloads h4 {
	margin: 0 0 10px !important;
	color: #344054;
	font-size: 0.86rem !important;
	font-weight: 850 !important;
}

.oss-account-order-items ul,
.oss-account-order-downloads ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.oss-account-order-items li,
.oss-account-order-downloads li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #eef0f2;
	color: #475467;
	font-size: 0.8rem;
	font-weight: 700;
}

.oss-account-order-items li:last-child,
.oss-account-order-downloads li:last-child {
	border-bottom: 0;
}

.oss-account-order-items li small {
	color: #98a2b3;
	font-size: 0.7rem;
}

.oss-account-order-downloads a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 6px 11px;
	border-radius: 7px;
	background: #8f1238;
	color: #ffffff !important;
	font-size: 0.72rem;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
}

.oss-account-order-downloads a:hover,
.oss-account-order-downloads a:focus {
	background: #6f0d2b;
}

@media (max-width: 640px) {
	.oss-account-order-details__head,
	.oss-account-order-details__head > div {
		align-items: flex-start;
		flex-direction: column;
	}

	.oss-account-order-meta {
		grid-template-columns: 1fr;
	}

	.oss-account-order-items li,
	.oss-account-order-downloads li {
		align-items: flex-start;
		flex-direction: column;
	}

	.oss-account-order-downloads a {
		width: 100%;
	}
}

/* کد تخفیف تنها در صفحه تسویه حساب نمایش داده می‌شود، نه در سبد خرید. */
body.woocommerce-cart .woocommerce-cart-form .coupon,
body.woocommerce-cart form.woocommerce-cart-form .coupon,
body.woocommerce-cart .cart-form .coupon {
	display: none !important;
}

/* نمایش مبلغ تخفیف با علامت منفی در سمت چپ و آیکن حذف محلی. */
.oss-checkout-page .woocommerce-checkout-review-order-table tr.cart-discount td {
	text-align: left !important;
	white-space: nowrap;
}
.oss-coupon-discount-amount,
.oss-checkout-discount-amount {
	display: inline-block;
	direction: ltr;
	unicode-bidi: isolate;
	white-space: nowrap;
}
.oss-checkout-page .woocommerce-checkout-review-order-table a.woocommerce-remove-coupon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	margin-inline-start: 7px;
	border: 1px solid #f3b7c4;
	border-radius: 50%;
	background: #fff5f7;
	color: #c91f45 !important;
	font-size: 0 !important;
	line-height: 1;
	text-decoration: none !important;
	vertical-align: middle;
	transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}
.oss-checkout-page .woocommerce-checkout-review-order-table a.woocommerce-remove-coupon .oss-coupon-remove__icon {
	font-family: Arial, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}
.oss-checkout-page .woocommerce-checkout-review-order-table a.woocommerce-remove-coupon:hover,
.oss-checkout-page .woocommerce-checkout-review-order-table a.woocommerce-remove-coupon:focus {
	border-color: #c91f45;
	background: #c91f45;
	color: #ffffff !important;
	transform: translateY(-1px);
}

/* صفحه تکمیل سفارش: دانلودهای خوانا و دسترسی روشن به فاکتور. */
body.woocommerce-order-received .woocommerce-order-downloads,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
	margin: 28px 0 0 !important;
	padding: 22px !important;
	border: 1px solid #d9dde3;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.045);
}
body.woocommerce-order-received .woocommerce-order-downloads h2,
body.woocommerce-order-received .woocommerce-order-details h2,
body.woocommerce-order-received .woocommerce-customer-details h2 {
	margin: 0 0 15px !important;
	color: #182230;
	font-size: 1.05rem !important;
	font-weight: 850 !important;
}
body.woocommerce-order-received .woocommerce-order-downloads table,
body.woocommerce-order-received .woocommerce-order-details table {
	width: 100%;
	margin: 0 !important;
	border: 1px solid #d9dde3 !important;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	overflow: hidden;
}
body.woocommerce-order-received .woocommerce-order-downloads table th,
body.woocommerce-order-received .woocommerce-order-details table th {
	padding: 12px 13px !important;
	border-color: #d9dde3 !important;
	background: #f7e9ee !important;
	color: #5f1028 !important;
	font-size: 0.8rem !important;
	font-weight: 850 !important;
}
body.woocommerce-order-received .woocommerce-order-downloads table td,
body.woocommerce-order-received .woocommerce-order-details table td {
	padding: 13px !important;
	border-color: #e4e7ec !important;
	background: #ffffff !important;
	color: #344054 !important;
	font-size: 0.82rem !important;
	font-weight: 650 !important;
}
body.woocommerce-order-received .woocommerce-order-downloads table tbody tr:nth-child(even) td,
body.woocommerce-order-received .woocommerce-order-details table tbody tr:nth-child(even) td {
	background: #fcfcfd !important;
}
body.woocommerce-order-received .woocommerce-order-downloads a.woocommerce-MyAccount-downloads-file,
body.woocommerce-order-received .woocommerce-order-downloads a.download,
body.woocommerce-order-received .woocommerce-order-downloads .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 7px 13px !important;
	border: 1px solid #8f1238 !important;
	border-radius: 8px !important;
	background: #8f1238 !important;
	color: #ffffff !important;
	font-family: inherit !important;
	font-size: 0.75rem !important;
	font-weight: 800 !important;
	line-height: 1.2;
	text-decoration: none !important;
}
body.woocommerce-order-received .woocommerce-order-downloads a.woocommerce-MyAccount-downloads-file:hover,
body.woocommerce-order-received .woocommerce-order-downloads a.woocommerce-MyAccount-downloads-file:focus,
body.woocommerce-order-received .woocommerce-order-downloads a.download:hover,
body.woocommerce-order-received .woocommerce-order-downloads a.download:focus,
body.woocommerce-order-received .woocommerce-order-downloads .button:hover,
body.woocommerce-order-received .woocommerce-order-downloads .button:focus {
	border-color: #6f0d2b !important;
	background: #6f0d2b !important;
	color: #ffffff !important;
	box-shadow: 0 5px 12px rgba(143, 18, 56, 0.22);
}
.oss-order-invoice-action {
	margin: 22px 0 0 !important;
	text-align: center;
}
.oss-order-invoice-action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 9px 17px;
	border: 1px solid #8f1238;
	border-radius: 9px;
	background: #ffffff;
	color: #8f1238 !important;
	font-family: inherit;
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background 150ms ease, color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
.oss-order-invoice-action a span {
	font-family: Arial, sans-serif;
	font-size: 1.15rem;
	line-height: 1;
}
.oss-order-invoice-action a:hover,
.oss-order-invoice-action a:focus {
	background: #8f1238;
	color: #ffffff !important;
	box-shadow: 0 6px 14px rgba(143, 18, 56, 0.2);
	transform: translateY(-1px);
}
@media (max-width: 640px) {
	body.woocommerce-order-received .woocommerce-order-downloads,
	body.woocommerce-order-received .woocommerce-order-details,
	body.woocommerce-order-received .woocommerce-customer-details {
		padding: 15px !important;
	}
	body.woocommerce-order-received .woocommerce-order-downloads table,
	body.woocommerce-order-received .woocommerce-order-details table {
		font-size: 0.76rem;
	}
	body.woocommerce-order-received .woocommerce-order-downloads table th,
	body.woocommerce-order-received .woocommerce-order-downloads table td,
	body.woocommerce-order-received .woocommerce-order-details table th,
	body.woocommerce-order-received .woocommerce-order-details table td {
		padding: 10px 8px !important;
	}
	body.woocommerce-order-received .woocommerce-order-downloads a.woocommerce-MyAccount-downloads-file,
	body.woocommerce-order-received .woocommerce-order-downloads a.download,
	body.woocommerce-order-received .woocommerce-order-downloads .button {
		width: 100%;
	}
}

/* Version 2.14.9: align registration and password recovery with the local login card. */
.oss-account-login-page .woocommerce form.woocommerce-form-register,
.oss-account-login-page .woocommerce form.register,
.oss-account-login-page .woocommerce form.woocommerce-ResetPassword,
.oss-account-login-page .woocommerce form.lost_reset_password {
	width: min(100%, 560px) !important;
	margin: 20px auto 34px !important;
	padding: 26px !important;
	border: 1px solid #e6e8ec !important;
	border-radius: 16px !important;
	background: #ffffff !important;
	box-shadow: 0 9px 24px rgba(16, 24, 40, 0.06) !important;
	box-sizing: border-box;
}

.oss-account-login-page .woocommerce form.woocommerce-form-register::before,
.oss-account-login-page .woocommerce form.register::before {
	display: block;
	margin: 0 0 7px;
	color: #101828;
	font-size: 1.25rem;
	font-weight: 850;
	content: 'عضویت در حساب کاربری';
}

.oss-account-login-page .woocommerce form.woocommerce-ResetPassword::before,
.oss-account-login-page .woocommerce form.lost_reset_password::before {
	display: block;
	margin: 0 0 10px;
	color: #101828;
	font-size: 1.25rem;
	font-weight: 850;
	content: 'بازیابی گذرواژه';
}

.oss-account-login-page .woocommerce form.woocommerce-form-register .form-row,
.oss-account-login-page .woocommerce form.register .form-row,
.oss-account-login-page .woocommerce form.woocommerce-ResetPassword .form-row,
.oss-account-login-page .woocommerce form.lost_reset_password .form-row {
	margin-bottom: 14px !important;
}

.oss-account-login-page .woocommerce form.woocommerce-form-register label,
.oss-account-login-page .woocommerce form.register label,
.oss-account-login-page .woocommerce form.woocommerce-ResetPassword label,
.oss-account-login-page .woocommerce form.lost_reset_password label {
	color: #344054;
	font-size: 0.8rem;
	font-weight: 750;
}

.oss-account-login-page .woocommerce form.woocommerce-form-register input.input-text,
.oss-account-login-page .woocommerce form.register input.input-text,
.oss-account-login-page .woocommerce form.woocommerce-form-register input[type="password"],
.oss-account-login-page .woocommerce form.register input[type="password"],
.oss-account-login-page .woocommerce form.woocommerce-ResetPassword input.input-text,
.oss-account-login-page .woocommerce form.lost_reset_password input.input-text {
	min-height: 45px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #ffffff;
	box-sizing: border-box;
}

.oss-account-login-page .woocommerce form.woocommerce-form-register button.button,
.oss-account-login-page .woocommerce form.register button.button,
.oss-account-login-page .woocommerce form.woocommerce-ResetPassword button.button,
.oss-account-login-page .woocommerce form.lost_reset_password button.button {
	min-height: 42px;
	padding: 9px 20px;
	border: 0;
	border-radius: 8px;
	background: #8f1238;
	color: #ffffff;
	font-family: inherit;
	font-size: 0.8rem;
	font-weight: 850;
}

.oss-account-login-page .woocommerce form.woocommerce-form-register button.button:hover,
.oss-account-login-page .woocommerce form.register button.button:hover,
.oss-account-login-page .woocommerce form.woocommerce-ResetPassword button.button:hover,
.oss-account-login-page .woocommerce form.lost_reset_password button.button:hover {
	background: #6f0d2b;
	color: #ffffff;
}

@media (max-width: 640px) {
	.oss-account-login-page .woocommerce form.woocommerce-form-register,
	.oss-account-login-page .woocommerce form.register,
	.oss-account-login-page .woocommerce form.woocommerce-ResetPassword,
	.oss-account-login-page .woocommerce form.lost_reset_password {
		margin: 14px auto 28px !important;
		padding: 20px !important;
		border-radius: 13px !important;
	}
}

/* Version 2.14.9: one-card login/register switcher and Captcha Code integration. */
.oss-account-login-page .woocommerce .u-columns {
	width: min(100%, 560px) !important;
	margin: 0 auto !important;
}

.oss-account-login-page .woocommerce .u-column1,
.oss-account-login-page .woocommerce .u-column2 {
	float: none !important;
	width: 100% !important;
}

.oss-account-login-page .woocommerce form.woocommerce-form-login,
.oss-account-login-page .woocommerce form.woocommerce-form-register,
.oss-account-login-page .woocommerce form.register {
	transition: opacity 160ms ease, transform 160ms ease, max-height 160ms ease, margin 160ms ease, padding 160ms ease, border-width 160ms ease;
}

.oss-account-login-page .woocommerce form.oss-auth-form--hidden {
	max-height: 0 !important;
	min-height: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	opacity: 0;
	transform: translateY(8px);
	overflow: hidden !important;
	pointer-events: none;
}

.oss-account-login-page .oss-auth-switcher {
	display: block;
	width: fit-content;
	margin: -19px auto 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #8f1238;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 800;
	cursor: pointer;
}

.oss-account-login-page .oss-auth-switcher:hover,
.oss-account-login-page .oss-auth-switcher:focus-visible {
	color: #6f0d2b;
	text-decoration: underline;
	outline: 0;
}

.oss-account-login-page .oss-auth-switcher--back {
	margin-top: -19px;
}

.oss-account-login-page .oss-webfactory-captcha {
	clear: both;
	margin: 14px 0 4px;
	padding: 13px;
	border: 1px solid #e4e7ec;
	border-radius: 10px;
	background: #fafbfc;
}

.oss-account-login-page .oss-webfactory-captcha p {
	margin: 0 !important;
}

.oss-account-login-page .oss-webfactory-captcha label {
	display: block;
	margin: 0 0 7px;
	color: #344054;
	font-size: 0.78rem;
	font-weight: 750;
}

.oss-account-login-page .oss-webfactory-captcha img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 6px 0 10px;
	border-radius: 6px;
}

.oss-account-login-page .oss-webfactory-captcha input#captcha_code {
	width: min(100%, 220px) !important;
	min-height: 42px;
	padding: 8px 11px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #ffffff;
	font: inherit;
}

.oss-account-login-page .woocommerce-notices-wrapper .woocommerce-error,
.oss-account-login-page .woocommerce-notices-wrapper .woocommerce-message,
.oss-account-login-page .woocommerce .woocommerce-error,
.oss-account-login-page .woocommerce .woocommerce-message {
	width: min(100%, 560px);
	margin-right: auto !important;
	margin-left: auto !important;
}

@media (max-width: 640px) {
	.oss-account-login-page .oss-auth-switcher {
		margin-bottom: 28px;
	}

	.oss-account-login-page .oss-webfactory-captcha {
		padding: 11px;
	}
}

.oss-account-login-page .woocommerce .u-columns > .u-column1 > h2,
.oss-account-login-page .woocommerce .u-columns > .u-column2 > h2 {
	display: none !important;
}

.oss-account-login-page .woocommerce form.woocommerce-form-login,
.oss-account-login-page .woocommerce form.woocommerce-form-register,
.oss-account-login-page .woocommerce form.register {
	max-height: 820px;
}

/* Version 2.15.0: centered guest account flow, full-width cards, hidden footer, and recovery feedback. */
body.oss-account-login-page #content,
body.oss-account-login-page .site-content,
body.oss-account-login-page .site-main,
body.oss-account-login-page .content-area {
	width: 100% !important;
	min-height: calc(100vh - 160px);
}

body.oss-account-login-page .site-footer,
body.oss-account-login-page footer#colophon,
body.oss-account-login-page .footer-area,
body.oss-account-login-page .site-footer-wrap {
	display: none !important;
}

.oss-account-login-page .woocommerce {
	width: 100% !important;
	margin: 0 auto !important;
}

.oss-account-login-page .woocommerce .u-columns {
	display: block !important;
	width: min(100%, 720px) !important;
	margin: 0 auto !important;
}

.oss-account-login-page .woocommerce .u-column1,
.oss-account-login-page .woocommerce .u-column2 {
	display: block !important;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.oss-account-login-page .woocommerce form.woocommerce-form-login,
.oss-account-login-page .woocommerce form.woocommerce-form-register,
.oss-account-login-page .woocommerce form.register,
.oss-account-login-page .woocommerce form.woocommerce-ResetPassword,
.oss-account-login-page .woocommerce form.lost_reset_password {
	width: 100% !important;
	max-width: 720px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.oss-account-login-page .woocommerce form.woocommerce-form-register .oss-webfactory-captcha,
.oss-account-login-page .woocommerce form.register .oss-webfactory-captcha {
	display: block !important;
}

.oss-account-login-page .woocommerce-message,
.oss-account-login-page .woocommerce .woocommerce-message {
	display: grid !important;
	gap: 6px;
	width: min(100%, 720px) !important;
	margin: 20px auto 28px !important;
	padding: 20px 22px !important;
	border: 1px solid #a6dcb8 !important;
	border-right: 4px solid #237a45 !important;
	border-radius: 14px !important;
	background: #f2fbf5 !important;
	box-shadow: 0 8px 20px rgba(18, 98, 50, 0.08);
	color: #174c2b !important;
	line-height: 1.9;
}

.oss-account-login-page .woocommerce-message::before {
	display: none !important;
}

.oss-account-login-page .woocommerce-message strong {
	color: #14532d;
	font-size: 1rem;
	font-weight: 900;
}

.oss-account-login-page .woocommerce-message span {
	color: #336044;
	font-size: 0.84rem;
}

@media (max-width: 760px) {
	body.oss-account-login-page #content,
	body.oss-account-login-page .site-content,
	body.oss-account-login-page .site-main,
	body.oss-account-login-page .content-area {
		min-height: auto;
	}

	.oss-account-login-page .woocommerce .u-columns,
	.oss-account-login-page .woocommerce form.woocommerce-form-login,
	.oss-account-login-page .woocommerce form.woocommerce-form-register,
	.oss-account-login-page .woocommerce form.register,
	.oss-account-login-page .woocommerce form.woocommerce-ResetPassword,
	.oss-account-login-page .woocommerce form.lost_reset_password,
	.oss-account-login-page .woocommerce-message,
	.oss-account-login-page .woocommerce .woocommerce-message {
		max-width: none !important;
	}
}

body.oss-account-login-page footer {
	display: none !important;
}

/* Version 2.15.1: override Orchid's 50% account columns with a single centered card. */
.oss-account-login-page .woocommerce .u-columns > .u-column1,
.oss-account-login-page .woocommerce .u-columns > .u-column2 {
	width: 100% !important;
	max-width: none !important;
	flex: 0 0 100% !important;
}

.oss-account-login-page .woocommerce .u-columns > .u-column1 > form,
.oss-account-login-page .woocommerce .u-columns > .u-column2 > form {
	width: 100% !important;
	max-width: 720px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* Version 2.15.1: local account control in the theme navigation slot. */
.login_register_link .oss-menu-account-control {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 38px;
	min-height: 34px;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 8px;
	background: transparent;
	color: #ffffff !important;
	font-family: inherit;
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.login_register_link .oss-menu-account-control svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.login_register_link .oss-menu-account-control:hover,
.login_register_link .oss-menu-account-control:focus-visible {
	border-color: #ffffff;
	background: #ffffff;
	color: #8f1238 !important;
	outline: 0;
}

@media (max-width: 760px) {
	.login_register_link .oss-menu-account-control {
		min-width: 34px;
		padding: 6px 8px;
	}

	.login_register_link .oss-menu-account-control span {
		display: none;
	}
}

/* Version 2.15.2: reveal and style Orchid's built-in account slot in the top menu. */
.top-header-menu-entry .login_register_link,
.main-navigation .login_register_link,
.login_register_link {
	visibility: visible !important;
	opacity: 1 !important;
}

.login_register_link > ul {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.login_register_link > ul > li > a {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 8px;
	color: #ffffff !important;
	font-family: inherit;
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
}

.login_register_link > ul > li > a i.bx-user::before {
	font-size: 17px;
}

.login_register_link > ul > li > a:hover,
.login_register_link > ul > li > a:focus-visible {
	border-color: #ffffff;
	background: #ffffff;
	color: #8f1238 !important;
	outline: 0;
}

/* Version 2.15.2: primary-navigation account icon at the left edge. */
#site-navigation {
	position: relative;
}

#site-navigation > ul.primary-menu,
#site-navigation > ul {
	padding-left: 112px !important;
}

#site-navigation .oss-primary-menu-account {
	position: absolute !important;
	left: 0;
	top: 50%;
	z-index: 8;
	margin: 0 !important;
	transform: translateY(-50%);
	list-style: none !important;
}

#site-navigation .oss-primary-menu-account .oss-menu-account-control {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 38px;
	min-height: 34px;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 8px;
	background: transparent;
	color: #ffffff !important;
	font-family: inherit;
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
}

#site-navigation .oss-primary-menu-account .oss-menu-account-control svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

#site-navigation .oss-primary-menu-account .oss-menu-account-control:hover,
#site-navigation .oss-primary-menu-account .oss-menu-account-control:focus-visible {
	border-color: #ffffff;
	background: #ffffff;
	color: #8f1238 !important;
	outline: 0;
}

@media (max-width: 760px) {
	#site-navigation > ul.primary-menu,
	#site-navigation > ul {
		padding-left: 50px !important;
	}

	#site-navigation .oss-primary-menu-account .oss-menu-account-control {
		min-width: 34px;
		padding: 6px 8px;
	}

	#site-navigation .oss-primary-menu-account .oss-menu-account-control span {
		display: none;
	}
}

/* Version 2.15.3: white account button with pale-yellow hover. */
#site-navigation .oss-primary-menu-account .oss-menu-account-control,
.login_register_link > ul > li > a,
.login_register_link .oss-menu-account-control {
	border-color: #ffffff !important;
	background: #ffffff !important;
	color: #8f1238 !important;
}

#site-navigation .oss-primary-menu-account .oss-menu-account-control:hover,
#site-navigation .oss-primary-menu-account .oss-menu-account-control:focus-visible,
.login_register_link > ul > li > a:hover,
.login_register_link > ul > li > a:focus-visible,
.login_register_link .oss-menu-account-control:hover,
.login_register_link .oss-menu-account-control:focus-visible {
	border-color: #f5dfa0 !important;
	background: #fff3c4 !important;
	color: #6f0d2b !important;
}

/* Version 2.15.4: final WooCommerce password-reset card and vertical password fields. */
.oss-account-login-page.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword,
.oss-account-login-page.woocommerce-lost-password .woocommerce form.lost_reset_password,
.oss-account-login-page .woocommerce form.woocommerce-ResetPassword,
.oss-account-login-page .woocommerce form.lost_reset_password {
	width: min(100%, 720px) !important;
	max-width: 720px !important;
	margin: 24px auto 34px !important;
	padding: 28px !important;
	border: 1px solid #e6e8ec !important;
	border-radius: 16px !important;
	background: #ffffff !important;
	box-shadow: 0 9px 24px rgba(16, 24, 40, 0.06) !important;
	box-sizing: border-box;
}

.oss-account-login-page .woocommerce form.woocommerce-ResetPassword .form-row-first,
.oss-account-login-page .woocommerce form.woocommerce-ResetPassword .form-row-last,
.oss-account-login-page .woocommerce form.lost_reset_password .form-row-first,
.oss-account-login-page .woocommerce form.lost_reset_password .form-row-last,
.oss-account-login-page .woocommerce form.woocommerce-ResetPassword .form-row,
.oss-account-login-page .woocommerce form.lost_reset_password .form-row {
	float: none !important;
	clear: both !important;
	width: 100% !important;
	margin: 0 0 16px !important;
}

.oss-account-login-page .woocommerce form.woocommerce-ResetPassword .form-row input,
.oss-account-login-page .woocommerce form.lost_reset_password .form-row input {
	width: 100% !important;
}

.oss-account-login-page .woocommerce form.woocommerce-ResetPassword .clear,
.oss-account-login-page .woocommerce form.lost_reset_password .clear {
	display: none !important;
}

.oss-account-login-page.woocommerce-lost-password footer,
.oss-account-login-page.woocommerce-lost-password .footer,
.oss-account-login-page.woocommerce-lost-password .secondary-widget-area {
	display: none !important;
}

@media (max-width: 640px) {
	.oss-account-login-page .woocommerce form.woocommerce-ResetPassword,
	.oss-account-login-page .woocommerce form.lost_reset_password {
		margin: 14px auto 28px !important;
		padding: 20px !important;
		border-radius: 13px !important;
	}
}

/* Version 2.15.5: isolated account control, outside the primary menu list. */
#site-navigation {
	position: relative !important;
}

#site-navigation > ul.primary-menu,
#site-navigation > ul {
	padding-left: 170px !important;
}

#site-navigation .oss-menu-account-float {
	display: flex !important;
	align-items: center !important;
	gap: 5px !important;
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	z-index: 30 !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-50%) !important;
	white-space: nowrap;
}

#site-navigation .oss-menu-account-float .oss-menu-account-control,
#site-navigation .oss-menu-account-float .oss-menu-account-logout {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 34px !important;
	margin: 0 !important;
	border-radius: 8px !important;
	font-family: inherit !important;
	font-size: 0.74rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
}

#site-navigation .oss-menu-account-float .oss-menu-account-control {
	gap: 6px;
	padding: 6px 10px !important;
	border: 1px solid #ffffff !important;
	background: #ffffff !important;
	color: #8f1238 !important;
}

#site-navigation .oss-menu-account-float .oss-menu-account-control svg {
	width: 17px !important;
	height: 17px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	stroke-width: 1.8 !important;
}

#site-navigation .oss-menu-account-float .oss-menu-account-control:hover,
#site-navigation .oss-menu-account-float .oss-menu-account-control:focus-visible {
	border-color: #f5dfa0 !important;
	background: #fff3c4 !important;
	color: #6f0d2b !important;
	outline: 0 !important;
}

#site-navigation .oss-menu-account-float .oss-menu-account-logout {
	width: 34px !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.72) !important;
	background: transparent !important;
	color: #ffffff !important;
	font-size: 1rem !important;
}

#site-navigation .oss-menu-account-float .oss-menu-account-logout:hover,
#site-navigation .oss-menu-account-float .oss-menu-account-logout:focus-visible {
	border-color: #ffffff !important;
	background: rgba(255, 255, 255, 0.16) !important;
	outline: 0 !important;
}

@media (max-width: 900px) {
	#site-navigation > ul.primary-menu,
	#site-navigation > ul {
		padding-left: 50px !important;
	}

	#site-navigation .oss-menu-account-float .oss-menu-account-control span {
		display: none !important;
	}

	#site-navigation .oss-menu-account-float .oss-menu-account-control {
		min-width: 34px !important;
		padding: 6px 8px !important;
	}
}

/* Version 2.15.6: account control beside the header mini-cart, not in the navigation bar. */
.wishlist-minicart-wrapper.oss-header-has-account {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	transform: translateX(22px);
	direction: ltr;
}

.wishlist-minicart-wrapper.oss-header-has-account .oss-header-account-control {
	display: flex !important;
	align-items: center !important;
	gap: 5px !important;
	flex: 0 0 auto;
	direction: rtl;
	order: 1;
}

.wishlist-minicart-wrapper.oss-header-has-account .wishlist-minicart-inner {
	flex: 0 0 auto;
	order: 2;
	direction: rtl;
}

.wishlist-minicart-wrapper.oss-header-has-account .oss-menu-account-control,
.wishlist-minicart-wrapper.oss-header-has-account .oss-menu-account-logout {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 34px !important;
	margin: 0 !important;
	border-radius: 8px !important;
	font-family: inherit !important;
	font-size: 0.74rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
}

.wishlist-minicart-wrapper.oss-header-has-account .oss-menu-account-control {
	gap: 6px;
	padding: 6px 10px !important;
	border: 1px solid #8f1238 !important;
	background: #ffffff !important;
	color: #8f1238 !important;
}

.wishlist-minicart-wrapper.oss-header-has-account .oss-menu-account-control svg {
	width: 17px !important;
	height: 17px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	stroke-width: 1.8 !important;
}

.wishlist-minicart-wrapper.oss-header-has-account .oss-menu-account-control:hover,
.wishlist-minicart-wrapper.oss-header-has-account .oss-menu-account-control:focus-visible {
	border-color: #f5dfa0 !important;
	background: #fff3c4 !important;
	color: #6f0d2b !important;
	outline: 0 !important;
}

.wishlist-minicart-wrapper.oss-header-has-account .oss-menu-account-logout {
	width: 34px !important;
	padding: 0 !important;
	border: 1px solid #8f1238 !important;
	background: #ffffff !important;
	color: #8f1238 !important;
	font-size: 1rem !important;
}

.wishlist-minicart-wrapper.oss-header-has-account .oss-menu-account-logout:hover,
.wishlist-minicart-wrapper.oss-header-has-account .oss-menu-account-logout:focus-visible {
	border-color: #f5dfa0 !important;
	background: #fff3c4 !important;
	outline: 0 !important;
}

@media (max-width: 780px) {
	.wishlist-minicart-wrapper.oss-header-has-account {
		gap: 7px !important;
		transform: translateX(8px);
	}

	.wishlist-minicart-wrapper.oss-header-has-account .oss-menu-account-control span {
		display: none !important;
	}

	.wishlist-minicart-wrapper.oss-header-has-account .oss-menu-account-control {
		min-width: 34px !important;
		padding: 6px 8px !important;
	}
}

/* Keep the mini-cart and the account control in one non-overlapping header row. */
.wishlist-minicart-wrapper.oss-header-has-account {
	width: auto !important;
	min-width: 334px;
}

@media (max-width: 780px) {
	.wishlist-minicart-wrapper.oss-header-has-account {
	min-width: 0;
	}
}

/* Version 2.15.7: never show Orchid's original oversized account link; use only the mini-cart control. */
.login_register_link,
.top-header-menu-entry .login_register_link,
#site-navigation .oss-menu-account-float,
#site-navigation .oss-primary-menu-account {
	display: none !important;
}

.wishlist-minicart-wrapper.oss-header-has-account .oss-header-account-control {
	min-width: 34px !important;
	min-height: 34px !important;
	max-width: 210px;
	overflow: hidden !important;
}

.wishlist-minicart-wrapper.oss-header-has-account .oss-header-account-control .oss-menu-account-control {
	width: auto !important;
	max-width: 100% !important;
	overflow: hidden !important;
}

.wishlist-minicart-wrapper.oss-header-has-account .oss-header-account-control .oss-menu-account-control svg {
	display: block !important;
	width: 17px !important;
	min-width: 17px !important;
	max-width: 17px !important;
	height: 17px !important;
	min-height: 17px !important;
	max-height: 17px !important;
}

/* Version 2.15.8: keep the account control inside the mini-cart row; never let theme SVG rules enlarge it. */
.wishlist-minicart-wrapper.oss-header-has-account {
	display: block !important;
	width: 370px !important;
	flex: 0 0 370px !important;
	min-width: 0 !important;
	max-width: calc(100vw - 24px) !important;
	min-height: 0 !important;
	height: auto !important;
	transform: translateX(22px) !important;
	direction: rtl !important;
}

.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	width: 370px !important;
	flex: 0 0 370px !important;
	min-height: 49px !important;
	direction: ltr !important;
}

.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner > .oss-header-account-control {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 auto !important;
	order: 1 !important;
	width: auto !important;
	height: auto !important;
	min-width: 34px !important;
	min-height: 34px !important;
	max-width: 150px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	direction: rtl !important;
}

.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner > .mini-cart {
	display: block !important;
	flex: 0 0 245px !important;
	order: 2 !important;
	width: 245px !important;
	min-width: 0 !important;
	margin: 0 !important;
}

.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner > .oss-header-account-control .oss-menu-account-control {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px !important;
	width: auto !important;
	height: 34px !important;
	min-height: 34px !important;
	max-width: 150px !important;
	margin: 0 !important;
	padding: 6px 9px !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
	font-size: 12px !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner > .oss-header-account-control .oss-menu-account-control svg,
.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner > .oss-header-account-control .oss-menu-account-control svg * {
	display: block !important;
	flex: 0 0 18px !important;
	width: 18px !important;
	min-width: 18px !important;
	max-width: 18px !important;
	height: 18px !important;
	min-height: 18px !important;
	max-height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 780px) {
	.wishlist-minicart-wrapper.oss-header-has-account {
		width: auto !important;
		flex: 0 1 auto !important;
		max-width: calc(100vw - 16px) !important;
		transform: translateX(8px) !important;
	}

	.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner {
		gap: 6px !important;
		width: auto !important;
		flex: 0 1 auto !important;
	}

	.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner > .mini-cart {
		width: auto !important;
		flex: 1 1 auto !important;
	}

	.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner > .oss-header-account-control .oss-menu-account-control {
		width: 34px !important;
		min-width: 34px !important;
		padding: 6px !important;
	}

	.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner > .oss-header-account-control .oss-menu-account-control span {
		display: none !important;
	}
}

/* A second CAPTCHA image in the hidden registration card overwrote Captcha Code's sole session value. */
.oss-webfactory-captcha--register-placeholder {
	display: block;
	width: 100%;
}

.oss-webfactory-captcha--register-placeholder .oss-webfactory-captcha--login {
	margin-top: 14px;
}

/* Version 2.15.9: a non-active account form must never remain visible beside the active card. */
.oss-account-login-page .woocommerce form.oss-auth-form--hidden,
.oss-account-login-page .woocommerce form.woocommerce-form-login[hidden],
.oss-account-login-page .woocommerce form.woocommerce-form-register[hidden],
.oss-account-login-page .woocommerce form.register[hidden] {
	display: none !important;
}

/* The header account control is intentionally text-only; no SVG or theme icon may be shown. */
.wishlist-minicart-wrapper.oss-header-has-account .oss-header-account-control .oss-menu-account-control svg,
.wishlist-minicart-wrapper.oss-header-has-account .oss-header-account-control .oss-menu-account-control i,
.wishlist-minicart-wrapper.oss-header-has-account .oss-header-account-control .oss-menu-account-control::before,
.wishlist-minicart-wrapper.oss-header-has-account .oss-header-account-control .oss-menu-account-control::after {
	display: none !important;
	content: none !important;
}

.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner > .oss-header-account-control {
	max-width: 132px !important;
}

.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner > .oss-header-account-control .oss-menu-account-control {
	gap: 0 !important;
	min-width: 92px !important;
	padding: 6px 12px !important;
}

@media (max-width: 780px) {
	.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner > .oss-header-account-control {
		max-width: 124px !important;
	}

	.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner > .oss-header-account-control .oss-menu-account-control {
		width: auto !important;
		min-width: 92px !important;
		padding: 6px 10px !important;
	}

	.wishlist-minicart-wrapper.oss-header-has-account > .wishlist-minicart-inner > .oss-header-account-control .oss-menu-account-control span {
		display: inline !important;
	}
}

/* Version 2.15.10: return the text-only account control to the primary navigation. */
#site-navigation .oss-menu-account-float {
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	position: absolute !important;
	left: 10px !important;
	top: 50% !important;
	z-index: 50 !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-50%) !important;
	white-space: nowrap !important;
}

#site-navigation > ul.primary-menu,
#site-navigation > ul {
	padding-left: 145px !important;
}

#site-navigation .oss-menu-account-float .oss-menu-account-control,
#site-navigation .oss-menu-account-float .oss-menu-account-logout {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 34px !important;
	margin: 0 !important;
	border-radius: 8px !important;
	font-family: inherit !important;
	font-size: 0.74rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
}

#site-navigation .oss-menu-account-float .oss-menu-account-control {
	min-width: 100px !important;
	padding: 6px 11px !important;
	border: 1px solid #ffffff !important;
	background: #ffffff !important;
	color: #8f1238 !important;
}

#site-navigation .oss-menu-account-float .oss-menu-account-control:hover,
#site-navigation .oss-menu-account-float .oss-menu-account-control:focus-visible {
	border-color: #f5dfa0 !important;
	background: #fff3c4 !important;
	color: #6f0d2b !important;
	outline: 0 !important;
}

#site-navigation .oss-menu-account-float .oss-menu-account-logout {
	padding: 6px 10px !important;
	border: 1px solid rgba(255,255,255,.78) !important;
	background: transparent !important;
	color: #ffffff !important;
}

#site-navigation .oss-menu-account-float .oss-menu-account-logout:hover,
#site-navigation .oss-menu-account-float .oss-menu-account-logout:focus-visible {
	border-color: #ffffff !important;
	background: rgba(255,255,255,.16) !important;
	outline: 0 !important;
}

#site-navigation .oss-menu-account-float svg,
#site-navigation .oss-menu-account-float i,
#site-navigation .oss-menu-account-float .oss-menu-account-control::before,
#site-navigation .oss-menu-account-float .oss-menu-account-control::after {
	display: none !important;
	content: none !important;
}

@media (max-width: 900px) {
	#site-navigation > ul.primary-menu,
	#site-navigation > ul {
		padding-left: 120px !important;
	}

	#site-navigation .oss-menu-account-float {
		left: 7px !important;
	}

	#site-navigation .oss-menu-account-float .oss-menu-account-control {
		min-width: 92px !important;
		padding: 6px 9px !important;
	}

	#site-navigation .oss-menu-account-float .oss-menu-account-control span {
		display: inline !important;
	}
}

/* Version 2.16.13.21: scroll only the mini-cart product list; keep totals and actions visible. */
.mini-cart-open .widget_shopping_cart,
.mini-cart-open .widget_shopping_cart .widget_shopping_cart_content {
	display: flex !important;
	flex-direction: column !important;
	min-height: 0 !important;
	height: min(68vh, 620px) !important;
	max-height: calc(100vh - 74px) !important;
	overflow: hidden !important;
}

.mini-cart-open .widget_shopping_cart .woocommerce-mini-cart,
.mini-cart-open .widget_shopping_cart .product_list_widget,
.mini-cart-open .widget_shopping_cart ul.woocommerce-mini-cart {
	display: block !important;
	flex: 1 1 auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	overscroll-behavior: contain !important;
	-webkit-overflow-scrolling: touch !important;
	scrollbar-width: thin !important;
}

.mini-cart-open .widget_shopping_cart .woocommerce-mini-cart__total,
.mini-cart-open .widget_shopping_cart .woocommerce-mini-cart__buttons,
.mini-cart-open .widget_shopping_cart .buttons,
.mini-cart-open .widget_shopping_cart .total {
	flex: 0 0 auto !important;
	margin-bottom: 0 !important;
}

@media (max-width: 780px) {
	.mini-cart-open .widget_shopping_cart,
	.mini-cart-open .widget_shopping_cart .widget_shopping_cart_content {
		height: calc(100dvh - 94px) !important;
		max-height: calc(100dvh - 94px) !important;
	}

	.mini-cart-open .widget_shopping_cart .woocommerce-mini-cart,
	.mini-cart-open .widget_shopping_cart .product_list_widget,
	.mini-cart-open .widget_shopping_cart ul.woocommerce-mini-cart {
		max-height: none !important;
		padding-bottom: 6px !important;
	}
}

/* Version 2.16.13.22: compact mini-cart panel and high-contrast product metadata. */
.mini-cart-open .widget_shopping_cart .woocommerce-mini-cart-item .quantity,
.mini-cart-open .widget_shopping_cart .woocommerce-mini-cart-item .quantity *,
.mini-cart-open .widget_shopping_cart .woocommerce-mini-cart-item .woocommerce-Price-amount,
.mini-cart-open .widget_shopping_cart .woocommerce-mini-cart-item .woocommerce-Price-amount *,
.mini-cart-open .widget_shopping_cart .product_list_widget .quantity,
.mini-cart-open .widget_shopping_cart .product_list_widget .quantity * {
	color: #ffffff !important;
	opacity: 1 !important;
	font-weight: 700 !important;
}

@media (max-width: 780px) {
	.mini-cart-open .widget_shopping_cart,
	.mini-cart-open .widget_shopping_cart .widget_shopping_cart_content {
		height: min(64dvh, 560px) !important;
		max-height: min(64dvh, 560px) !important;
	}
}
