/* Shared Artwork product cards across WooCommerce surfaces. */
.wd-products .wd-product.product-grid-item,
.wd-products .wd-product,
.related-products .wd-product.product-grid-item,
.aw-single-artist__products .wd-product.product-grid-item,
.aw-single-artist__products .wd-product {
	display: flex !important;
	min-height: 100% !important;
	padding: 0 !important;
	background: var(--aw-white, #fff) !important;
	border: 1px solid var(--aw-line, #e5e0d8) !important;
	box-shadow: none !important;
	transform: none !important;
	transition: border-color .18s ease, transform .18s ease !important;
}

.wd-products .wd-product.product-grid-item:hover,
.wd-products .wd-product:hover,
.related-products .wd-product.product-grid-item:hover,
.aw-single-artist__products .wd-product:hover {
	border-color: var(--aw-black, #050505) !important;
	transform: translateY(-2px) !important;
}

.wd-products .wd-product .product-wrapper,
.related-products .wd-product .product-wrapper,
.aw-single-artist__products .wd-product .product-wrapper {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	min-height: 100% !important;
	padding: 0 !important;
	background: var(--aw-white, #fff) !important;
	direction: rtl !important;
	text-align: right !important;
}

.wd-products .wd-product .product-element-top,
.related-products .wd-product .product-element-top,
.aw-single-artist__products .wd-product .product-element-top {
	position: relative !important;
	display: grid !important;
	aspect-ratio: 1 / 1 !important;
	place-items: center !important;
	margin: 0 !important;
	padding: clamp(18px, 2.8vw, 34px) !important;
	background: var(--aw-white, #fff) !important;
	border: 0 !important;
	border-bottom: 1px solid var(--aw-line, #e5e0d8) !important;
	overflow: hidden !important;
}

.wd-products .wd-product .product-image-link,
.related-products .wd-product .product-image-link,
.aw-single-artist__products .wd-product .product-image-link {
	position: relative !important;
	z-index: 1 !important;
	display: grid !important;
	width: 100% !important;
	height: 100% !important;
	place-items: center !important;
	background: var(--aw-white, #fff) !important;
}

.wd-products .wd-product .product-element-top img,
.related-products .wd-product .product-element-top img,
.aw-single-artist__products .wd-product .product-element-top img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	object-fit: contain !important;
	padding: clamp(6px, 1vw, 14px) !important;
	filter: none !important;
	transform: none !important;
}

.wd-products .wd-product .hover-img,
.related-products .wd-product .hover-img,
.aw-single-artist__products .wd-product .hover-img {
	display: none !important;
}

.wd-products .wd-product .product-element-bottom,
.related-products .wd-product .product-element-bottom,
.aw-single-artist__products .wd-product .product-element-bottom {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	gap: 0 !important;
	padding: 18px 18px 20px !important;
	background: var(--aw-white, #fff) !important;
	text-align: right !important;
}

.wd-products .wd-product .wd-entities-title,
.wd-products .wd-product .wd-entities-title a,
.wd-products .wd-product .woocommerce-loop-product__title,
.related-products .wd-product .wd-entities-title,
.related-products .wd-product .wd-entities-title a,
.aw-single-artist__products .wd-product .wd-entities-title,
.aw-single-artist__products .wd-product .wd-entities-title a {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	color: var(--aw-black, #050505) !important;
	font-size: clamp(15px, 1.04vw, 17px) !important;
	font-weight: 900 !important;
	line-height: 1.7 !important;
	text-align: right !important;
	text-decoration: none !important;
	text-indent: 0 !important;
	white-space: normal !important;
}

.wd-products .wd-product .wd-entities-title::after,
.related-products .wd-product .wd-entities-title::after,
.aw-single-artist__products .wd-product .wd-entities-title::after {
	content: none !important;
}

.wd-products .wd-product .aw-loop-product-artist,
.related-products .wd-product .aw-loop-product-artist,
.aw-single-artist__products .wd-product .aw-loop-product-artist {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	align-items: baseline !important;
	margin: 8px 0 0 !important;
	padding: 0 !important;
	color: var(--aw-muted, #777) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.8 !important;
	text-align: right !important;
}

.wd-products .wd-product .aw-loop-product-artist span,
.related-products .wd-product .aw-loop-product-artist span,
.aw-single-artist__products .wd-product .aw-loop-product-artist span {
	color: var(--aw-muted, #777) !important;
	font-weight: 500 !important;
}

.wd-products .wd-product .aw-loop-product-artist strong,
.related-products .wd-product .aw-loop-product-artist strong,
.aw-single-artist__products .wd-product .aw-loop-product-artist strong {
	color: var(--aw-black, #050505) !important;
	font-size: 13px !important;
	font-weight: 850 !important;
}

.wd-products .wd-product .price,
.wd-products .wd-product .call-for-price-link,
.wd-products .wd-product .call-for-price-text,
.related-products .wd-product .price,
.related-products .wd-product .call-for-price-link,
.aw-single-artist__products .wd-product .price,
.aw-single-artist__products .wd-product .call-for-price-link {
	display: block !important;
	width: 100% !important;
	margin: auto 0 0 !important;
	padding: 12px 0 0 !important;
	color: var(--aw-black, #050505) !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.7 !important;
	text-align: right !important;
}

.wd-products .wd-product .call-for-price-link,
.wd-products .wd-product .call-for-price-text,
.related-products .wd-product .call-for-price-link,
.aw-single-artist__products .wd-product .call-for-price-link {
	color: var(--aw-muted, #777) !important;
	font-weight: 750 !important;
}

.wd-products .wd-product .wrapp-buttons,
.related-products .wd-product .wrapp-buttons,
.aw-single-artist__products .wd-product .wrapp-buttons {
	position: static !important;
	display: block !important;
	width: 100% !important;
	margin: 16px 0 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	order: 20 !important;
}

.wd-products .wd-product .wd-buttons,
.wd-products .wd-product .wd-action-btn,
.related-products .wd-product .wd-buttons,
.related-products .wd-product .wd-action-btn,
.aw-single-artist__products .wd-product .wd-buttons,
.aw-single-artist__products .wd-product .wd-action-btn {
	display: block !important;
	width: 100% !important;
}

.wd-products .wd-product .wd-add-btn a,
.related-products .wd-product .wd-add-btn a,
.aw-single-artist__products .wd-product .wd-add-btn a,
.wd-products .wd-product .aw-mobile-product-action,
.related-products .wd-product .aw-mobile-product-action,
.aw-single-artist__products .wd-product .aw-mobile-product-action {
	display: inline-flex !important;
	width: 100% !important;
	min-height: 44px !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 9px !important;
	margin: 0 !important;
	padding: 0 15px !important;
	background: var(--aw-black, #050505) !important;
	border: 1px solid var(--aw-black, #050505) !important;
	color: var(--aw-white, #fff) !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

.wd-products .wd-product .wd-add-btn a:hover,
.wd-products .wd-product .wd-add-btn a:focus-visible,
.related-products .wd-product .wd-add-btn a:hover,
.related-products .wd-product .wd-add-btn a:focus-visible,
.aw-single-artist__products .wd-product .wd-add-btn a:hover,
.aw-single-artist__products .wd-product .wd-add-btn a:focus-visible,
.wd-products .wd-product .aw-mobile-product-action:hover,
.wd-products .wd-product .aw-mobile-product-action:focus-visible,
.related-products .wd-product .aw-mobile-product-action:hover,
.related-products .wd-product .aw-mobile-product-action:focus-visible,
.aw-single-artist__products .wd-product .aw-mobile-product-action:hover,
.aw-single-artist__products .wd-product .aw-mobile-product-action:focus-visible {
	background: var(--aw-white, #fff) !important;
	color: var(--aw-black, #050505) !important;
}

.wd-products .wd-product .wd-add-btn a span,
.related-products .wd-product .wd-add-btn a span,
.aw-single-artist__products .wd-product .wd-add-btn a span {
	display: inline-block !important;
	font-size: 0 !important;
	line-height: 1 !important;
}

.wd-products .wd-product .wd-add-btn a span::before,
.related-products .wd-product .wd-add-btn a span::before,
.aw-single-artist__products .wd-product .wd-add-btn a span::before {
	content: "خرید" !important;
	font-size: 13px !important;
	font-weight: 850 !important;
}

.wd-products .wd-product .wd-add-btn a:not(.add_to_cart_button) span::before,
.related-products .wd-product .wd-add-btn a:not(.add_to_cart_button) span::before,
.aw-single-artist__products .wd-product .wd-add-btn a:not(.add_to_cart_button) span::before {
	content: "مشاهده" !important;
}

.wd-products .wd-product .wd-add-btn a::before,
.related-products .wd-product .wd-add-btn a::before,
.aw-single-artist__products .wd-product .wd-add-btn a::before {
	content: none !important;
	display: none !important;
}

.wd-products .wd-product .wd-add-btn a::after,
.related-products .wd-product .wd-add-btn a::after,
.aw-single-artist__products .wd-product .wd-add-btn a::after,
.wd-products .wd-product .aw-mobile-product-action i,
.related-products .wd-product .aw-mobile-product-action i,
.aw-single-artist__products .wd-product .aw-mobile-product-action i {
	content: "←" !important;
	display: inline-flex !important;
	width: auto !important;
	height: auto !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	background: transparent !important;
	color: currentColor !important;
	font-size: 17px !important;
	font-style: normal !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	transform: none !important;
	-webkit-mask: none !important;
	mask: none !important;
}

/* Artist pages use the same product-card language, with tighter responsive rhythm. */
.aw-single-artist__products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 24px !important;
	--wd-col: 3 !important;
	--wd-col-lg: 3 !important;
	--wd-col-md: 3 !important;
	--wd-col-sm: 3 !important;
}

.aw-single-artist__products > .wd-product.product-grid-item,
.aw-single-artist__products > .product-grid-item,
.aw-single-artist__products > .product {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	grid-column: auto !important;
	flex: initial !important;
}

@media (max-width: 1024px) {
	.aw-single-artist__products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 18px !important;
		--wd-col: 2 !important;
		--wd-col-lg: 2 !important;
		--wd-col-md: 2 !important;
		--wd-col-sm: 2 !important;
	}

	.aw-single-artist__products .wd-product .product-element-top {
		aspect-ratio: 1 / .92 !important;
		padding: clamp(16px, 4vw, 28px) !important;
	}
}

.aw-mobile-menu-actions {
	display: none;
}

.aw-icon-link__icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	color: currentColor;
	pointer-events: none;
}

.aw-icon-link__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

body .aw-icon-link.aw-icon-link--cart::before,
.aw-icon-link.aw-icon-link--cart::before {
	content: none !important;
	display: none !important;
	background: none !important;
	background-image: none !important;
	-webkit-mask: none !important;
	mask: none !important;
}

body .aw-icon-link.aw-icon-link--cart .aw-icon-link__icon,
.aw-icon-link.aw-icon-link--cart .aw-icon-link__icon {
	display: inline-flex !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.aw-icon-link .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1024px) {
	body .aw-site-header__inner {
		align-items: center !important;
	}

	body .aw-site-header__tools {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		min-width: 0 !important;
	}

	body .aw-contact-link {
		display: inline-flex !important;
		height: 48px !important;
		min-width: 54px !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0 12px !important;
		background: var(--aw-black, #050505) !important;
		border: 1px solid var(--aw-black, #050505) !important;
		color: var(--aw-white, #fff) !important;
		font-size: 13px !important;
		font-weight: 800 !important;
		line-height: 1 !important;
		text-decoration: none !important;
		white-space: nowrap !important;
	}

	body .aw-icon-link {
		position: relative !important;
		display: inline-flex !important;
		width: 48px !important;
		min-width: 48px !important;
		max-width: 48px !important;
		height: 48px !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0 !important;
		overflow: visible !important;
		background: var(--aw-white, #fff) !important;
		border: 1px solid var(--aw-line, #e6e3de) !important;
		color: var(--aw-black, #050505) !important;
		font-size: 0 !important;
		line-height: 1 !important;
		text-indent: 0 !important;
	}

	body .aw-icon-link::before {
		content: none !important;
	}

	body .aw-icon-link::after {
		content: attr(data-count) !important;
		position: absolute !important;
		top: -8px !important;
		right: -8px !important;
		left: auto !important;
		z-index: 3 !important;
		display: flex !important;
		width: auto !important;
		min-width: 18px !important;
		height: 18px !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0 5px !important;
		background: #666 !important;
		border: 0 !important;
		color: var(--aw-white, #fff) !important;
		font-size: 10px !important;
		font-weight: 800 !important;
		line-height: 18px !important;
		transform: none !important;
	}

	body .aw-icon-link[data-count="0"]::after,
	body .aw-icon-link[data-count="۰"]::after {
		display: none !important;
	}

	body .aw-icon-link__icon {
		width: 22px !important;
		height: 22px !important;
	}

	body.aw-mobile-menu-open .aw-site-header__nav .aw-mobile-menu-actions {
		display: block !important;
		margin-top: 16px !important;
		padding-top: 20px !important;
		border-top: 1px solid var(--aw-line, #e6e3de) !important;
	}

	body.aw-mobile-menu-open .aw-site-header__nav .aw-mobile-menu-account {
		display: flex !important;
		min-height: 58px !important;
		align-items: center !important;
		justify-content: space-between !important;
		border-bottom: 1px solid var(--aw-line, #e6e3de) !important;
		color: var(--aw-black, #050505) !important;
		font-size: 22px !important;
		font-weight: 900 !important;
		line-height: 1.3 !important;
		text-decoration: none !important;
	}
}

@media (max-width: 520px) {
	body .aw-site-header__tools {
		gap: 6px !important;
	}

	body .aw-contact-link {
		height: 46px !important;
		min-width: 48px !important;
		padding: 0 10px !important;
		font-size: 12px !important;
	}

	body .aw-icon-link {
		width: 46px !important;
		min-width: 46px !important;
		max-width: 46px !important;
		height: 46px !important;
	}

	body .aw-icon-link__icon {
		width: 21px !important;
		height: 21px !important;
	}
}

@media (max-width: 767px) {
	.wd-products .wd-product .product-element-bottom,
	.related-products .wd-product .product-element-bottom,
	.aw-single-artist__products .wd-product .product-element-bottom {
		padding: 18px !important;
	}

	.wd-products .wd-product .wrapp-buttons,
	.related-products .wd-product .wrapp-buttons,
	.aw-single-artist__products .wd-product .wrapp-buttons {
		display: none !important;
	}

	.wd-products .wd-product .aw-mobile-product-action,
	.related-products .wd-product .aw-mobile-product-action,
	.aw-single-artist__products .wd-product .aw-mobile-product-action {
		display: inline-flex !important;
		margin-top: 16px !important;
	}
}

@media (max-width: 560px) {
	.aw-single-artist__products {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
		--wd-col: 1 !important;
		--wd-col-lg: 1 !important;
		--wd-col-md: 1 !important;
		--wd-col-sm: 1 !important;
	}

	.aw-single-artist__products .wd-product .product-element-top {
		aspect-ratio: 1 / 1 !important;
		max-height: none !important;
	}
}

/* Final parity: related products and artist products must match the shop cards. */
.related-products .wd-product.product-grid-item,
.related-products .wd-product,
.aw-single-artist__products .wd-product.product-grid-item,
.aw-single-artist__products .wd-product {
	display: flex !important;
	min-height: 100% !important;
	padding: 0 !important;
	background: var(--aw-white, #fff) !important;
	border: 1px solid var(--aw-line, #e5e0d8) !important;
	box-shadow: none !important;
	transform: none !important;
	transition: border-color .18s ease !important;
}

.related-products .wd-product.product-grid-item:hover,
.related-products .wd-product:hover,
.aw-single-artist__products .wd-product.product-grid-item:hover,
.aw-single-artist__products .wd-product:hover {
	border-color: var(--aw-black, #050505) !important;
	transform: none !important;
}

.related-products .wd-product .product-wrapper,
.aw-single-artist__products .wd-product .product-wrapper {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	min-height: 100% !important;
	padding: 0 !important;
	background: var(--aw-white, #fff) !important;
	direction: rtl !important;
	text-align: right !important;
}

.related-products .wd-product .product-element-top,
.aw-single-artist__products .wd-product .product-element-top {
	position: relative !important;
	display: grid !important;
	aspect-ratio: 1 / 1 !important;
	place-items: center !important;
	margin: 0 !important;
	padding: clamp(22px, 3vw, 34px) !important;
	background: var(--aw-white, #fff) !important;
	border: 0 !important;
	border-bottom: 1px solid var(--aw-line, #e5e0d8) !important;
	overflow: hidden !important;
}

.related-products .wd-product .product-element-top::after,
.aw-single-artist__products .wd-product .product-element-top::after {
	content: "" !important;
	position: absolute !important;
	inset: 12px !important;
	border: 1px solid var(--aw-line, #e5e0d8) !important;
	pointer-events: none !important;
}

.related-products .wd-product .product-image-link,
.aw-single-artist__products .wd-product .product-image-link {
	position: relative !important;
	z-index: 1 !important;
	display: grid !important;
	width: 100% !important;
	height: 100% !important;
	place-items: center !important;
	background: var(--aw-white, #fff) !important;
}

.related-products .wd-product .product-element-top img,
.aw-single-artist__products .wd-product .product-element-top img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	object-fit: contain !important;
	padding: clamp(8px, 1.2vw, 16px) !important;
	filter: none !important;
	transform: none !important;
}

.related-products .wd-product .product-element-bottom,
.aw-single-artist__products .wd-product .product-element-bottom {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	gap: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	background: var(--aw-white, #fff) !important;
	text-align: right !important;
}

.related-products .wd-product .wd-entities-title,
.related-products .wd-product .wd-entities-title a,
.aw-single-artist__products .wd-product .wd-entities-title,
.aw-single-artist__products .wd-product .wd-entities-title a {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 18px 18px 4px !important;
	overflow: visible !important;
	color: var(--aw-black, #050505) !important;
	font-size: clamp(15px, 1.04vw, 17px) !important;
	font-weight: 900 !important;
	line-height: 1.65 !important;
	text-align: right !important;
	text-decoration: none !important;
	text-indent: 0 !important;
	white-space: normal !important;
}

.related-products .wd-product .wd-entities-title::after,
.aw-single-artist__products .wd-product .wd-entities-title::after {
	content: none !important;
}

.related-products .wd-product .aw-loop-product-artist,
.aw-single-artist__products .wd-product .aw-loop-product-artist {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	align-items: baseline !important;
	margin: 0 !important;
	padding: 0 18px 8px !important;
	color: var(--aw-muted, #777) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.8 !important;
	text-align: right !important;
}

.related-products .wd-product .aw-loop-product-artist span,
.aw-single-artist__products .wd-product .aw-loop-product-artist span {
	color: var(--aw-muted, #777) !important;
	font-weight: 500 !important;
}

.related-products .wd-product .aw-loop-product-artist strong,
.aw-single-artist__products .wd-product .aw-loop-product-artist strong {
	color: var(--aw-ink, #181619) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

.related-products .wd-product .price,
.related-products .wd-product .call-for-price-link,
.aw-single-artist__products .wd-product .price,
.aw-single-artist__products .wd-product .call-for-price-link {
	display: block !important;
	width: 100% !important;
	margin-top: auto !important;
	padding: 6px 18px 20px !important;
	color: var(--aw-black, #050505) !important;
	font-size: 14px !important;
	font-weight: 900 !important;
	line-height: 1.7 !important;
	text-align: right !important;
}

.related-products .wd-product .call-for-price-link,
.aw-single-artist__products .wd-product .call-for-price-link {
	color: var(--aw-muted, #777) !important;
	font-weight: 700 !important;
}

.related-products .wd-product .wrapp-buttons,
.aw-single-artist__products .wd-product .wrapp-buttons {
	position: absolute !important;
	display: block !important;
	left: 16px !important;
	right: auto !important;
	bottom: 16px !important;
	top: auto !important;
	z-index: 4 !important;
	width: 116px !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	visibility: visible !important;
	transform: translateY(8px) !important;
	transition: opacity .18s ease, transform .18s ease !important;
	direction: ltr !important;
}

.related-products .wd-product:hover .wrapp-buttons,
.related-products .wd-product .product-wrapper:hover .wrapp-buttons,
.related-products .wd-product:focus-within .wrapp-buttons,
.aw-single-artist__products .wd-product:hover .wrapp-buttons,
.aw-single-artist__products .wd-product .product-wrapper:hover .wrapp-buttons,
.aw-single-artist__products .wd-product:focus-within .wrapp-buttons {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.related-products .wd-product .wd-buttons,
.related-products .wd-product .wd-action-btn,
.aw-single-artist__products .wd-product .wd-buttons,
.aw-single-artist__products .wd-product .wd-action-btn {
	display: block !important;
	width: auto !important;
}

.related-products .wd-product .wd-add-btn a,
.aw-single-artist__products .wd-product .wd-add-btn a {
	display: inline-flex !important;
	width: 100% !important;
	min-width: 116px !important;
	min-height: 46px !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 9px !important;
	padding: 0 15px !important;
	background: var(--aw-black, #050505) !important;
	border: 1px solid var(--aw-black, #050505) !important;
	color: var(--aw-white, #fff) !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .10) !important;
	direction: rtl !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

.related-products .wd-product .wd-add-btn a:hover,
.related-products .wd-product .wd-add-btn a:focus-visible,
.aw-single-artist__products .wd-product .wd-add-btn a:hover,
.aw-single-artist__products .wd-product .wd-add-btn a:focus-visible {
	background: var(--aw-white, #fff) !important;
	color: var(--aw-black, #050505) !important;
}

.related-products .wd-product .wd-add-btn a span,
.aw-single-artist__products .wd-product .wd-add-btn a span {
	display: inline-block !important;
	order: 1 !important;
	font-size: 0 !important;
	line-height: 1 !important;
}

.related-products .wd-product .wd-add-btn a span::before,
.aw-single-artist__products .wd-product .wd-add-btn a span::before {
	content: "خرید" !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

.related-products .wd-product .wd-add-btn a:not(.add_to_cart_button) span::before,
.aw-single-artist__products .wd-product .wd-add-btn a:not(.add_to_cart_button) span::before {
	content: "مشاهده" !important;
}

.related-products .wd-product .wd-add-btn a::before,
.aw-single-artist__products .wd-product .wd-add-btn a::before {
	content: none !important;
	display: none !important;
}

.related-products .wd-product .wd-add-btn a::after,
.aw-single-artist__products .wd-product .wd-add-btn a::after {
	content: "←" !important;
	display: inline-flex !important;
	order: 2 !important;
	width: auto !important;
	height: auto !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	background: transparent !important;
	color: currentColor !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	transform: none !important;
	-webkit-mask: none !important;
	mask: none !important;
}

.related-products .wd-product .aw-mobile-product-action,
.aw-single-artist__products .wd-product .aw-mobile-product-action {
	display: none !important;
}

@media (hover: none) {
	.related-products .wd-product .wrapp-buttons,
	.aw-single-artist__products .wd-product .wrapp-buttons {
		opacity: 1 !important;
		transform: none !important;
	}
}

@media (max-width: 767px) {
	.related-products .wd-product .wrapp-buttons,
	.aw-single-artist__products .wd-product .wrapp-buttons {
		display: none !important;
	}

	.related-products .wd-product .price,
	.aw-single-artist__products .wd-product .price {
		padding-bottom: 12px !important;
	}

	.related-products .wd-product .aw-mobile-product-action,
	.aw-single-artist__products .wd-product .aw-mobile-product-action {
		display: inline-flex !important;
		width: calc(100% - 36px) !important;
		min-height: 46px !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 9px !important;
		margin: 0 18px 20px !important;
		padding: 0 15px !important;
		background: var(--aw-black, #050505) !important;
		border: 1px solid var(--aw-black, #050505) !important;
		color: var(--aw-white, #fff) !important;
		font-size: 13px !important;
		font-weight: 800 !important;
		line-height: 1 !important;
		text-decoration: none !important;
	}

	.related-products .wd-product .aw-mobile-product-action:hover,
	.related-products .wd-product .aw-mobile-product-action:focus-visible,
	.aw-single-artist__products .wd-product .aw-mobile-product-action:hover,
	.aw-single-artist__products .wd-product .aw-mobile-product-action:focus-visible {
		background: var(--aw-white, #fff) !important;
		color: var(--aw-black, #050505) !important;
	}
}
