/**
 * WooCommerce Styles
 * استایل‌های ووکامرس با استفاده از BEM
 */

/* Animations - انیمیشن‌های سبک و جذاب */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes scaleIn {
	from {
		opacity: 0;
		transform: scale(0.95);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* ============================================
   WooCommerce Info Messages - پیام‌های اطلاعاتی
   ============================================ */

.woocommerce-info,
.woocommerce .woocommerce-info {
	padding: 1.5rem 2rem !important;
	padding-right: 5rem !important;
	padding-left: 2rem !important;
	margin: 1.5rem 0 !important;
	border-radius: 16px !important;
	border: 1px solid rgba(59, 130, 246, 0.3) !important;
	background: linear-gradient(135deg, 
		rgba(59, 130, 246, 0.15) 0%, 
		rgba(59, 130, 246, 0.08) 100%) !important;
	color: rgba(147, 197, 253, 0.95) !important;
	font-size: 0.95rem !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	backdrop-filter: blur(20px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(20px) saturate(180%) !important;
	box-shadow: 
		0 4px 20px rgba(59, 130, 246, 0.2),
		0 0 0 1px rgba(59, 130, 246, 0.1) inset,
		0 2px 8px rgba(59, 130, 246, 0.15) !important;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
	position: relative !important;
	overflow: hidden !important;
	list-style: none !important;
	line-height: 1.7 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 1.5rem !important;
	min-height: 60px !important;
}

.woocommerce-info::before,
.woocommerce .woocommerce-info::before {
	content: 'ℹ' !important;
	position: absolute !important;
	top: 50% !important;
	right: 1.5rem !important;
	transform: translateY(-50%) !important;
	width: 2.5rem !important;
	height: 2.5rem !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: rgba(59, 130, 246, 0.2) !important;
	border-radius: 50% !important;
	font-size: 1.25rem !important;
	color: rgba(147, 197, 253, 1) !important;
	font-weight: 700 !important;
	border: 2px solid rgba(59, 130, 246, 0.4) !important;
	box-shadow: 0 0 20px rgba(59, 130, 246, 0.3) !important;
	flex-shrink: 0 !important;
	z-index: 1 !important;
}

.woocommerce-info::after,
.woocommerce .woocommerce-info::after {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	width: 4px !important;
	height: 100% !important;
	background: linear-gradient(180deg, 
		rgba(59, 130, 246, 0.8) 0%, 
		rgba(59, 130, 246, 0.4) 100%) !important;
	border-radius: 16px 0 0 16px !important;
	box-shadow: 0 0 15px rgba(59, 130, 246, 0.4) !important;
}

.woocommerce-info:hover,
.woocommerce .woocommerce-info:hover {
	border-color: rgba(59, 130, 246, 0.5) !important;
	background: linear-gradient(135deg, 
		rgba(59, 130, 246, 0.2) 0%, 
		rgba(59, 130, 246, 0.12) 100%) !important;
	box-shadow: 
		0 6px 25px rgba(59, 130, 246, 0.25),
		0 0 0 1px rgba(59, 130, 246, 0.15) inset,
		0 4px 12px rgba(59, 130, 246, 0.2) !important;
	transform: translateY(-2px) !important;
}

.woocommerce-info li,
.woocommerce .woocommerce-info li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	color: rgba(147, 197, 253, 0.95) !important;
	flex: 1 !important;
	min-width: 0 !important;
	order: 1 !important;
}

.woocommerce-info li:first-child,
.woocommerce .woocommerce-info li:first-child {
	margin-top: 0 !important;
}

.woocommerce-info li:last-child,
.woocommerce .woocommerce-info li:last-child {
	margin-bottom: 0 !important;
}

.woocommerce-info a,
.woocommerce .woocommerce-info a {
	color: rgba(147, 197, 253, 1) !important;
	text-decoration: none !important;
	border-bottom: 1px solid rgba(147, 197, 253, 0.4) !important;
	transition: all 0.3s ease !important;
	font-weight: 600 !important;
}

.woocommerce-info a:hover,
.woocommerce .woocommerce-info a:hover {
	color: #ffffff !important;
	border-bottom-color: rgba(255, 255, 255, 0.6) !important;
}

.woocommerce-info .button,
.woocommerce .woocommerce-info .button,
.woocommerce-info .woocommerce-Button,
.woocommerce .woocommerce-info .woocommerce-Button,
.woocommerce-info .wc-forward,
.woocommerce .woocommerce-info .wc-forward,
.woocommerce-info a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce-info a.woocommerce-Button,
.woocommerce .woocommerce-info a.woocommerce-Button,
.woocommerce-info a.wc-forward,
.woocommerce .woocommerce-info a.wc-forward {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0.625rem 1.25rem !important;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.3) 0%, rgba(59, 130, 246, 0.2) 100%) !important;
	border: 1.5px solid rgba(59, 130, 246, 0.5) !important;
	border-radius: 10px !important;
	color: #ffffff !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
	backdrop-filter: blur(10px) saturate(150%) !important;
	-webkit-backdrop-filter: blur(10px) saturate(150%) !important;
	margin: 0 !important;
	order: 2 !important;
	flex-shrink: 0 !important;
	white-space: nowrap !important;
}

.woocommerce-info .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce-info .woocommerce-Button:hover,
.woocommerce .woocommerce-info .woocommerce-Button:hover,
.woocommerce-info .wc-forward:hover,
.woocommerce .woocommerce-info .wc-forward:hover,
.woocommerce-info a.button:hover,
.woocommerce .woocommerce-info a.button:hover {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.4) 0%, rgba(59, 130, 246, 0.3) 100%) !important;
	border-color: rgba(59, 130, 246, 0.6) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3) !important;
}

/* Responsive */
@media (max-width: 768px) {
	.woocommerce-info,
	.woocommerce .woocommerce-info {
		padding: 1.25rem 1.5rem !important;
		padding-right: 4.5rem !important;
		font-size: 0.9rem !important;
		min-height: 56px !important;
	}

	.woocommerce-info::before,
	.woocommerce .woocommerce-info::before {
		width: 2rem !important;
		height: 2rem !important;
		font-size: 1.1rem !important;
		right: 1rem !important;
	}

	.woocommerce-info li,
	.woocommerce .woocommerce-info li {
		padding-right: 0 !important;
	}
}

@media (max-width: 480px) {
	.woocommerce-info,
	.woocommerce .woocommerce-info {
		padding: 1rem 1.25rem !important;
		padding-right: 4rem !important;
		font-size: 0.875rem !important;
		border-radius: 12px !important;
		min-height: 52px !important;
	}

	.woocommerce-info::before,
	.woocommerce .woocommerce-info::before {
		width: 1.75rem !important;
		height: 1.75rem !important;
		font-size: 1rem !important;
		right: 0.875rem !important;
	}

	.woocommerce-info li,
	.woocommerce .woocommerce-info li {
		padding-right: 0 !important;
	}
}

/* WooCommerce Messages - پیام‌های موفقیت */
.woocommerce-message,
.woocommerce .woocommerce-message {
	padding: 1.5rem 2rem !important;
	padding-right: 5rem !important;
	padding-left: 2rem !important;
	margin: 1.5rem 0 !important;
	border-radius: 16px !important;
	border: 1px solid rgba(34, 197, 94, 0.35) !important;
	background: linear-gradient(135deg, 
		rgba(34, 197, 94, 0.15) 0%, 
		rgba(34, 197, 94, 0.08) 100%) !important;
	color: rgba(134, 239, 172, 0.95) !important;
	font-size: 0.95rem !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	backdrop-filter: blur(25px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(25px) saturate(180%) !important;
	box-shadow: 
		0 8px 32px rgba(34, 197, 94, 0.25),
		0 4px 16px rgba(34, 197, 94, 0.15),
		0 0 0 1px rgba(34, 197, 94, 0.2) inset,
		0 2px 8px rgba(34, 197, 94, 0.2) !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	position: relative !important;
	overflow: hidden !important;
	list-style: none !important;
	line-height: 1.7 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 1.5rem !important;
	min-height: 64px !important;
}

.woocommerce-message::before,
.woocommerce .woocommerce-message::before {
	content: '✓' !important;
	position: absolute !important;
	top: 50% !important;
	right: 1.5rem !important;
	transform: translateY(-50%) !important;
	width: 2.5rem !important;
	height: 2.5rem !important;
	border-radius: 50% !important;
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.25) 0%, rgba(34, 197, 94, 0.15) 100%) !important;
	border: 1.5px solid rgba(34, 197, 94, 0.4) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	color: rgba(34, 197, 94, 0.95) !important;
	flex-shrink: 0 !important;
	z-index: 1 !important;
	box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2) !important;
	animation: messageIconPulse 2s ease-in-out infinite !important;
}

@keyframes messageIconPulse {
	0%, 100% {
		transform: translateY(-50%) scale(1);
		box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
	}
	50% {
		transform: translateY(-50%) scale(1.05);
		box-shadow: 0 6px 16px rgba(34, 197, 94, 0.3);
	}
}

.woocommerce-message::after,
.woocommerce .woocommerce-message::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
	transition: left 0.6s ease;
	z-index: 0;
	pointer-events: none;
}

.woocommerce-message:hover,
.woocommerce .woocommerce-message:hover {
	border-color: rgba(34, 197, 94, 0.5) !important;
	background: linear-gradient(135deg, 
		rgba(34, 197, 94, 0.2) 0%, 
		rgba(34, 197, 94, 0.12) 100%) !important;
	box-shadow: 
		0 12px 40px rgba(34, 197, 94, 0.3),
		0 6px 20px rgba(34, 197, 94, 0.2),
		0 0 0 1px rgba(34, 197, 94, 0.3) inset !important;
	transform: translateY(-2px) !important;
}

.woocommerce-message:hover::after,
.woocommerce .woocommerce-message:hover::after {
	left: 100%;
}

.woocommerce-message li,
.woocommerce .woocommerce-message li {
	width: 100% !important;
	flex: 1 !important;
	min-width: 0 !important;
	margin: 0 !important;
	order: 1 !important;
	padding: 0 !important;
	list-style: none !important;
	position: relative !important;
	z-index: 1 !important;
}

.woocommerce-message .button,
.woocommerce .woocommerce-message .button,
.woocommerce-message .woocommerce-Button,
.woocommerce .woocommerce-message .woocommerce-Button,
.woocommerce-message .wc-forward,
.woocommerce .woocommerce-message .wc-forward,
.woocommerce-message a.button,
.woocommerce .woocommerce-message a.button {
	order: 2 !important;
	flex-shrink: 0 !important;
	white-space: nowrap !important;
	margin: 0 !important;
	padding: 0.75rem 1.5rem !important;
	border-radius: 12px !important;
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.25) 0%, rgba(34, 197, 94, 0.15) 100%) !important;
	border: 1px solid rgba(34, 197, 94, 0.4) !important;
	color: rgba(134, 239, 172, 0.95) !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-weight: 600 !important;
	font-size: 0.9375rem !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	text-decoration: none !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2) !important;
	position: relative !important;
	z-index: 1 !important;
}

.woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-message .woocommerce-Button:hover,
.woocommerce .woocommerce-message .woocommerce-Button:hover,
.woocommerce-message .wc-forward:hover,
.woocommerce .woocommerce-message .wc-forward:hover,
.woocommerce-message a.button:hover,
.woocommerce .woocommerce-message a.button:hover {
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.35) 0%, rgba(34, 197, 94, 0.25) 100%) !important;
	border-color: rgba(34, 197, 94, 0.6) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 20px rgba(34, 197, 94, 0.3) !important;
	color: rgba(134, 239, 172, 1) !important;
}

/* Responsive */
@media (max-width: 768px) {
	.woocommerce-message,
	.woocommerce .woocommerce-message {
		padding: 1.25rem 1.5rem !important;
		padding-right: 4.5rem !important;
		font-size: 0.9rem !important;
		min-height: 60px !important;
	}

	.woocommerce-message::before,
	.woocommerce .woocommerce-message::before {
		width: 2.25rem !important;
		height: 2.25rem !important;
		font-size: 1.1rem !important;
		right: 1.25rem !important;
	}

	.woocommerce-message .button,
	.woocommerce .woocommerce-message .button,
	.woocommerce-message .woocommerce-Button,
	.woocommerce .woocommerce-message .woocommerce-Button,
	.woocommerce-message .wc-forward,
	.woocommerce .woocommerce-message .wc-forward {
		padding: 0.625rem 1.25rem !important;
		font-size: 0.875rem !important;
	}
}

@media (max-width: 480px) {
	.woocommerce-message,
	.woocommerce .woocommerce-message {
		padding: 1rem 1.25rem !important;
		padding-right: 4rem !important;
		font-size: 0.875rem !important;
		border-radius: 12px !important;
		min-height: 56px !important;
	}

	.woocommerce-message::before,
	.woocommerce .woocommerce-message::before {
		width: 2rem !important;
		height: 2rem !important;
		font-size: 1rem !important;
		right: 1rem !important;
	}

	.woocommerce-message .button,
	.woocommerce .woocommerce-message .button,
	.woocommerce-message .woocommerce-Button,
	.woocommerce .woocommerce-message .woocommerce-Button,
	.woocommerce-message .wc-forward,
	.woocommerce .woocommerce-message .wc-forward {
		padding: 0.5rem 1rem !important;
		font-size: 0.8125rem !important;
	}
}

/* WooCommerce Container */
.woocommerce {
	color: #ffffff !important;
	padding-top: calc(100px + 2rem) !important;
	margin-top: 0 !important;
}

/* Override برای single product page */
body.single-product {
	overflow-x: hidden !important;
}

body.single-product .woocommerce {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body.single-product .site {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden !important;
}

.woocommerce a {
	color: #ffffff;
}

/* Products Grid - فقط برای صفحات غیر Shop */
.products:not(.tshop-shop-page__products .products) {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.product:not(.tshop-product-card) {
	background-color: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.product:not(.tshop-product-card):hover {
	background-color: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-4px);
}

.product__image {
	width: 100%;
	height: auto;
	display: block;
}

.product__content {
	padding: 1.5rem;
}

.product__title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
	color: #ffffff;
}

.product__title-link {
	color: #ffffff;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.product__title-link:hover {
	opacity: 0.7;
}

.product__price {
	font-size: 1.125rem;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 1rem;
}

.product__button {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.875rem;
	transition: all 0.3s ease;
	cursor: pointer;
	width: 100%;
	text-align: center;
}

.product__button:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.3);
}


/* Cart */
.cart {
	width: 100%;
}

.cart__table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2rem;
}

.cart__table th,
.cart__table td {
	padding: 1rem;
	text-align: right;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cart__table th {
	font-weight: 600;
	color: #ffffff;
}

.cart__table td {
	color: rgba(255, 255, 255, 0.8);
}

/* Buttons */
.button,
button,
input[type="submit"] {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	color: #ffffff;
	text-decoration: none;
	font-size: 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.3);
}

.button--primary {
	background-color: #ffffff;
	color: #000000;
	border-color: #ffffff;
}

.button--primary:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select {
	width: 100%;
	padding: 0.75rem;
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	color: #ffffff;
	font-size: 1rem;
	transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	outline: none;
	background-color: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.3);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

/* ============================================
   Cart Sidebar - خلاصه سبد خرید (مینیمال)
   ============================================ */

/* Container اصلی Sidebar - ثابت کردن ارتفاع */
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 16px !important;
	padding: 2rem !important;
	margin: 0 !important;
	height: fit-content !important;
	min-height: auto !important;
	max-height: none !important;
	position: sticky !important;
	top: 120px !important;
	box-sizing: border-box !important;
	overflow: visible !important;
}

/* Order Summary Block */
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Heading Block */
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block {
	margin-bottom: 1.5rem !important;
	padding-bottom: 1rem !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block h2,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block h3 {
	font-size: 1.5rem !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	margin: 0 !important;
	text-align: right !important;
}

/* Coupon Form Block */
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block {
	margin-bottom: 1.5rem !important;
	padding: 0 !important;
}

.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block input[type="text"] {
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	border-radius: 8px !important;
	padding: 0.875rem 1rem !important;
	color: #ffffff !important;
	font-size: 0.95rem !important;
	transition: border-color 0.2s ease !important;
}

.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block input[type="text"]:focus {
	border-color: rgba(255, 255, 255, 0.3) !important;
	outline: none !important;
}

.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block button,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .button {
	background: rgba(255, 255, 255, 0.1) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 8px !important;
	padding: 0.875rem 1.25rem !important;
	color: #ffffff !important;
	font-weight: 500 !important;
	cursor: pointer !important;
	transition: background 0.2s ease !important;
}

.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block button:hover,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .button:hover {
	background: rgba(255, 255, 255, 0.15) !important;
}

/* Responsive - Coupon Form Mobile */
@media (max-width: 768px) {
	.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block {
		display: block !important;
	}
	
	.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block input[type="text"] {
		width: 100% !important;
		margin-bottom: 0.75rem !important;
	}
	
	.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block button,
	.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .button {
		width: 100% !important;
	}
}

@media (max-width: 480px) {
	.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block {
		display: block !important;
	}
	
	.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block input[type="text"] {
		width: 100% !important;
		margin-bottom: 0.625rem !important;
	}
	
	.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block button,
	.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .button {
		width: 100% !important;
	}
}

/* Totals Blocks */
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-fee-block,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-discount-block,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-shipping-block,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-taxes-block {
	padding: 1rem 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
}

.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-fee-block .wc-block-components-totals-item__label,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-discount-block .wc-block-components-totals-item__label,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__label,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-taxes-block .wc-block-components-totals-item__label {
	font-size: 0.95rem !important;
	font-weight: 400 !important;
	color: rgba(255, 255, 255, 0.8) !important;
	text-align: right !important;
}

.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__value,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-fee-block .wc-block-components-totals-item__value,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-discount-block .wc-block-components-totals-item__value,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__value,
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-taxes-block .wc-block-components-totals-item__value {
	font-size: 1rem !important;
	font-weight: 500 !important;
	color: #ffffff !important;
	text-align: left !important;
}

/* Total Block (Grand Total) */
.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
	margin-top: 1rem !important;
	padding-top: 1rem !important;
	border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item {
	padding: 1rem 0 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
}

.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item__label {
	font-size: 1.1rem !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	text-align: right !important;
}

.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item__value {
	font-size: 1.25rem !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	text-align: left !important;
}

/* Checkout Button */
.wc-block-components-sidebar .wp-block-woocommerce-cart-express-payment-block,
.wc-block-components-sidebar .wp-block-woocommerce-proceed-to-checkout-block {
	margin-top: 1.5rem !important;
}

.wc-block-components-sidebar .wp-block-button__link,
.wc-block-components-sidebar .wc-block-cart__submit-button {
	width: 100% !important;
	padding: 1rem 1.5rem !important;
	background: #ffffff !important;
	color: #000000 !important;
	border: none !important;
	border-radius: 8px !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: opacity 0.2s ease !important;
	text-align: center !important;
	text-decoration: none !important;
	display: block !important;
}

.wc-block-components-sidebar .wp-block-button__link:hover,
.wc-block-components-sidebar .wc-block-cart__submit-button:hover {
	opacity: 0.9 !important;
}

/* Express Payment Methods */
.wc-block-components-sidebar .wc-block-components-express-payment {
	margin-bottom: 1.5rem !important;
	padding: 0 !important;
}

.wc-block-components-sidebar .wc-block-components-express-payment__content {
	display: flex !important;
	flex-direction: column !important;
	gap: 0.75rem !important;
}

.wc-block-components-sidebar .wc-block-components-express-payment__content-container {
	display: flex !important;
	flex-direction: column !important;
	gap: 0.5rem !important;
}

/* ============================================
   Cart Items Row - ردیف محصولات سبد خرید
   ============================================ */

.wc-block-cart-items__row {
	padding: 1.25rem 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.wc-block-cart-items__row:last-child {
	border-bottom: none !important;
}

/* تصویر محصول */
.wc-block-cart-items__row img {
	width: 80px !important;
	height: 80px !important;
	object-fit: cover !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.05) !important;
}

/* لینک‌ها */
.wc-block-cart-items__row a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.wc-block-cart-items__row a:hover {
	opacity: 0.8 !important;
}

/* نام محصول */
.wc-block-cart-items__row .wc-block-cart-item__product-name,
.wc-block-cart-items__row .wc-block-components-product-name {
	color: #ffffff !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
}

/* قیمت */
.wc-block-cart-items__row .wc-block-cart-item__product-price,
.wc-block-cart-items__row .wc-block-components-product-price {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 0.9rem !important;
}

.wc-block-cart-items__row .wc-block-cart-item__total-price {
	color: #ffffff !important;
	font-size: 1.1rem !important;
	font-weight: 600 !important;
}

/* کنترل تعداد */
.wc-block-cart-items__row .wc-block-components-quantity-selector {
	display: flex !important;
	align-items: center !important;
	gap: 0.5rem !important;
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 8px !important;
	padding: 0.25rem !important;
}

.wc-block-cart-items__row .wc-block-components-quantity-selector button {
	background: transparent !important;
	border: none !important;
	border-radius: 4px !important;
	color: #ffffff !important;
	cursor: pointer !important;
	padding: 0.4rem 0.6rem !important;
	transition: background 0.2s ease !important;
}

.wc-block-cart-items__row .wc-block-components-quantity-selector button:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}

.wc-block-cart-items__row .wc-block-components-quantity-selector input {
	background: transparent !important;
	border: none !important;
	color: #ffffff !important;
	text-align: center !important;
	padding: 0.4rem !important;
	width: 45px !important;
	font-size: 0.95rem !important;
	font-weight: 500 !important;
}

.wc-block-cart-items__row .wc-block-components-quantity-selector input:focus {
	outline: none !important;
}

/* دکمه حذف */
.wc-block-cart-items__row .wc-block-cart-item__remove-link,
.wc-block-cart-items__row .remove {
	color: rgba(255, 255, 255, 0.6) !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
	padding: 0.5rem !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.wc-block-cart-items__row .wc-block-cart-item__remove-link:hover,
.wc-block-cart-items__row .remove:hover {
	color: #ffffff !important;
}

/* ============================================
   Checkout Timeline - تایم‌لاین مراحل پرداخت
   ============================================ */

.tshop-checkout-timeline {
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 16px !important;
	padding: 2rem !important;
	margin-bottom: 2rem !important;
	overflow: hidden !important;
	position: relative !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

.tshop-checkout-timeline__container {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 1rem !important;
	position: relative !important;
	width: 100% !important;
	overflow: visible !important;
}

.tshop-checkout-timeline__step {
	flex: 1 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 0.75rem !important;
	position: relative !important;
	z-index: 1 !important;
}

.tshop-checkout-timeline__step-icon {
	width: 48px !important;
	height: 48px !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.05) !important;
	border: 2px solid rgba(255, 255, 255, 0.1) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 0.3s ease !important;
	position: relative !important;
}

.tshop-checkout-timeline__step-number {
	font-size: 1.125rem !important;
	font-weight: 600 !important;
	color: rgba(255, 255, 255, 0.6) !important;
}

.tshop-checkout-timeline__step-icon svg {
	width: 20px !important;
	height: 20px !important;
	color: #ffffff !important;
	stroke-width: 2.5 !important;
}

.tshop-checkout-timeline__step-content {
	text-align: center !important;
}

.tshop-checkout-timeline__step-title {
	font-size: 0.9rem !important;
	font-weight: 500 !important;
	color: rgba(255, 255, 255, 0.6) !important;
	display: block !important;
	transition: color 0.3s ease !important;
}

/* حالت فعال */
.tshop-checkout-timeline__step.is-active .tshop-checkout-timeline__step-icon {
	background: #ffffff !important;
	border-color: #ffffff !important;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1) !important;
}

.tshop-checkout-timeline__step.is-active .tshop-checkout-timeline__step-number {
	color: #000000 !important;
}

.tshop-checkout-timeline__step.is-active .tshop-checkout-timeline__step-title {
	color: #ffffff !important;
	font-weight: 600 !important;
}

/* حالت تکمیل شده */
.tshop-checkout-timeline__step.is-completed .tshop-checkout-timeline__step-icon {
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: rgba(255, 255, 255, 0.3) !important;
}

.tshop-checkout-timeline__step.is-completed .tshop-checkout-timeline__step-title {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* خط اتصال */
.tshop-checkout-timeline__step-connector {
	position: absolute !important;
	top: 24px !important;
	right: calc(50% - 1px) !important;
	left: calc(50% - 1px) !important;
	width: calc(100% - 48px) !important;
	height: 2px !important;
	background: rgba(255, 255, 255, 0.1) !important;
	z-index: 0 !important;
	transition: background 0.3s ease !important;
	transform: translateX(24px) !important;
}

.tshop-checkout-timeline__step.is-completed + .tshop-checkout-timeline__step .tshop-checkout-timeline__step-connector,
.tshop-checkout-timeline__step.is-active .tshop-checkout-timeline__step-connector {
	background: rgba(255, 255, 255, 0.3) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
	.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
		padding: 1.5rem !important;
	}

	.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block h2,
	.wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block h3 {
		font-size: 1.25rem !important;
	}

	/* Timeline Mobile */
	.tshop-checkout-timeline {
		padding: 1.5rem 1rem !important;
	}

	.tshop-checkout-timeline__container {
		gap: 0.5rem !important;
	}

	.tshop-checkout-timeline__step-icon {
		width: 40px !important;
		height: 40px !important;
	}

	.tshop-checkout-timeline__step-number {
		font-size: 1rem !important;
	}

	.tshop-checkout-timeline__step-title {
		font-size: 0.8rem !important;
	}

	.tshop-checkout-timeline__step-connector {
		top: 20px !important;
		right: calc(50% - 1px) !important;
		left: calc(50% - 1px) !important;
		width: calc(100% - 40px) !important;
		transform: translateX(20px) !important;
	}

}

@media (max-width: 480px) {
	.tshop-checkout-timeline {
		padding: 1.25rem 0.75rem !important;
	}

	.tshop-checkout-timeline__container {
		gap: 0.25rem !important;
	}

	.tshop-checkout-timeline__step-icon {
		width: 36px !important;
		height: 36px !important;
	}

	.tshop-checkout-timeline__step-number {
		font-size: 0.9rem !important;
	}

	.tshop-checkout-timeline__step-title {
		font-size: 0.75rem !important;
	}

	.tshop-checkout-timeline__step-connector {
		top: 18px !important;
		right: calc(50% - 1px) !important;
		left: calc(50% - 1px) !important;
		width: calc(100% - 36px) !important;
		transform: translateX(18px) !important;
	}
}

@media (max-width: 480px) {
	.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
		padding: 1.25rem !important;
	}
}

/* Responsive */
@media (max-width: 768px) {
	.products {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		gap: 1.5rem;
	}

	.product__title--single {
		font-size: 2rem;
	}

	.cart__table {
		font-size: 0.875rem;
	}

	.cart__table th,
	.cart__table td {
		padding: 0.75rem 0.5rem;
	}
}

/* ============================================
   Shop Page - صفحه Shop و دسته‌بندی محصولات
   طراحی مینیمال و مدرن
   ============================================ */

/* Container اصلی */
.tshop-shop-page {
	padding-top: calc(100px + 2rem);
	min-height: 100vh;
	background: transparent;
}

.tshop-shop-page__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

/* Header Section */
.tshop-shop-page__header {
	margin-bottom: 4rem;
}

/* Category Hero */
.tshop-shop-page__category-hero {
	display: flex;
	align-items: center;
	gap: 3rem;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	padding: 3rem;
	margin-bottom: 3rem;
	animation: fadeInUp 0.8s ease-out;
}

.tshop-shop-page__category-image {
	width: 150px;
	height: 150px;
	flex-shrink: 0;
	border-radius: 20px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.tshop-shop-page__category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tshop-shop-page__category-content {
	flex: 1;
}

.tshop-shop-page__shop-hero {
	text-align: center;
	padding: 4rem 2rem;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	margin-bottom: 3rem;
	animation: fadeInUp 0.8s ease-out;
}

/* Page Title - Attractive Modern Design */
.tshop-shop-page__title,
.tshop-shop-page__header .page-title,
.woocommerce .tshop-shop-page__title,
.woocommerce .page-title {
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: clamp(2.25rem, 5vw, 3.5rem) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	margin: 0 0 1rem 0 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.03em !important;
	position: relative !important;
	padding: 0 !important;
	text-align: center !important;
	animation: fadeInUp 0.8s ease-out !important;
	
	/* Gradient Text Effect */
	background: linear-gradient(135deg, #ffffff 0%, rgba(255, 215, 0, 0.95) 50%, #ffffff 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
	background-size: 200% 200% !important;
	animation: fadeInUp 0.8s ease-out, gradientShift 8s ease infinite !important;
	
	/* Text Shadow for depth */
	filter: drop-shadow(0 2px 8px rgba(255, 215, 0, 0.15)) !important;
}

/* Gradient Animation */
@keyframes gradientShift {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* Decorative Line Under Title */
.tshop-shop-page__title::after,
.tshop-shop-page__header .page-title::after,
.woocommerce .tshop-shop-page__title::after,
.woocommerce .page-title::after {
	content: '' !important;
	display: block !important;
	width: 80px !important;
	height: 4px !important;
	background: linear-gradient(90deg, transparent, #ffd700, transparent) !important;
	margin: 1.25rem auto 0 auto !important;
	border-radius: 2px !important;
	animation: fadeIn 1s ease-out 0.3s both, glowPulse 3s ease-in-out infinite !important;
}

/* Glow Pulse Animation */
@keyframes glowPulse {
	0%, 100% {
		box-shadow: 0 0 10px rgba(255, 215, 0, 0.3), 0 0 20px rgba(255, 215, 0, 0.2);
	}
	50% {
		box-shadow: 0 0 15px rgba(255, 215, 0, 0.5), 0 0 30px rgba(255, 215, 0, 0.3);
	}
}

.tshop-shop-page__description {
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.8;
	max-width: 800px;
	margin: 0 auto;
}

/* Toolbar - فیلترها و مرتب‌سازی - Minimal & Modern */
.tshop-shop-page__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	flex-wrap: wrap;
	margin-bottom: 2.5rem;
	padding: 1.25rem 1.5rem;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	animation: fadeInUp 0.6s ease-out 0.2s both;
}

/* Result Count - Minimal & Modern */
.tshop-shop-page__toolbar .woocommerce-result-count,
.woocommerce-result-count,
.tshop-shop-page__toolbar p.woocommerce-result-count {
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 0.875rem !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.5 !important;
	letter-spacing: 0.01em !important;
	background: none !important;
	border: none !important;
	animation: slideInRight 0.5s ease-out 0.3s both;
}

/* Ordering - Minimal & Modern */
.tshop-shop-page__toolbar .woocommerce-ordering,
.woocommerce-ordering,
.tshop-shop-page__toolbar form.woocommerce-ordering {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	animation: slideInRight 0.5s ease-out 0.4s both;
}

.tshop-shop-page__toolbar .woocommerce-ordering select,
.woocommerce-ordering select,
.tshop-shop-page__toolbar form.woocommerce-ordering select {
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 10px !important;
	padding: 0.625rem 2.5rem 0.625rem 1rem !important;
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 0.875rem !important;
	font-weight: 400 !important;
	cursor: pointer !important;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
	outline: none !important;
	min-width: 180px !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='rgba(255,255,255,0.5)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 0.875rem center !important;
	background-size: 12px 8px !important;
	box-shadow: none !important;
	text-transform: none !important;
	letter-spacing: 0.01em !important;
}

.tshop-shop-page__toolbar .woocommerce-ordering select:hover,
.tshop-shop-page__toolbar .woocommerce-ordering select:focus,
.woocommerce-ordering select:hover,
.woocommerce-ordering select:focus,
.tshop-shop-page__toolbar form.woocommerce-ordering select:hover,
.tshop-shop-page__toolbar form.woocommerce-ordering select:focus {
	border-color: rgba(255, 255, 255, 0.2) !important;
	background-color: rgba(255, 255, 255, 0.06) !important;
	box-shadow: none !important;
	outline: none !important;
}

.tshop-shop-page__toolbar .woocommerce-ordering select:active,
.woocommerce-ordering select:active,
.tshop-shop-page__toolbar form.woocommerce-ordering select:active {
	transform: none !important;
	box-shadow: none !important;
}

/* Option styles */
.tshop-shop-page__toolbar .woocommerce-ordering select option,
.woocommerce-ordering select option,
.tshop-shop-page__toolbar form.woocommerce-ordering select option {
	background: #1a1a1a !important;
	color: rgba(255, 255, 255, 0.9) !important;
	padding: 0.5rem !important;
}

/* حذف pseudo-elements از products */
.woocommerce .products ul::before,
.woocommerce .products ul::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
	content: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

/* ============================================
   Products Grid - عیناً مثل صفحه اصلی
   ============================================ */
.tshop-shop-page__products {
	margin-bottom: 4rem;
	width: 100%;
}

.tshop-shop-page__products .products,
.woocommerce .tshop-shop-page__products .products,
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
	gap: 2rem !important;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	align-items: stretch;
	justify-items: stretch;
}

/* فاصله از بالا برای products columns-4 */
.products.columns-4,
.woocommerce .products.columns-4,
.tshop-shop-page__products .products.columns-4,
.woocommerce ul.products.columns-4 {
	margin-top: 2.5rem !important;
	padding-top: 0 !important;
}

/* حذف pseudo-elements از products در shop page */
.tshop-shop-page__products .products::before,
.tshop-shop-page__products .products::after,
.woocommerce .tshop-shop-page__products .products::before,
.woocommerce .tshop-shop-page__products .products::after {
	display: none !important;
	content: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

/* بهبود چیدمان برای صفحات بزرگ */
@media (min-width: 1400px) {
	.tshop-shop-page__products .products {
		grid-template-columns: repeat(4, 1fr);
		gap: 2.5rem;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.tshop-shop-page__products .products {
		grid-template-columns: repeat(3, 1fr);
		gap: 2.25rem;
	}
}

/* ============================================
   Product Card - عیناً مثل صفحه اصلی
   ============================================ */
.tshop-product-card {
	position: relative;
	margin: 0 !important;
	list-style: none !important;
	padding: 0 !important;
	width: 100% !important;
	box-sizing: border-box !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
	opacity: 0;
	transform: translateY(0) scale(1);
	will-change: transform, box-shadow;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	animation: fadeInUp 0.6s ease-out forwards;
}

.tshop-product-card:nth-child(1) { animation-delay: 0.1s; }
.tshop-product-card:nth-child(2) { animation-delay: 0.15s; }
.tshop-product-card:nth-child(3) { animation-delay: 0.2s; }
.tshop-product-card:nth-child(4) { animation-delay: 0.25s; }
.tshop-product-card:nth-child(5) { animation-delay: 0.3s; }
.tshop-product-card:nth-child(6) { animation-delay: 0.35s; }
.tshop-product-card:nth-child(7) { animation-delay: 0.4s; }
.tshop-product-card:nth-child(8) { animation-delay: 0.45s; }
.tshop-product-card:nth-child(n+9) { animation-delay: 0.5s; }

/* Glow effect behind card */
.tshop-product-card::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
	opacity: 0;
	transition: opacity 0.25s ease;
	z-index: 0;
	pointer-events: none;
}

/* Shine effect */
.tshop-product-card::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
	transition: left 0.5s ease;
	z-index: 2;
	pointer-events: none;
}

.tshop-product-card:hover {
	transform: translateY(-5px) scale(1.01);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
	border-color: rgba(255, 215, 0, 0.4);
	box-shadow: 
		0 15px 40px rgba(0, 0, 0, 0.4),
		0 0 30px rgba(255, 215, 0, 0.15),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tshop-product-card:hover::before {
	opacity: 1;
}

.tshop-product-card:hover::after {
	left: 100%;
}

/* Inner wrapper is removed - not needed */
.tshop-product-card__inner {
	display: none !important;
}

/* ============================================
   Product Image - عیناً مثل صفحه اصلی
   ============================================ */
.tshop-product-card__image {
	position: relative;
	width: 100%;
	padding-top: 75%; /* کاهش ارتفاع کارت - 20 پیکسل کمتر */
	overflow: hidden;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.3) 100%);
	z-index: 1;
}

/* Link wrapper */
.tshop-product-card__image a,
.tshop-product-card__image .woocommerce-loop-product__link {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	display: block !important;
	text-decoration: none !important;
	z-index: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}

/* Image itself */
.tshop-product-card__image img,
.tshop-product-card__image .woocommerce-loop-product__link img,
.tshop-product-card__image a img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	transition: transform 0.3s ease, filter 0.3s ease !important;
	filter: brightness(0.9) contrast(1.1) !important;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 0;
}

.tshop-product-card:hover .tshop-product-card__image img {
	transform: scale(1.05) !important;
	filter: brightness(1.05) contrast(1.1) !important;
}

/* Overlay با icon - عیناً مثل صفحه اصلی */
.tshop-product-card__image-overlay,
.tshop-product-card__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.6s ease;
	z-index: 3;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	pointer-events: none;
}

.tshop-product-card:hover .tshop-product-card__image-overlay,
.tshop-product-card:hover .tshop-product-card__overlay {
	opacity: 1;
}

.tshop-product-card__overlay-icon {
	width: 56px;
	height: 56px;
	background: linear-gradient(135deg, rgba(255, 215, 0, 0.3), rgba(255, 255, 255, 0.2));
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	transform: scale(0.8);
	opacity: 0;
	transition: transform 0.2s ease, opacity 0.2s ease;
	box-shadow: 0 8px 24px rgba(255, 215, 0, 0.3);
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.tshop-product-card:hover .tshop-product-card__overlay-icon {
	transform: scale(1);
	opacity: 1;
}

/* حذف دکمه‌ها از روی تصویر */
.woocommerce ul.products li.product .tshop-product-card__image .button,
.woocommerce ul.products li.product .tshop-product-card__image a.button,
.woocommerce ul.products li.product .tshop-product-card__image .add_to_cart_button,
.tshop-product-card__image .button,
.tshop-product-card__image a.button,
.tshop-product-card__image .add_to_cart_button,
.tshop-product-card__image .woocommerce-loop-product__link .button {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	left: -9999px !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	background: none !important;
}

/* Sale Badge - اصلاح شده */
.tshop-product-card .onsale,
.tshop-product-card__image .onsale {
	position: absolute !important;
	top: 8px !important;
	right: 8px !important;
	z-index: 10 !important;
	background: linear-gradient(135deg, #ff6b6b, #ff5252) !important;
	color: #ffffff !important;
	font-size: 0.625rem !important;
	font-weight: 700 !important;
	padding: 0.3rem 0.6rem !important;
	border-radius: 5px !important;
	box-shadow: 0 2px 8px rgba(255, 107, 107, 0.35) !important;
	text-transform: uppercase !important;
	letter-spacing: 0.4px !important;
	line-height: 1 !important;
	margin: 0 !important;
}

/* ============================================
   Product Content - عیناً مثل صفحه اصلی
   ============================================ */
.tshop-product-card__content {
	position: relative;
	padding: 1.5rem;
	z-index: 1;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

/* عنوان محصول */
.tshop-product-card__content .woocommerce-loop-product__title,
.tshop-product-card__content h2 {
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	margin: 0 0 0.75rem 0;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
	color: #ffffff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tshop-product-card__content .woocommerce-loop-product__title a,
.tshop-product-card__content h2 a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.tshop-product-card__content .woocommerce-loop-product__title a:hover,
.tshop-product-card__content h2 a:hover {
	color: #ffd700;
}

/* قیمت محصول */
.tshop-product-card__content .price {
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffd700;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.tshop-product-card__content .price del {
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.9rem;
	font-weight: 400;
	margin-left: 0.5rem;
}

.tshop-product-card__content .price ins {
	text-decoration: none;
}

/* Rating */
.tshop-product-card__content .star-rating {
	margin: 0 !important;
	color: #ffd700;
	font-size: 0.875rem;
	height: 1rem;
	line-height: 1;
}

/* Product Actions */
.tshop-product-card__actions {
	margin-top: 1rem;
	width: 100%;
}

/* ============================================
   دکمه Add to Cart/مشاهده محصول - عیناً مثل صفحه اصلی
   ============================================ */
.tshop-product-card__content .button,
.tshop-product-card__content .add_to_cart_button,
.tshop-product-card__content a.button,
.tshop-product-card__actions .button,
.tshop-product-card__actions .add_to_cart_button,
.tshop-product-card__actions a.button,
.tshop-product-card__content button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.tshop-product-card__actions button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.tshop-product-card button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce ul.products li.product .tshop-product-card button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce ul.products li.product button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display: block !important;
	width: 100% !important;
	padding: 0.875rem 1.5rem !important;
	background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05)) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 12px !important;
	color: #ffffff !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
	font-size: 0.9375rem !important;
	font-weight: 600 !important;
	text-align: center !important;
	text-decoration: none !important;
	cursor: pointer !important;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
	position: relative !important;
	overflow: hidden !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	margin: 0 !important;
	box-shadow: none !important;
}

/* افکت Shine برای دکمه */
.tshop-product-card__content .button::before,
.tshop-product-card__actions .button::before,
.tshop-product-card__content .add_to_cart_button::before,
.tshop-product-card__actions .add_to_cart_button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent);
	transition: left 0.6s ease;
	z-index: 0;
}

.tshop-product-card__content .button::after,
.tshop-product-card__actions .button::after,
.tshop-product-card__content .add_to_cart_button::after,
.tshop-product-card__actions .add_to_cart_button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: radial-gradient(circle, rgba(255, 215, 0, 0.3) 0%, transparent 70%);
	transform: translate(-50%, -50%);
	transition: width 0.6s ease, height 0.6s ease;
	z-index: 0;
	border-radius: 50%;
}

.tshop-product-card__content .button:hover,
.tshop-product-card__content .add_to_cart_button:hover,
.tshop-product-card__content a.button:hover,
.tshop-product-card__actions .button:hover,
.tshop-product-card__actions .add_to_cart_button:hover,
.tshop-product-card__actions a.button:hover {
	background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 215, 0, 0.05)) !important;
	border-color: #ffd700 !important;
	color: #ffd700 !important;
	transform: translateY(-3px) scale(1.02) !important;
	box-shadow: 
		0 6px 20px rgba(255, 215, 0, 0.3),
		0 0 30px rgba(255, 215, 0, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.tshop-product-card__content .button:hover::before,
.tshop-product-card__actions .button:hover::before,
.tshop-product-card__content .add_to_cart_button:hover::before,
.tshop-product-card__actions .add_to_cart_button:hover::before {
	left: 100%;
}

.tshop-product-card__content .button:hover::after,
.tshop-product-card__actions .button:hover::after,
.tshop-product-card__content .add_to_cart_button:hover::after,
.tshop-product-card__actions .add_to_cart_button:hover::after {
	width: 200%;
	height: 200%;
}

.tshop-product-card__content .button:active,
.tshop-product-card__content .add_to_cart_button:active,
.tshop-product-card__actions .button:active,
.tshop-product-card__actions .add_to_cart_button:active {
	transform: translateY(-1px) scale(1) !important;
}

/* حالت Loading */
.tshop-product-card__content .button.loading,
.tshop-product-card__content .add_to_cart_button.loading,
.tshop-product-card__actions .button.loading,
.tshop-product-card__actions .add_to_cart_button.loading {
	opacity: 0.6 !important;
	cursor: wait !important;
	pointer-events: none !important;
}

/* حالت Added */
.tshop-product-card__content .button.added,
.tshop-product-card__content .add_to_cart_button.added,
.tshop-product-card__actions .button.added,
.tshop-product-card__actions .add_to_cart_button.added {
	background: rgba(16, 185, 129, 0.15) !important;
	border-color: rgba(16, 185, 129, 0.4) !important;
	color: #10b981 !important;
}

/* Override همه استایل‌های 3 بعدی و box-shadow برای دکمه‌ها */
.tshop-shop-page button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.tshop-shop-page .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce .tshop-shop-page button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce .tshop-shop-page .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	perspective: none !important;
	-webkit-perspective: none !important;
	transform-style: flat !important;
	-webkit-transform-style: flat !important;
}

.tshop-shop-page button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.tshop-shop-page .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce .tshop-shop-page button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce .tshop-shop-page .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
}


/* مخفی کردن پیام‌های اضافه شده به سبد خرید */
.tshop-shop-page .added_to_cart,
.tshop-shop-page .wc-forward,
.tshop-shop-page .woocommerce-message .wc-forward,
.tshop-shop-page .woocommerce-message a.wc-forward,
.woocommerce .tshop-shop-page .added_to_cart,
.woocommerce .tshop-shop-page .wc-forward,
.woocommerce .tshop-shop-page a.wc-forward,
.woocommerce ul.products .added_to_cart,
.woocommerce ul.products .wc-forward,
.woocommerce ul.products a.wc-forward,
.woocommerce ul.products a.added_to_cart,
.woocommerce .added_to_cart,
.woocommerce .wc-forward,
.woocommerce a.wc-forward,
.woocommerce a.added_to_cart {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	left: -9999px !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

/* مخفی کردن span aria-describedby */
.tshop-shop-page span[id*="woocommerce_loop_add_to_cart_link_describedby"],
.woocommerce span[id*="woocommerce_loop_add_to_cart_link_describedby"] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	position: absolute !important;
	left: -9999px !important;
}

/* مخفی کردن پیام‌های WooCommerce در صفحات Shop */
.tshop-shop-page .woocommerce-message,
.tshop-shop-page .woocommerce-info,
.tshop-shop-page .woocommerce-error,
.tshop-shop-page .woocommerce-message:has(.wc-forward),
.tshop-shop-page .woocommerce-message:has(.added_to_cart) {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* Empty State */
.tshop-shop-page__empty {
	text-align: center;
	padding: 6rem 2rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.tshop-shop-page__empty .woocommerce-info {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.125rem;
	margin: 0;
}

/* Pagination */
.tshop-shop-page__pagination {
	margin-top: 4rem;
	animation: fadeInUp 0.6s ease-out 0.8s both;
}

.tshop-shop-page__pagination .woocommerce-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
}

.tshop-shop-page__pagination .page-numbers {
	display: flex;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tshop-shop-page__pagination .page-numbers li {
	margin: 0;
}

.tshop-shop-page__pagination .page-numbers a,
.tshop-shop-page__pagination .page-numbers span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 48px;
	padding: 0 1.25rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 500;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.tshop-shop-page__pagination .page-numbers a:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
}

.tshop-shop-page__pagination .page-numbers .current {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
	color: #ffffff;
	border-color: rgba(255, 215, 0, 0.5);
	font-weight: 600;
	box-shadow: 0 4px 16px rgba(255, 215, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 1199px) and (min-width: 992px) {
	.tshop-shop-page__products .products {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.tshop-shop-page__products .products {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.75rem;
	}
	
	.tshop-product-card__inner {
		min-height: 440px;
	}
	
	.tshop-product-card__image {
		height: 260px;
		min-height: 260px;
		max-height: 260px;
	}
	
	.tshop-product-card__content {
		padding: 1.5rem;
	}
}

@media (max-width: 768px) {
	.tshop-shop-page__container {
		padding: 0 1rem;
	}

	.tshop-shop-page__title,
	.tshop-shop-page__header .page-title,
	.woocommerce .tshop-shop-page__title,
	.woocommerce .page-title {
		font-size: clamp(1.75rem, 7vw, 2.5rem) !important;
		margin-bottom: 0.875rem !important;
		letter-spacing: -0.02em !important;
		padding: 0 1rem !important;
		
		/* Adjusted gradient for mobile */
		background: linear-gradient(135deg, #ffffff 0%, rgba(255, 215, 0, 1) 50%, #ffffff 100%) !important;
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent !important;
		background-clip: text !important;
		background-size: 200% 200% !important;
	}
	
	/* Smaller decorative line on mobile */
	.tshop-shop-page__title::after,
	.tshop-shop-page__header .page-title::after,
	.woocommerce .tshop-shop-page__title::after,
	.woocommerce .page-title::after {
		width: 60px !important;
		height: 3px !important;
		margin: 1rem auto 0 auto !important;
	}

	.products.columns-4,
	.woocommerce .products.columns-4,
	.tshop-shop-page__products .products.columns-4,
	.woocommerce ul.products.columns-4 {
		margin-top: 2rem !important;
	}

	.tshop-shop-page__toolbar {
		flex-direction: column;
		align-items: stretch;
		gap: 1rem;
		padding: 1rem;
	}

	.tshop-shop-page__toolbar .woocommerce-result-count,
	.woocommerce-result-count {
		text-align: center;
		font-size: 0.8125rem !important;
	}

	.tshop-shop-page__toolbar .woocommerce-ordering,
	.woocommerce-ordering {
		width: 100%;
	}

	.tshop-shop-page__toolbar .woocommerce-ordering select,
	.woocommerce-ordering select {
		width: 100% !important;
		min-width: 100% !important;
	}

	.tshop-shop-page__category-hero {
		flex-direction: column;
		text-align: center;
		padding: 2rem 1.5rem;
		gap: 2rem;
	}

	.tshop-shop-page__category-image {
		width: 120px;
		height: 120px;
	}

	.tshop-shop-page__shop-hero {
		padding: 3rem 1.5rem;
	}

	.tshop-shop-page__toolbar {
		flex-direction: column;
		align-items: stretch;
		gap: 1rem;
	}

	.tshop-shop-page__toolbar {
		flex-direction: column;
		align-items: stretch;
		gap: 1rem;
		padding: 1rem;
	}

	.tshop-shop-page__toolbar .woocommerce-result-count {
		text-align: center;
		font-size: 0.8125rem;
	}

	.tshop-shop-page__toolbar .woocommerce-ordering,
	.tshop-shop-page__toolbar form.woocommerce-ordering {
		width: 100%;
	}

	.tshop-shop-page__toolbar .woocommerce-ordering select,
	.tshop-shop-page__toolbar form.woocommerce-ordering select {
		width: 100%;
		min-width: 100%;
	}

	/* اسلایدر افقی برای محصولات در صفحه shop */
	.tshop-shop-page__products .products,
	.products.columns-4 {
		display: flex !important;
		flex-direction: row !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x mandatory !important;
		scroll-behavior: smooth !important;
		gap: 1rem !important;
		padding: 0 1rem 1.5rem 1rem !important;
		margin: 0 -1rem !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: thin !important;
		scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1) !important;
	}

	/* استایل اسکرول‌بار برای shop products */
	.tshop-shop-page__products .products::-webkit-scrollbar,
	.products.columns-4::-webkit-scrollbar {
		height: 6px !important;
	}

	.tshop-shop-page__products .products::-webkit-scrollbar-track,
	.products.columns-4::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.1) !important;
		border-radius: 10px !important;
	}

	.tshop-shop-page__products .products::-webkit-scrollbar-thumb,
	.products.columns-4::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.3) !important;
		border-radius: 10px !important;
	}

	.tshop-shop-page__products .products::-webkit-scrollbar-thumb:hover,
	.products.columns-4::-webkit-scrollbar-thumb:hover {
		background: rgba(255, 255, 255, 0.5) !important;
	}

	/* آیتم‌های محصول در اسلایدر shop */
	.tshop-shop-page__products .products li,
	.products.columns-4 li {
		flex: 0 0 75% !important;
		min-width: 75% !important;
		max-width: 75% !important;
		scroll-snap-align: center !important;
	}
	
	.tshop-product-card__inner {
		min-height: 420px;
	}
	
	.tshop-product-card__image {
		height: 240px;
		min-height: 240px;
		max-height: 240px;
	}

	.tshop-product-card__content {
		padding: 1.25rem;
	}
}

@media (max-width: 480px) {
	.tshop-shop-page {
		padding-top: calc(80px + 1.5rem);
	}

	.tshop-shop-page__header {
		margin-bottom: 2rem;
	}

	.tshop-shop-page__category-hero {
		padding: 1.5rem 1rem;
	}

	.tshop-shop-page__category-image {
		width: 100px;
		height: 100px;
	}

	.tshop-shop-page__shop-hero {
		padding: 2rem 1rem;
	}

	.tshop-shop-page__title,
	.tshop-shop-page__header .page-title,
	.woocommerce .tshop-shop-page__title,
	.woocommerce .page-title {
		font-size: clamp(1.5rem, 8vw, 2rem) !important;
		margin-bottom: 0.75rem !important;
		letter-spacing: -0.015em !important;
		padding: 0 0.75rem !important;
		
		/* Enhanced gradient for small mobile */
		background: linear-gradient(135deg, #ffffff 0%, rgba(255, 215, 0, 1) 50%, #ffffff 100%) !important;
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent !important;
		background-clip: text !important;
		background-size: 200% 200% !important;
		filter: drop-shadow(0 1px 6px rgba(255, 215, 0, 0.2)) !important;
	}
	
	/* Compact decorative line on small mobile */
	.tshop-shop-page__title::after,
	.tshop-shop-page__header .page-title::after,
	.woocommerce .tshop-shop-page__title::after,
	.woocommerce .page-title::after {
		width: 50px !important;
		height: 2.5px !important;
		margin: 0.875rem auto 0 auto !important;
	}

	.tshop-shop-page__toolbar {
		padding: 0.875rem;
		gap: 0.875rem;
	}

	.tshop-shop-page__toolbar .woocommerce-result-count,
	.woocommerce-result-count {
		font-size: 0.75rem !important;
	}

	.tshop-shop-page__toolbar .woocommerce-ordering select,
	.woocommerce-ordering select {
		padding: 0.5rem 2rem 0.5rem 0.75rem !important;
		font-size: 0.8125rem !important;
	}

	.products.columns-4,
	.woocommerce .products.columns-4,
	.tshop-shop-page__products .products.columns-4,
	.woocommerce ul.products.columns-4 {
		margin-top: 1.5rem !important;
	}

	/* اسلایدر با آیتم‌های بزرگ‌تر در موبایل کوچک */
	.tshop-shop-page__products .products li,
	.products.columns-4 li {
		flex: 0 0 85% !important;
		min-width: 85% !important;
		max-width: 85% !important;
	}
	
	.tshop-product-card__inner {
		min-height: auto;
		max-height: none;
	}
	
	.tshop-product-card__image {
		height: 280px;
		min-height: 280px;
		max-height: 280px;
	}

	.tshop-product-card__content {
		padding: 1.25rem;
	}

	.tshop-shop-page__pagination .page-numbers a,
	.tshop-shop-page__pagination .page-numbers span {
		min-width: 40px;
		height: 40px;
		padding: 0 1rem;
		font-size: 0.875rem;
	}
}
.woocommerce .woocommerce-ordering{
margin-bottom: 15px !important;
}
.tshop-shop-page__toolbar .woocommerce-ordering select, .woocommerce-ordering select, .tshop-shop-page__toolbar form.woocommerce-ordering select{
	font-family: inherit !important;
}

/* ============================================
   Single Product Page - صفحه تک محصول
   طراحی مینیمال، لوکس و پیشرفته
   ============================================ */

/* Container اصلی */
.tshop-single-product {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: calc(100px + 2rem) 0 4rem 0;
	min-height: 100vh;
	background: #000000;
	overflow-x: hidden;
	box-sizing: border-box;
}

/* Background Effects */
.tshop-single-product__background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.tshop-single-product__grid-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: 
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 50px 50px;
	opacity: 0.5;
}

.tshop-single-product__gradient-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.3;
	animation: float 20s ease-in-out infinite;
}

.tshop-single-product__gradient-orb--1 {
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(255, 215, 0, 0.4) 0%, transparent 70%);
	top: -200px;
	right: -200px;
	animation-delay: 0s;
}

.tshop-single-product__gradient-orb--2 {
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(255, 107, 107, 0.3) 0%, transparent 70%);
	bottom: -150px;
	left: -150px;
	animation-delay: 10s;
}

@keyframes float {
	0%, 100% {
		transform: translate(0, 0) scale(1);
	}
	33% {
		transform: translate(30px, -30px) scale(1.1);
	}
	66% {
		transform: translate(-20px, 20px) scale(0.9);
	}
}

.tshop-single-product__container {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	box-sizing: border-box;
	z-index: 1;
}

/* Breadcrumb */
.tshop-single-product__breadcrumb {
	margin-bottom: 2rem;
	padding: 1rem 0;
	opacity: 0;
	animation: fadeInUp 0.6s ease-out 0.1s both;
}

.tshop-single-product__breadcrumb .woocommerce-breadcrumb {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9rem;
	margin: 0;
	padding: 0;
}

.tshop-single-product__breadcrumb .woocommerce-breadcrumb a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}

.tshop-single-product__breadcrumb .woocommerce-breadcrumb a:hover {
	color: #ffd700;
	transform: translateX(-2px);
}

.tshop-single-product__breadcrumb .woocommerce-breadcrumb .delimiter {
	margin: 0 0.75rem;
	color: rgba(255, 255, 255, 0.4);
}

/* Main Section - Gallery & Summary */
.tshop-single-product__main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	margin-bottom: 6rem;
	align-items: start;
	opacity: 0;
	animation: fadeInUp 0.8s ease-out 0.2s both;
}

.tshop-single-product__gallery-wrapper {
	position: relative;
}

/* ============================================
   Product Gallery - گالری محصول
   ============================================ */

.tshop-single-product__gallery {
	position: sticky;
	top: calc(100px + 2rem);
	animation: fadeInUp 0.8s ease-out;
}

/* WooCommerce Gallery Wrapper */
.tshop-single-product__gallery .woocommerce-product-gallery {
	position: relative !important;
	background: linear-gradient(145deg, 
		rgba(255, 255, 255, 0.08) 0%, 
		rgba(255, 255, 255, 0.03) 50%, 
		rgba(255, 255, 255, 0.01) 100%) !important;
	backdrop-filter: blur(30px) saturate(200%) !important;
	-webkit-backdrop-filter: blur(30px) saturate(200%) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.15) !important;
	border-radius: 32px !important;
	padding: 2rem !important;
	box-shadow: 
		0 20px 60px rgba(0, 0, 0, 0.3),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset,
		0 2px 0 rgba(255, 255, 255, 0.12) inset !important;
	overflow: hidden !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Main Image */
.tshop-single-product__gallery .woocommerce-product-gallery__image {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	min-height: 400px !important;
	max-height: 600px !important;
	overflow: hidden !important;
	border-radius: 24px !important;
	background: rgba(0, 0, 0, 0.2) !important;
	margin-bottom: 1.5rem !important;
}

/* Hide all gallery images except the first one - با اولویت کمتر تا JavaScript بتونه override کنه */
.tshop-single-product__gallery .woocommerce-product-gallery__image:not(:first-child) {
	display: block; /* Changed from none to block for better mobile compatibility */
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none; /* Prevent interaction with hidden images */
}

/* Ensure gallery images are visible on all screen sizes */
.tshop-single-product__gallery .woocommerce-product-gallery__image {
	display: block !important;
	position: absolute !important;
}

.tshop-single-product__gallery .woocommerce-product-gallery__image:first-child {
	position: relative !important;
	z-index: 2 !important;
	pointer-events: auto; /* Enable interaction with active image */
}

/* First image visible by default */
.tshop-single-product__gallery .woocommerce-product-gallery__image:first-child {
	display: block;
	opacity: 1;
	position: relative;
}

.tshop-single-product__gallery .woocommerce-product-gallery__image img {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	max-height: 600px !important;
	object-fit: contain !important;
	object-position: center !important;
	display: block !important;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
	cursor: zoom-in !important;
	border-radius: 24px !important;
}

.tshop-single-product__gallery .woocommerce-product-gallery__image:hover img {
	transform: scale(1.02) !important;
}

/* Gallery Wrapper */
.tshop-single-product__gallery .woocommerce-product-gallery__wrapper {
	display: flex !important;
	flex-direction: column !important;
	gap: 1rem !important;
	width: 100% !important;
	position: relative !important;
	min-height: 400px !important;
}

/* Override any FlexSlider styles */
.tshop-single-product__gallery .woocommerce-product-gallery__wrapper.flexslider,
.tshop-single-product__gallery .flexslider {
	overflow: visible !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
}

.tshop-single-product__gallery .flex-viewport {
	overflow: visible !important;
	max-height: none !important;
	height: auto !important;
}

.tshop-single-product__gallery .flex-direction-nav {
	display: none !important;
}

.tshop-single-product__gallery .flex-control-thumbs {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 1rem !important;
	margin: 15px 0 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.tshop-single-product__gallery .flex-control-thumbs li {
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	cursor: pointer !important;
	overflow: hidden !important;
	border-radius: 12px !important;
	background: rgba(255, 255, 255, 0.05) !important;
	border: 2px solid transparent !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1 !important;
	display: block !important;
}

.tshop-single-product__gallery .flex-control-thumbs li:hover {
	border-color: rgba(255, 255, 255, 0.3) !important;
	transform: translateY(-2px) !important;
}

.tshop-single-product__gallery .flex-control-thumbs li.flex-active {
	border-color: rgba(255, 215, 0, 0.6) !important;
	box-shadow: 0 0 20px rgba(255, 215, 0, 0.3) !important;
}

.tshop-single-product__gallery .flex-control-thumbs li img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	opacity: 0.7 !important;
	transition: opacity 0.3s ease !important;
	border-radius: 10px !important;
}

.tshop-single-product__gallery .flex-control-thumbs li:hover img,
.tshop-single-product__gallery .flex-control-thumbs li.flex-active img {
	opacity: 1 !important;
}

/* Sale Badge */
.tshop-single-product__gallery .onsale,
.woocommerce span.onsale {
	position: absolute !important;
	top: 2.5rem !important;
	left: -1rem !important;
	right: auto !important;
	z-index: 20 !important;
	background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%) !important;
	color: #ffffff !important;
	font-size: 0.75rem !important;
	font-weight: 800 !important;
	padding: 0.625rem 1.25rem !important;
	border-radius: 12px !important;
	box-shadow: 
		0 6px 20px rgba(255, 107, 107, 0.5),
		inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
	text-transform: uppercase !important;
	letter-spacing: 0.8px !important;
	backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	transform: rotate(-4deg) !important;
	animation: scaleIn 0.5s ease-out 0.3s both !important;
	white-space: nowrap !important;
}

/* Hide Gallery Trigger */
.tshop-single-product__gallery .woocommerce-product-gallery__trigger,
.woocommerce-product-gallery__trigger {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	position: absolute !important;
	left: -9999px !important;
	pointer-events: none !important;
}

/* ============================================
   Product Summary - خلاصه محصول
   ============================================ */

.tshop-single-product__summary {
	opacity: 0;
	animation: fadeInUp 0.8s ease-out 0.4s both;
}

.tshop-single-product__summary-content {
	position: relative;
}

/* Product Title */
.tshop-single-product__summary .product_title {
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 1.5rem 0;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

/* Rating */
.tshop-single-product__summary .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tshop-single-product__summary .star-rating {
	color: #ffd700;
	font-size: 1.125rem;
	margin: 0;
}

.tshop-single-product__summary .woocommerce-review-link {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	font-size: 0.9rem;
	transition: color 0.3s ease;
}

.tshop-single-product__summary .woocommerce-review-link:hover {
	color: #ffffff;
}

/* Price */
.tshop-single-product__summary .price {
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 800;
	color: #ffd700;
	margin: 0 0 2rem 0;
	line-height: 1.2;
	letter-spacing: -0.02em;
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.tshop-single-product__summary .price del {
	color: rgba(255, 255, 255, 0.4);
	font-size: 1.5rem;
	font-weight: 400;
	text-decoration: line-through;
}

.tshop-single-product__summary .price ins {
	text-decoration: none;
}

/* Short Description */
.tshop-single-product__summary .woocommerce-product-details__short-description {
	font-size: 1.125rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 2.5rem;
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.tshop-single-product__summary .woocommerce-product-details__short-description p {
	margin: 0;
}

/* Add to Cart Form */
.tshop-single-product__summary form.cart {
	margin-bottom: 2.5rem;
}

/* Quantity Selector */
.tshop-single-product__summary .quantity {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	padding: 0.5rem;
	margin-bottom: 1.5rem;
	width: fit-content;
}

.tshop-single-product__summary .quantity input[type="number"] {
	background: transparent;
	border: none;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 600;
	text-align: center;
	width: 60px;
	padding: 0.5rem;
	-moz-appearance: textfield;
	appearance: none;
	-o-appearance: none;
}

.tshop-single-product__summary .quantity input[type="number"]::-webkit-outer-spin-button,
.tshop-single-product__summary .quantity input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.tshop-single-product__summary .quantity .qty {
	appearance: none;
	-moz-appearance: textfield;
	-o-appearance: none;
}

.tshop-single-product__summary .quantity button,
.tshop-single-product__summary .quantity .qty-increment,
.tshop-single-product__summary .quantity .qty-decrement {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: #ffffff;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 1.25rem;
	font-weight: 600;
	font-family: inherit;
	line-height: 1;
	padding: 0;
	margin: 0;
}

.tshop-single-product__summary .quantity button:hover,
.tshop-single-product__summary .quantity .qty-increment:hover,
.tshop-single-product__summary .quantity .qty-decrement:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.3);
	transform: scale(1.1);
}

.tshop-single-product__summary .quantity button:active,
.tshop-single-product__summary .quantity .qty-increment:active,
.tshop-single-product__summary .quantity .qty-decrement:active {
	transform: scale(0.95);
}

/* Variations */
.tshop-single-product__summary .variations {
	margin-bottom: 1.5rem;
}

.tshop-single-product__summary .variations tr {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.tshop-single-product__summary .variations td {
	padding: 0;
	border: none;
}

.tshop-single-product__summary .variations label {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	display: block;
}

/* Hide original select */
.tshop-single-product__summary .variations select {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	left: -9999px !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

/* Variation Buttons */
.tshop-variation-buttons {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.75rem !important;
	margin-top: 0.5rem !important;
}

.tshop-variation-button {
	padding: 0.875rem 1.5rem !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 12px !important;
	color: rgba(255, 255, 255, 0.9) !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 0.95rem !important;
	font-weight: 500 !important;
	cursor: pointer !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	backdrop-filter: blur(20px) saturate(150%) !important;
	-webkit-backdrop-filter: blur(20px) saturate(150%) !important;
	box-shadow: 
		0 2px 8px rgba(0, 0, 0, 0.1),
		0 0 0 1px rgba(255, 255, 255, 0.05) inset !important;
	position: relative !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	text-align: center !important;
	box-sizing: border-box !important;
}

.tshop-variation-button:hover {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%) !important;
	border-color: rgba(255, 255, 255, 0.3) !important;
	transform: translateY(-2px) !important;
	box-shadow: 
		0 4px 16px rgba(0, 0, 0, 0.15),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset !important;
	color: #ffffff !important;
}

.tshop-variation-button--selected {
	background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 215, 0, 0.1) 100%) !important;
	border-color: rgba(255, 215, 0, 0.4) !important;
	color: #ffd700 !important;
	box-shadow: 
		0 4px 20px rgba(255, 215, 0, 0.2),
		0 0 0 1px rgba(255, 215, 0, 0.2) inset !important;
	font-weight: 600 !important;
}

.tshop-variation-button--selected:hover {
	background: linear-gradient(135deg, rgba(255, 215, 0, 0.25) 0%, rgba(255, 215, 0, 0.15) 100%) !important;
	border-color: rgba(255, 215, 0, 0.5) !important;
	transform: translateY(-2px) !important;
}

.tshop-variation-input {
	display: none !important;
}

/* Reset Variations Link */
.tshop-single-product__summary .reset_variations {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	font-size: 0.875rem;
	margin-top: 0.5rem;
	display: inline-block;
	transition: color 0.3s ease;
}

.tshop-single-product__summary .reset_variations:hover {
	color: #ffffff;
}

/* Add to Cart Button */
.tshop-single-product__summary .single_add_to_cart_button,
.tshop-single-product__summary button.single_add_to_cart_button,
.tshop-single-product__summary .button.single_add_to_cart_button {
	width: 100% !important;
	padding: 1.5rem 2.5rem !important;
	background: linear-gradient(135deg, 
		rgba(255, 255, 255, 0.12) 0%, 
		rgba(255, 255, 255, 0.08) 50%,
		rgba(255, 255, 255, 0.12) 100%) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 16px !important;
	color: #ffffff !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 1.125rem !important;
	font-weight: 600 !important;
	text-transform: none !important;
	letter-spacing: 0.5px !important;
	cursor: pointer !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	backdrop-filter: blur(20px) saturate(150%) !important;
	-webkit-backdrop-filter: blur(20px) saturate(150%) !important;
	box-shadow: 
		0 4px 20px rgba(0, 0, 0, 0.15),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset !important;
	position: relative !important;
	overflow: hidden !important;
	z-index: 1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.75rem !important;
}

/* Button Text */
.tshop-single-product__summary .single_add_to_cart_button span,
.tshop-single-product__summary .single_add_to_cart_button {
	position: relative !important;
	z-index: 1 !important;
}

/* Hover State */
.tshop-single-product__summary .single_add_to_cart_button:hover {
	background: linear-gradient(135deg, 
		rgba(255, 255, 255, 0.18) 0%, 
		rgba(255, 255, 255, 0.12) 50%,
		rgba(255, 255, 255, 0.18) 100%) !important;
	border-color: rgba(255, 255, 255, 0.3) !important;
	transform: translateY(-2px) !important;
	box-shadow: 
		0 8px 30px rgba(0, 0, 0, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.15) inset !important;
}

/* Active State */
.tshop-single-product__summary .single_add_to_cart_button:active {
	transform: translateY(0) !important;
	box-shadow: 
		0 2px 10px rgba(0, 0, 0, 0.15),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset !important;
}

/* Loading State */
.tshop-single-product__summary .single_add_to_cart_button.loading {
	opacity: 0.7 !important;
	cursor: wait !important;
	pointer-events: none !important;
	background: linear-gradient(135deg, 
		rgba(255, 255, 255, 0.08) 0%, 
		rgba(255, 255, 255, 0.05) 50%,
		rgba(255, 255, 255, 0.08) 100%) !important;
}

/* Added State */
.tshop-single-product__summary .single_add_to_cart_button.added {
	background: linear-gradient(135deg, 
		rgba(16, 185, 129, 0.2) 0%, 
		rgba(5, 150, 105, 0.15) 50%,
		rgba(16, 185, 129, 0.2) 100%) !important;
	border-color: rgba(16, 185, 129, 0.4) !important;
	color: #10b981 !important;
	box-shadow: 
		0 4px 20px rgba(16, 185, 129, 0.2),
		0 0 0 1px rgba(16, 185, 129, 0.2) inset !important;
}

/* Product Meta */
.tshop-single-product__summary .product_meta {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.tshop-single-product__summary .product_meta span {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.95rem;
}

.tshop-single-product__summary .product_meta span strong {
	color: #ffffff;
	font-weight: 600;
	margin-left: 0.5rem;
}

.tshop-single-product__summary .product_meta a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s ease;
}

.tshop-single-product__summary .product_meta a:hover {
	color: #ffd700;
}

/* Product Sharing */
.tshop-single-product__summary .product_meta .share-links {
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
}

.tshop-single-product__summary .product_meta .share-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 10px;
	transition: all 0.3s ease;
}

.tshop-single-product__summary .product_meta .share-links a:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
}

/* ============================================
   Product Tabs - تب‌های محصول
   ============================================ */

.tshop-single-product__tabs {
	margin-top: 4rem;
	opacity: 0;
	animation: fadeInUp 0.8s ease-out 0.6s both;
}

/* Tabs Navigation */
.woocommerce-tabs {
	background: linear-gradient(145deg, 
		rgba(255, 255, 255, 0.08) 0%, 
		rgba(255, 255, 255, 0.03) 50%, 
		rgba(255, 255, 255, 0.01) 100%);
	backdrop-filter: blur(30px) saturate(200%);
	-webkit-backdrop-filter: blur(30px) saturate(200%);
	border: 1.5px solid rgba(255, 255, 255, 0.15);
	border-radius: 24px;
	padding: 2rem;
	box-shadow: 
		0 20px 60px rgba(0, 0, 0, 0.3),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.woocommerce-tabs ul.tabs {
	display: flex;
	gap: 1rem;
	margin: 0 0 2rem 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
}

.woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 1rem 1.5rem;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	border-bottom: 2px solid transparent;
	transition: all 0.3s ease;
	position: relative;
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
	color: #ffffff;
	border-bottom-color: #ffd700;
}

/* Tabs Content */
.woocommerce-tabs .panel {
	padding: 0;
}

.woocommerce-tabs .panel h2 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 1.5rem 0;
}

.woocommerce-tabs .panel p {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

.woocommerce-tabs .panel table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5rem;
}

.woocommerce-tabs .panel table th,
.woocommerce-tabs .panel table td {
	padding: 1rem;
	text-align: right;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-tabs .panel table th {
	color: #ffffff;
	font-weight: 600;
}

.woocommerce-tabs .panel table td {
	color: rgba(255, 255, 255, 0.7);
}

/* ============================================
   Reviews Section - HIDDEN (بخش نظرات - مخفی شده)
   ============================================ */

/* Hide all reviews and comments completely */
.woocommerce-Reviews,
.woocommerce #reviews,
#reviews,
.commentlist,
.woocommerce-Reviews-title,
#review_form_wrapper,
#review_form,
.woocommerce-tabs ul.tabs li.reviews_tab {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	left: -9999px !important;
}

/* ============================================
   Related Products - محصولات مرتبط
   ============================================ */

.woocommerce .related,
.woocommerce .upsells {
	margin-top: 6rem !important;
	padding-top: 3rem !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
	width: 100% !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}

.woocommerce .related h2,
.woocommerce .upsells h2 {
	font-size: clamp(1.75rem, 4vw, 2.25rem) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	margin: 0 0 3rem 0 !important;
	padding: 0 !important;
	text-align: center !important;
	letter-spacing: -0.02em !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	padding-bottom: 1.5rem !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	display: block !important;
	position: relative !important;
}

.woocommerce .related ul.products,
.woocommerce .upsells ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 2rem !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	position: relative !important;
}

.woocommerce .related ul.products li,
.woocommerce .upsells ul.products li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	width: 100% !important;
	display: block !important;
}

.woocommerce .related ul.products li.product,
.woocommerce .upsells ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}

/* Product Cards in Related Section */
.woocommerce .related .tshop-product-card,
.woocommerce .upsells .tshop-product-card {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	box-sizing: border-box !important;
}

.woocommerce .related .tshop-product-card__inner,
.woocommerce .upsells .tshop-product-card__inner {
	width: 100% !important;
	height: 100% !important;
	min-height: 520px !important;
	max-height: none !important;
	display: flex !important;
	flex-direction: column !important;
	box-sizing: border-box !important;
}

.woocommerce .related .tshop-product-card__image,
.woocommerce .upsells .tshop-product-card__image {
	width: 100% !important;
	height: 300px !important;
	min-height: 300px !important;
	max-height: 300px !important;
	flex-shrink: 0 !important;
	box-sizing: border-box !important;
}

.woocommerce .related .tshop-product-card__content,
.woocommerce .upsells .tshop-product-card__content {
	width: 100% !important;
	flex: 1 !important;
	display: flex !important;
	flex-direction: column !important;
	padding: 1.75rem !important;
	box-sizing: border-box !important;
	gap: 1rem !important;
}

/* Title in Related Products */
.woocommerce .related .tshop-product-card__content .woocommerce-loop-product__title,
.woocommerce .related .tshop-product-card__content h2,
.woocommerce .upsells .tshop-product-card__content .woocommerce-loop-product__title,
.woocommerce .upsells .tshop-product-card__content h2 {
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	margin: 0 !important;
	font-size: 1.15rem !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
	padding: 0 !important;
	min-height: 3.45rem !important;
	max-height: 3.45rem !important;
	display: -webkit-box !important;
	line-clamp: 2 !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	letter-spacing: -0.02em !important;
	color: #ffffff !important;
}

.woocommerce .related .tshop-product-card__content .woocommerce-loop-product__title a,
.woocommerce .related .tshop-product-card__content h2 a,
.woocommerce .upsells .tshop-product-card__content .woocommerce-loop-product__title a,
.woocommerce .upsells .tshop-product-card__content h2 a {
	color: #ffffff !important;
	text-decoration: none !important;
	transition: color 0.3s ease !important;
	display: block !important;
}

.woocommerce .related .tshop-product-card__content .woocommerce-loop-product__title a:hover,
.woocommerce .related .tshop-product-card__content h2 a:hover,
.woocommerce .upsells .tshop-product-card__content .woocommerce-loop-product__title a:hover,
.woocommerce .upsells .tshop-product-card__content h2 a:hover {
	color: #ffd700 !important;
}

/* Price in Related Products */
.woocommerce .related .tshop-product-card__content .price,
.woocommerce .upsells .tshop-product-card__content .price {
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 1.4rem !important;
	font-weight: 800 !important;
	color: #ffd700 !important;
	margin: 0 !important;
	line-height: 1.3 !important;
	display: block !important;
	min-height: 1.82rem !important;
	letter-spacing: -0.01em !important;
}

.woocommerce .related .tshop-product-card__content .price del,
.woocommerce .upsells .tshop-product-card__content .price del {
	color: rgba(255, 255, 255, 0.4) !important;
	font-size: 0.85rem !important;
	font-weight: 400 !important;
	margin-left: 0.5rem !important;
	text-decoration: line-through !important;
}

.woocommerce .related .tshop-product-card__content .price ins,
.woocommerce .upsells .tshop-product-card__content .price ins {
	text-decoration: none !important;
}

/* Rating in Related Products */
.woocommerce .related .tshop-product-card__content .star-rating,
.woocommerce .upsells .tshop-product-card__content .star-rating {
	margin: 0 !important;
	color: #ffd700 !important;
	font-size: 0.875rem !important;
	height: 1rem !important;
	line-height: 1 !important;
	width: auto !important;
}

/* Actions in Related Products */
.woocommerce .related .tshop-product-card__actions,
.woocommerce .upsells .tshop-product-card__actions {
	margin-top: auto !important;
	padding-top: 1rem !important;
	width: 100% !important;
	flex-shrink: 0 !important;
	box-sizing: border-box !important;
}

.woocommerce .related .tshop-product-card__actions .button,
.woocommerce .related .tshop-product-card__actions .add_to_cart_button,
.woocommerce .upsells .tshop-product-card__actions .button,
.woocommerce .upsells .tshop-product-card__actions .add_to_cart_button {
	width: 100% !important;
	padding: 0.875rem 1.5rem !important;
	background: linear-gradient(135deg, 
		rgba(255, 255, 255, 0.12) 0%, 
		rgba(255, 255, 255, 0.08) 50%,
		rgba(255, 255, 255, 0.12) 100%) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 12px !important;
	color: #ffffff !important;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	backdrop-filter: blur(20px) !important;
	-webkit-backdrop-filter: blur(20px) !important;
	text-decoration: none !important;
	display: inline-block !important;
	text-align: center !important;
	box-sizing: border-box !important;
	letter-spacing: 0.5px !important;
}

.woocommerce .related .tshop-product-card__actions .button:hover,
.woocommerce .related .tshop-product-card__actions .add_to_cart_button:hover,
.woocommerce .upsells .tshop-product-card__actions .button:hover,
.woocommerce .upsells .tshop-product-card__actions .add_to_cart_button:hover {
	background: linear-gradient(135deg, 
		rgba(255, 255, 255, 0.18) 0%, 
		rgba(255, 255, 255, 0.12) 50%,
		rgba(255, 255, 255, 0.18) 100%) !important;
	border-color: rgba(255, 255, 255, 0.3) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
}

/* Onsale Badge in Related Products */
.woocommerce .related .tshop-product-card .onsale,
.woocommerce .upsells .tshop-product-card .onsale,
.woocommerce .related .tshop-product-card__image .onsale,
.woocommerce .upsells .tshop-product-card__image .onsale,
.woocommerce .related ul.products li.product .onsale,
.woocommerce .upsells ul.products li.product .onsale {
	position: absolute !important;
	top: 20px !important;
	left: 20px !important;
	right: auto !important;
	bottom: auto !important;
	z-index: 15 !important;
	background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%) !important;
	color: #ffffff !important;
	font-size: 0.7rem !important;
	font-weight: 800 !important;
	padding: 0.5rem 1rem !important;
	border-radius: 10px !important;
	box-shadow: 
		0 4px 16px rgba(255, 107, 107, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
	text-transform: uppercase !important;
	letter-spacing: 0.6px !important;
	backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	transform: rotate(-4deg) !important;
	white-space: nowrap !important;
	margin: 0 !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
}

/* Breadcrumb */
.woocommerce-breadcrumb {
	margin-bottom: 2rem;
	padding: 1rem 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9rem;
}

.woocommerce-breadcrumb a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s ease;
}

.woocommerce-breadcrumb a:hover {
	color: #ffd700;
}

.woocommerce-breadcrumb .delimiter {
	margin: 0 0.5rem;
	color: rgba(255, 255, 255, 0.4);
}

/* ============================================
   Responsive Design
   ============================================ */

@media (max-width: 1024px) {
	.tshop-single-product__main {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
	
	.tshop-single-product__gallery {
		position: relative;
		top: 0;
	}

	.tshop-single-product__container {
		padding: 0 1.5rem;
	}

	.woocommerce .related ul.products,
	.woocommerce .upsells ul.products {
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 1.5rem !important;
	}

	.woocommerce .related .tshop-product-card__inner,
	.woocommerce .upsells .tshop-product-card__inner {
		min-height: 500px !important;
	}

	.woocommerce .related .tshop-product-card__image,
	.woocommerce .upsells .tshop-product-card__image {
		height: 280px !important;
		min-height: 280px !important;
		max-height: 280px !important;
	}
}

@media (max-width: 768px) {
	.tshop-single-product {
		padding-top: calc(80px + 1.5rem);
		padding-bottom: 2rem;
	}

	.tshop-single-product__container {
		padding: 0 1rem;
	}

	.tshop-single-product__main {
		gap: 2rem;
		margin-bottom: 4rem;
	}

	/* اسلایدر افقی برای محصولات مرتبط */
	.woocommerce .related ul.products,
	.woocommerce .upsells ul.products {
		display: flex !important;
		flex-direction: row !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x mandatory !important;
		scroll-behavior: smooth !important;
		gap: 1rem !important;
		padding: 0 1rem 1.5rem 1rem !important;
		margin: 0 -1rem !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: thin !important;
		scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1) !important;
	}

	/* استایل اسکرول‌بار */
	.woocommerce .related ul.products::-webkit-scrollbar,
	.woocommerce .upsells ul.products::-webkit-scrollbar {
		height: 6px !important;
	}

	.woocommerce .related ul.products::-webkit-scrollbar-track,
	.woocommerce .upsells ul.products::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.1) !important;
		border-radius: 10px !important;
	}

	.woocommerce .related ul.products::-webkit-scrollbar-thumb,
	.woocommerce .upsells ul.products::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.3) !important;
		border-radius: 10px !important;
	}

	.woocommerce .related ul.products::-webkit-scrollbar-thumb:hover,
	.woocommerce .upsells ul.products::-webkit-scrollbar-thumb:hover {
		background: rgba(255, 255, 255, 0.5) !important;
	}

	/* آیتم‌های محصول در اسلایدر */
	.woocommerce .related ul.products li,
	.woocommerce .upsells ul.products li {
		flex: 0 0 75% !important;
		min-width: 75% !important;
		max-width: 75% !important;
		scroll-snap-align: center !important;
	}

	.woocommerce .related .tshop-product-card__inner,
	.woocommerce .upsells .tshop-product-card__inner {
		min-height: 480px !important;
	}

	.woocommerce .related .tshop-product-card__image,
	.woocommerce .upsells .tshop-product-card__image {
		height: 260px !important;
		min-height: 260px !important;
		max-height: 260px !important;
	}

	.woocommerce .related .tshop-product-card__content,
	.woocommerce .upsells .tshop-product-card__content {
		padding: 1.5rem !important;
	}

	.tshop-single-product__gallery .woocommerce-product-gallery {
		padding: 1.5rem !important;
		border-radius: 24px !important;
	}

	.tshop-single-product__gallery .woocommerce-product-gallery__image {
		min-height: 300px !important;
		max-height: 500px !important;
	}

	.tshop-single-product__gallery .woocommerce-product-gallery__image img {
		max-height: 500px !important;
	}

	.tshop-single-product__summary .product_title {
		font-size: 1.75rem;
	}

	.tshop-single-product__summary .price {
		font-size: 1.75rem;
	}

	.tshop-single-product__tabs {
		margin-top: 3rem;
	}

	.woocommerce-tabs {
		padding: 1.5rem;
		border-radius: 20px;
	}

	.woocommerce-tabs ul.tabs {
		flex-wrap: wrap;
		gap: 0.5rem;
	}

	.woocommerce-tabs ul.tabs li a {
		padding: 0.75rem 1rem;
		font-size: 0.9rem;
	}
	
	.tshop-single-product__container {
		padding: 0 20px;
	}
	
	.tshop-single-product__main {
		gap: 2rem;
		margin-bottom: 4rem;
	}
	
	.tshop-single-product__gallery .woocommerce-product-gallery {
		padding: 1.5rem !important;
		border-radius: 24px !important;
	}

	.tshop-single-product__gallery .woocommerce-product-gallery__image {
		min-height: 300px !important;
		max-height: 500px !important;
	}

	.tshop-single-product__gallery .woocommerce-product-gallery__image img {
		max-height: 500px !important;
	}
	
	.tshop-single-product__gallery .flex-control-thumbs {
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 0.75rem !important;
	}
	
	.tshop-single-product__summary .product_title {
		font-size: clamp(1.75rem, 6vw, 2.25rem);
	}
	
	.tshop-single-product__summary .price {
		font-size: clamp(1.75rem, 5vw, 2.25rem);
	}
	
	.woocommerce-tabs {
		padding: 1.5rem;
		border-radius: 20px;
	}
	
	.woocommerce-tabs ul.tabs {
		flex-wrap: wrap;
		gap: 0.5rem;
	}
	
	.woocommerce-tabs ul.tabs li a {
		padding: 0.875rem 1.25rem;
		font-size: 0.9rem;
	}
}

@media (max-width: 480px) {
	.tshop-single-product__gallery .woocommerce-product-gallery {
		padding: 1rem !important;
	}

	.tshop-single-product__gallery .woocommerce-product-gallery__image {
		min-height: 250px !important;
		max-height: 400px !important;
	}

	.tshop-single-product__gallery .woocommerce-product-gallery__image img {
		max-height: 400px !important;
	}
	
	.tshop-single-product__gallery .flex-control-thumbs {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	
	.tshop-single-product__summary .woocommerce-product-details__short-description {
		padding: 1rem;
		font-size: 1rem;
	}
	
	.tshop-single-product__summary .single_add_to_cart_button {
		padding: 1.25rem 1.75rem !important;
		font-size: 1rem !important;
		letter-spacing: 1px !important;
		border-radius: 16px !important;
	}

	.tshop-single-product__summary .single_add_to_cart_button:hover {
		transform: translateY(-3px) scale(1.01) !important;
	}
	
	/* اسلایدر با آیتم‌های بزرگ‌تر در موبایل کوچک */
	.woocommerce .related ul.products li,
	.woocommerce .upsells ul.products li {
		flex: 0 0 85% !important;
		min-width: 85% !important;
		max-width: 85% !important;
	}

	.woocommerce .related .tshop-product-card__inner,
	.woocommerce .upsells .tshop-product-card__inner {
		min-height: 460px !important;
	}

	.woocommerce .related .tshop-product-card__image,
	.woocommerce .upsells .tshop-product-card__image {
		height: 240px !important;
		min-height: 240px !important;
		max-height: 240px !important;
	}

	.woocommerce .related .tshop-product-card__content,
	.woocommerce .upsells .tshop-product-card__content {
		padding: 1.25rem !important;
	}

	.woocommerce .related .tshop-product-card__content .woocommerce-loop-product__title,
	.woocommerce .related .tshop-product-card__content h2,
	.woocommerce .upsells .tshop-product-card__content .woocommerce-loop-product__title,
	.woocommerce .upsells .tshop-product-card__content h2 {
		font-size: 1.05rem !important;
		min-height: 3.15rem !important;
		max-height: 3.15rem !important;
	}

	.woocommerce .related .tshop-product-card__content .price,
	.woocommerce .upsells .tshop-product-card__content .price {
		font-size: 1.25rem !important;
	}
}

/* ============================================
   Advanced Single Product Features
   امکانات پیشرفته صفحه تک محصول
   ============================================ */

/* Advanced Features Section */
.tshop-single-product__advanced-features {
	margin-top: 2rem !important;
	padding-top: 2rem !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 1.5rem !important;
}

/* Stock Status */
.tshop-product-stock-status {
	display: flex !important;
	align-items: center !important;
	gap: 0.75rem !important;
	padding: 0.875rem 1.25rem !important;
	border-radius: 12px !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	backdrop-filter: blur(20px) !important;
	-webkit-backdrop-filter: blur(20px) !important;
	transition: all 0.3s ease !important;
}

.tshop-product-stock-status--in-stock {
	background: linear-gradient(135deg, rgba(76, 175, 80, 0.15) 0%, rgba(76, 175, 80, 0.08) 100%) !important;
	border: 1.5px solid rgba(76, 175, 80, 0.3) !important;
	color: #4caf50 !important;
}

.tshop-product-stock-status--out-of-stock {
	background: linear-gradient(135deg, rgba(244, 67, 54, 0.15) 0%, rgba(244, 67, 54, 0.08) 100%) !important;
	border: 1.5px solid rgba(244, 67, 54, 0.3) !important;
	color: #f44336 !important;
}

.tshop-product-stock-status__icon {
	font-size: 1.25rem !important;
	font-weight: 800 !important;
}

.tshop-product-stock-status__text {
	flex: 1 !important;
}

/* Countdown Timer */
.tshop-product-countdown {
	padding: 1.25rem !important;
	background: linear-gradient(135deg, rgba(255, 107, 107, 0.15) 0%, rgba(255, 82, 82, 0.08) 100%) !important;
	border: 1.5px solid rgba(255, 107, 107, 0.3) !important;
	border-radius: 12px !important;
	backdrop-filter: blur(20px) !important;
	-webkit-backdrop-filter: blur(20px) !important;
}

.tshop-product-countdown__label {
	display: block !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	color: rgba(255, 255, 255, 0.9) !important;
	margin-bottom: 0.75rem !important;
	text-align: center !important;
}

.tshop-product-countdown__timer {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 0.5rem !important;
	font-family: 'Courier New', monospace !important;
}

.tshop-product-countdown__days,
.tshop-product-countdown__hours,
.tshop-product-countdown__minutes,
.tshop-product-countdown__seconds {
	background: rgba(255, 255, 255, 0.1) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 8px !important;
	padding: 0.75rem 1rem !important;
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	min-width: 60px !important;
	text-align: center !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
}

.tshop-product-countdown__separator {
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	color: rgba(255, 255, 255, 0.6) !important;
}

/* Action Buttons */
.tshop-product-actions {
	display: flex !important;
	gap: 1rem !important;
	flex-wrap: wrap !important;
}

.tshop-product-action-btn {
	display: flex !important;
	align-items: center !important;
	gap: 0.5rem !important;
	padding: 0.875rem 1.5rem !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 12px !important;
	color: #ffffff !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	backdrop-filter: blur(20px) !important;
	-webkit-backdrop-filter: blur(20px) !important;
	text-decoration: none !important;
}

.tshop-product-action-btn:hover {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%) !important;
	border-color: rgba(255, 255, 255, 0.3) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
}

.tshop-product-action-btn--active {
	background: linear-gradient(135deg, rgba(255, 107, 107, 0.2) 0%, rgba(255, 82, 82, 0.1) 100%) !important;
	border-color: rgba(255, 107, 107, 0.4) !important;
	color: #ff6b6b !important;
}

.tshop-product-action-btn__icon {
	font-size: 1.1rem !important;
}

.tshop-product-action-btn__text {
	flex: 1 !important;
}

/* Trust Badges */
.tshop-product-trust-badges {
	display: flex !important;
	gap: 1rem !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
}

.tshop-product-trust-badge {
	display: flex !important;
	align-items: center !important;
	gap: 0.5rem !important;
	padding: 0.75rem 1.25rem !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	border-radius: 10px !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 0.85rem !important;
	font-weight: 500 !important;
	color: rgba(255, 255, 255, 0.9) !important;
	backdrop-filter: blur(15px) !important;
	-webkit-backdrop-filter: blur(15px) !important;
	transition: all 0.3s ease !important;
}

.tshop-product-trust-badge:hover {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%) !important;
	border-color: rgba(255, 255, 255, 0.25) !important;
	transform: translateY(-2px) !important;
}

.tshop-product-trust-badge__icon {
	font-size: 1.1rem !important;
}

.tshop-product-trust-badge__text {
	flex: 1 !important;
}

/* Sticky Add to Cart Bar */
.tshop-sticky-add-to-cart {
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 1000 !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.98) 100%) !important;
	backdrop-filter: blur(30px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(30px) saturate(180%) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
	box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4) !important;
	transform: translateY(100%) !important;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
	padding: 1rem 0 !important;
}

.tshop-sticky-add-to-cart--visible {
	transform: translateY(0) !important;
}

.tshop-sticky-add-to-cart__container {
	max-width: 1400px !important;
	margin: 0 auto !important;
	padding: 0 2rem !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 2rem !important;
}

.tshop-sticky-add-to-cart__product-info {
	display: flex !important;
	align-items: center !important;
	gap: 1rem !important;
	flex: 1 !important;
}

.tshop-sticky-add-to-cart__image {
	width: 60px !important;
	height: 60px !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	flex-shrink: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.tshop-sticky-add-to-cart__image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.tshop-sticky-add-to-cart__details {
	flex: 1 !important;
	min-width: 0 !important;
}

.tshop-sticky-add-to-cart__title {
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	margin: 0 0 0.25rem 0 !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.tshop-sticky-add-to-cart__price {
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 1.1rem !important;
	font-weight: 800 !important;
	color: #ffd700 !important;
	margin: 0 !important;
}

.tshop-sticky-add-to-cart__actions {
	flex-shrink: 0 !important;
	max-width: 180px !important;
}

.tshop-sticky-add-to-cart__actions .single_add_to_cart_button,
.tshop-sticky-add-to-cart__actions button.single_add_to_cart_button,
.tshop-sticky-add-to-cart__actions .button.single_add_to_cart_button,
.tshop-sticky-add-to-cart__actions a.single_add_to_cart_button {
	width: auto !important;
	min-width: 150px !important;
	margin: 0 !important;
	padding: 0.875rem 1.5rem !important;
	background: linear-gradient(135deg, 
		rgba(255, 255, 255, 0.12) 0%, 
		rgba(255, 255, 255, 0.08) 50%,
		rgba(255, 255, 255, 0.12) 100%) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 16px !important;
	color: #ffffff !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 1.125rem !important;
	font-weight: 600 !important;
	text-transform: none !important;
	letter-spacing: 0.5px !important;
	cursor: pointer !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	backdrop-filter: blur(20px) saturate(150%) !important;
	-webkit-backdrop-filter: blur(20px) saturate(150%) !important;
	box-shadow: 
		0 4px 20px rgba(0, 0, 0, 0.15),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset !important;
	position: relative !important;
	overflow: hidden !important;
	z-index: 1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.75rem !important;
	white-space: nowrap !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
}

/* Button Text in Sticky Cart */
.tshop-sticky-add-to-cart__actions .single_add_to_cart_button span,
.tshop-sticky-add-to-cart__actions .single_add_to_cart_button {
	position: relative !important;
	z-index: 1 !important;
}

/* Hover State */
.tshop-sticky-add-to-cart__actions .single_add_to_cart_button:hover,
.tshop-sticky-add-to-cart__actions button.single_add_to_cart_button:hover,
.tshop-sticky-add-to-cart__actions .button.single_add_to_cart_button:hover,
.tshop-sticky-add-to-cart__actions a.single_add_to_cart_button:hover {
	background: linear-gradient(135deg, 
		rgba(255, 255, 255, 0.18) 0%, 
		rgba(255, 255, 255, 0.12) 50%,
		rgba(255, 255, 255, 0.18) 100%) !important;
	border-color: rgba(255, 255, 255, 0.3) !important;
	transform: translateY(-2px) !important;
	box-shadow: 
		0 8px 30px rgba(0, 0, 0, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.15) inset !important;
}

/* Active State */
.tshop-sticky-add-to-cart__actions .single_add_to_cart_button:active,
.tshop-sticky-add-to-cart__actions button.single_add_to_cart_button:active,
.tshop-sticky-add-to-cart__actions .button.single_add_to_cart_button:active,
.tshop-sticky-add-to-cart__actions a.single_add_to_cart_button:active {
	transform: translateY(0) !important;
	box-shadow: 
		0 2px 10px rgba(0, 0, 0, 0.15),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset !important;
}

/* Loading State */
.tshop-sticky-add-to-cart__actions .single_add_to_cart_button.loading,
.tshop-sticky-add-to-cart__actions button.single_add_to_cart_button.loading,
.tshop-sticky-add-to-cart__actions .button.single_add_to_cart_button.loading,
.tshop-sticky-add-to-cart__actions a.single_add_to_cart_button.loading {
	opacity: 0.7 !important;
	cursor: wait !important;
	pointer-events: none !important;
	background: linear-gradient(135deg, 
		rgba(255, 255, 255, 0.08) 0%, 
		rgba(255, 255, 255, 0.05) 50%,
		rgba(255, 255, 255, 0.08) 100%) !important;
}

/* Added State */
.tshop-sticky-add-to-cart__actions .single_add_to_cart_button.added,
.tshop-sticky-add-to-cart__actions button.single_add_to_cart_button.added,
.tshop-sticky-add-to-cart__actions .button.single_add_to_cart_button.added,
.tshop-sticky-add-to-cart__actions a.single_add_to_cart_button.added {
	background: linear-gradient(135deg, 
		rgba(16, 185, 129, 0.2) 0%, 
		rgba(5, 150, 105, 0.15) 50%,
		rgba(16, 185, 129, 0.2) 100%) !important;
	border-color: rgba(16, 185, 129, 0.4) !important;
	color: #10b981 !important;
	box-shadow: 
		0 4px 20px rgba(16, 185, 129, 0.2),
		0 0 0 1px rgba(16, 185, 129, 0.2) inset !important;
}

/* Share Modal */
.tshop-share-modal {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 9999 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transition: all 0.3s ease !important;
}

.tshop-share-modal--active {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: all !important;
}

.tshop-share-modal__overlay {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	background: rgba(0, 0, 0, 0.85) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
}

.tshop-share-modal__content {
	position: relative !important;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 24px !important;
	padding: 2.5rem !important;
	max-width: 500px !important;
	width: 90% !important;
	backdrop-filter: blur(30px) saturate(180%) !important;
	-webkit-backdrop-filter: blur(30px) saturate(180%) !important;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
	transform: scale(0.9) translateY(20px) !important;
	transition: transform 0.3s ease !important;
}

.tshop-share-modal--active .tshop-share-modal__content {
	transform: scale(1) translateY(0) !important;
}

.tshop-share-modal__close {
	position: absolute !important;
	top: 1rem !important;
	left: 1rem !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.1) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	color: #ffffff !important;
	font-size: 1.5rem !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 0.3s ease !important;
	line-height: 1 !important;
}

.tshop-share-modal__close:hover {
	background: rgba(255, 255, 255, 0.2) !important;
	transform: rotate(90deg) !important;
}

.tshop-share-modal__title {
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	margin: 0 0 1.5rem 0 !important;
	text-align: center !important;
}

.tshop-share-modal__buttons {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 1rem !important;
}

.tshop-share-btn {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 0.5rem !important;
	padding: 1.5rem 1rem !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 16px !important;
	color: #ffffff !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
	backdrop-filter: blur(20px) !important;
	-webkit-backdrop-filter: blur(20px) !important;
	cursor: pointer !important;
}

.tshop-share-btn:hover {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%) !important;
	border-color: rgba(255, 255, 255, 0.3) !important;
	transform: translateY(-4px) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
}

.tshop-share-btn__icon {
	font-size: 2rem !important;
}

.tshop-share-btn__text {
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
}


/* Image Zoom */
.tshop-image-zoom {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 9999 !important;
	background: rgba(0, 0, 0, 0.95) !important;
	backdrop-filter: blur(20px) !important;
	-webkit-backdrop-filter: blur(20px) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transition: all 0.3s ease !important;
	cursor: zoom-out !important;
}

.tshop-image-zoom--active {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: all !important;
}

.tshop-image-zoom__close {
	position: absolute !important;
	top: 2rem !important;
	right: 2rem !important;
	width: 50px !important;
	height: 50px !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.1) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	color: #ffffff !important;
	font-size: 1.5rem !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 0.3s ease !important;
	line-height: 1 !important;
	z-index: 10000 !important;
}

.tshop-image-zoom__close:hover {
	background: rgba(255, 255, 255, 0.2) !important;
	transform: rotate(90deg) !important;
}

.tshop-image-zoom__image-wrapper {
	max-width: 90% !important;
	max-height: 90vh !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.tshop-image-zoom__image {
	max-width: 100% !important;
	max-height: 90vh !important;
	object-fit: contain !important;
	border-radius: 12px !important;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
	.tshop-product-actions {
		flex-direction: column !important;
	}

	.tshop-product-action-btn {
		width: 100% !important;
		justify-content: center !important;
	}

	.tshop-product-trust-badges {
		flex-direction: column !important;
	}

	.tshop-product-trust-badge {
		width: 100% !important;
		justify-content: center !important;
	}

	.tshop-sticky-add-to-cart__container {
		flex-direction: column !important;
		gap: 1rem !important;
		padding: 1rem !important;
	}

	.tshop-sticky-add-to-cart__product-info {
		width: 100% !important;
	}

	.tshop-sticky-add-to-cart__actions {
		width: auto !important;
		max-width: 45% !important;
		flex-shrink: 0 !important;
	}

	.tshop-sticky-add-to-cart__actions .single_add_to_cart_button,
	.tshop-sticky-add-to-cart__actions button.single_add_to_cart_button,
	.tshop-sticky-add-to-cart__actions .button.single_add_to_cart_button,
	.tshop-sticky-add-to-cart__actions a.single_add_to_cart_button {
		width: 100% !important;
		min-width: auto !important;
		padding: 0.75rem 1rem !important;
		font-size: 0.875rem !important;
	}

	.tshop-share-modal__buttons {
		grid-template-columns: 1fr !important;
	}
}

/* ============================================
   My Account Page - صفحه حساب کاربری سفارشی
   ============================================ */

.tshop-my-account {
	position: relative !important;
	min-height: 100vh !important;
	padding: calc(100px + 3rem) 0 4rem 0 !important;
	background: #000000 !important;
	overflow-x: hidden !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Background Effects */
.tshop-my-account__background {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 0 !important;
	pointer-events: none !important;
}

.tshop-my-account__grid-overlay {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	background-image: 
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) !important;
	background-size: 50px 50px !important;
	opacity: 0.5 !important;
}

.tshop-my-account__gradient-orb {
	position: absolute !important;
	border-radius: 50% !important;
	filter: blur(80px) !important;
	opacity: 0.3 !important;
	animation: float 20s ease-in-out infinite !important;
	pointer-events: none !important;
}

.tshop-my-account__gradient-orb--1 {
	width: 400px !important;
	height: 400px !important;
	background: radial-gradient(circle, rgba(255, 215, 0, 0.4) 0%, transparent 70%) !important;
	top: 10% !important;
	right: 10% !important;
	animation-delay: 0s !important;
}

.tshop-my-account__gradient-orb--2 {
	width: 300px !important;
	height: 300px !important;
	background: radial-gradient(circle, rgba(255, 107, 107, 0.3) 0%, transparent 70%) !important;
	bottom: 20% !important;
	left: 15% !important;
	animation-delay: 5s !important;
}

/* Container */
.tshop-my-account__container {
	position: relative !important;
	z-index: 1 !important;
	max-width: 1400px !important;
	margin: 0 auto !important;
	padding: 0 2rem !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Header */
.tshop-my-account__header {
	margin-bottom: 3rem !important;
	text-align: center !important;
}

.tshop-my-account__header-content {
	background: linear-gradient(135deg, 
		rgba(255, 255, 255, 0.06) 0%, 
		rgba(255, 255, 255, 0.03) 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 24px !important;
	padding: 2.5rem !important;
	backdrop-filter: blur(20px) saturate(150%) !important;
	-webkit-backdrop-filter: blur(20px) saturate(150%) !important;
	box-shadow: 
		0 8px 32px rgba(0, 0, 0, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.05) inset !important;
	transition: all 0.3s ease !important;
}

.tshop-my-account__header-content:hover {
	border-color: rgba(255, 255, 255, 0.18) !important;
	box-shadow: 
		0 12px 48px rgba(0, 0, 0, 0.25),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset !important;
}

.tshop-my-account__title {
	font-size: clamp(2rem, 5vw, 3rem) !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	margin: 0 0 0.75rem 0 !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	line-height: 1.3 !important;
	letter-spacing: -0.02em !important;
}

.tshop-my-account__welcome {
	font-size: 1.125rem !important;
	color: rgba(255, 255, 255, 0.7) !important;
	margin: 0 !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.tshop-my-account__welcome strong {
	color: #ffd700 !important;
	font-weight: 600 !important;
}

/* Main Content */
.tshop-my-account__main {
	display: grid !important;
	grid-template-columns: 300px 1fr !important;
	gap: 2.5rem !important;
	align-items: start !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Navigation */
.tshop-my-account__navigation {
	position: sticky !important;
	top: 120px !important;
	height: fit-content !important;
	width: 100% !important;
	min-width: 0 !important;
	display: block !important;
	box-sizing: border-box !important;
}

.woocommerce-MyAccount-navigation {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	display: block !important;
	background: linear-gradient(135deg, 
		rgba(255, 255, 255, 0.06) 0%, 
		rgba(255, 255, 255, 0.03) 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 20px !important;
	padding: 1.5rem !important;
	backdrop-filter: blur(20px) saturate(150%) !important;
	-webkit-backdrop-filter: blur(20px) saturate(150%) !important;
	box-shadow: 
		0 8px 32px rgba(0, 0, 0, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.05) inset !important;
	box-sizing: border-box !important;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 0.5rem !important;
	box-sizing: border-box !important;
}

.woocommerce-MyAccount-navigation li {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	display: block !important;
	box-sizing: border-box !important;
}

.woocommerce-MyAccount-navigation a {
	display: flex !important;
	align-items: center !important;
	gap: 0.75rem !important;
	padding: 1rem 1.25rem !important;
	color: rgba(255, 255, 255, 0.8) !important;
	text-decoration: none !important;
	border-radius: 12px !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 0.95rem !important;
	font-weight: 500 !important;
	position: relative !important;
	overflow: hidden !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.woocommerce-MyAccount-navigation a::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	width: 3px !important;
	height: 100% !important;
	background: linear-gradient(180deg, 
		rgba(255, 215, 0, 0.8) 0%, 
		rgba(255, 215, 0, 0.4) 100%) !important;
	opacity: 0 !important;
	transition: opacity 0.3s ease !important;
	border-radius: 0 12px 12px 0 !important;
}

.woocommerce-MyAccount-navigation a:hover {
	background: rgba(255, 255, 255, 0.08) !important;
	color: #ffffff !important;
	transform: translateX(-4px) !important;
}

.woocommerce-MyAccount-navigation a:hover::before {
	opacity: 1 !important;
}

.woocommerce-MyAccount-navigation a.is-active {
	background: linear-gradient(135deg, 
		rgba(255, 215, 0, 0.15) 0%, 
		rgba(255, 215, 0, 0.08) 100%) !important;
	color: #ffd700 !important;
	font-weight: 600 !important;
	border: 1px solid rgba(255, 215, 0, 0.3) !important;
}

.woocommerce-MyAccount-navigation a.is-active::before {
	opacity: 1 !important;
}

/* Content Wrapper */
.tshop-my-account__content-wrapper {
	width: 100% !important;
	min-width: 0 !important;
}

.tshop-my-account__content {
	background: linear-gradient(135deg, 
		rgba(255, 255, 255, 0.06) 0%, 
		rgba(255, 255, 255, 0.03) 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 24px !important;
	padding: 2.5rem !important;
	backdrop-filter: blur(20px) saturate(150%) !important;
	-webkit-backdrop-filter: blur(20px) saturate(150%) !important;
	box-shadow: 
		0 8px 32px rgba(0, 0, 0, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.05) inset !important;
	transition: all 0.3s ease !important;
}

.tshop-my-account__content:hover {
	border-color: rgba(255, 255, 255, 0.18) !important;
	box-shadow: 
		0 12px 48px rgba(0, 0, 0, 0.25),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset !important;
}

/* WooCommerce My Account Content Styles */
.woocommerce-MyAccount-content {
	color: rgba(255, 255, 255, 0.85) !important;
	line-height: 1.8 !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
	color: #ffffff !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-weight: 700 !important;
	margin-top: 0 !important;
	margin-bottom: 1.5rem !important;
}

.woocommerce-MyAccount-content h2 {
	font-size: 1.875rem !important;
}

.woocommerce-MyAccount-content h3 {
	font-size: 1.5rem !important;
}

.woocommerce-MyAccount-content p {
	color: rgba(255, 255, 255, 0.8) !important;
	margin-bottom: 1rem !important;
}

.woocommerce-MyAccount-content a {
	color: #ffd700 !important;
	text-decoration: none !important;
	border-bottom: 1px solid rgba(255, 215, 0, 0.3) !important;
	transition: all 0.3s ease !important;
}

.woocommerce-MyAccount-content a:hover {
	color: #ffffff !important;
	border-bottom-color: rgba(255, 255, 255, 0.6) !important;
}

/* Tables */
.woocommerce-MyAccount-content table {
	width: 100% !important;
	border-collapse: collapse !important;
	margin: 2rem 0 !important;
	background: rgba(255, 255, 255, 0.03) !important;
	border-radius: 16px !important;
	overflow: hidden !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.woocommerce-MyAccount-content table th,
.woocommerce-MyAccount-content table td {
	padding: 1rem 1.25rem !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	text-align: right !important;
}

.woocommerce-MyAccount-content table th {
	background: rgba(255, 255, 255, 0.05) !important;
	color: #ffffff !important;
	font-weight: 600 !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 0.95rem !important;
}

.woocommerce-MyAccount-content table td {
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 0.9rem !important;
}

.woocommerce-MyAccount-content table tr:last-child td {
	border-bottom: none !important;
}

.woocommerce-MyAccount-content table tr:hover {
	background: rgba(255, 255, 255, 0.05) !important;
}

/* Forms */
.woocommerce-MyAccount-content form {
	margin: 2rem 0 !important;
}

.woocommerce-MyAccount-content .form-row {
	margin-bottom: 1.5rem !important;
}

.woocommerce-MyAccount-content label {
	color: rgba(255, 255, 255, 0.9) !important;
	font-weight: 500 !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	margin-bottom: 0.5rem !important;
	display: block !important;
}

.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content input[type="url"],
.woocommerce-MyAccount-content textarea,
.woocommerce-MyAccount-content select {
	width: 100% !important;
	padding: 0.875rem 1.25rem !important;
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	border-radius: 12px !important;
	color: #ffffff !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 0.95rem !important;
	transition: all 0.3s ease !important;
	box-sizing: border-box !important;
}

.woocommerce-MyAccount-content input[type="text"]:focus,
.woocommerce-MyAccount-content input[type="email"]:focus,
.woocommerce-MyAccount-content input[type="password"]:focus,
.woocommerce-MyAccount-content input[type="tel"]:focus,
.woocommerce-MyAccount-content input[type="url"]:focus,
.woocommerce-MyAccount-content textarea:focus,
.woocommerce-MyAccount-content select:focus {
	outline: none !important;
	background: rgba(255, 255, 255, 0.08) !important;
	border-color: rgba(255, 215, 0, 0.5) !important;
	box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1) !important;
}

.woocommerce-MyAccount-content textarea {
	min-height: 120px !important;
	resize: vertical !important;
}

/* Buttons */
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button,
.woocommerce-MyAccount-content input[type="submit"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0.875rem 2rem !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.12) 100%) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 12px !important;
	color: #ffffff !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 0.95rem !important;
	font-weight: 500 !important;
	text-transform: none !important;
	letter-spacing: 0.5px !important;
	cursor: pointer !important;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
	backdrop-filter: blur(10px) saturate(150%) !important;
	-webkit-backdrop-filter: blur(10px) saturate(150%) !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content button:hover,
.woocommerce-MyAccount-content input[type="submit"]:hover {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.18) 100%) !important;
	border-color: rgba(255, 255, 255, 0.3) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
}

.woocommerce-MyAccount-content .button:active,
.woocommerce-MyAccount-content button:active,
.woocommerce-MyAccount-content input[type="submit"]:active {
	transform: translateY(0) !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Notices */
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-error {
	padding: 1.25rem 1.5rem !important;
	margin: 1.5rem 0 !important;
	border-radius: 12px !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	background: rgba(255, 255, 255, 0.05) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.woocommerce-MyAccount-content .woocommerce-message {
	color: rgba(76, 175, 80, 0.9) !important;
	border-color: rgba(76, 175, 80, 0.3) !important;
	background: rgba(76, 175, 80, 0.1) !important;
}

.woocommerce-MyAccount-content .woocommerce-info {
	color: rgba(33, 150, 243, 0.9) !important;
	border-color: rgba(33, 150, 243, 0.3) !important;
	background: rgba(33, 150, 243, 0.1) !important;
}

.woocommerce-MyAccount-content .woocommerce-error {
	color: rgba(244, 67, 54, 0.9) !important;
	border-color: rgba(244, 67, 54, 0.3) !important;
	background: rgba(244, 67, 54, 0.1) !important;
}

/* Addresses Section - بخش آدرس‌ها */
.tshop-my-account .woocommerce-Addresses,
.tshop-my-account .u-columns.woocommerce-Addresses.col2-set.addresses,
.tshop-my-account__content .woocommerce-Addresses,
.tshop-my-account__content .u-columns.woocommerce-Addresses.col2-set.addresses,
.woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses,
.woocommerce-MyAccount-content .u-columns,
.woocommerce-MyAccount-content .col2-set,
.woocommerce-MyAccount-content .addresses,
.tshop-my-account .u-columns,
.tshop-my-account .col2-set,
.tshop-my-account .addresses {
	display: grid !important;
	grid-template-columns: 1fr 2rem 1fr !important;
	gap: 0 !important;
	margin: 2rem 0 !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.tshop-my-account .woocommerce-Address,
.tshop-my-account .u-column1.woocommerce-Address,
.tshop-my-account .u-column2.woocommerce-Address,
.tshop-my-account .col-1.woocommerce-Address,
.tshop-my-account .col-2.woocommerce-Address,
.tshop-my-account__content .woocommerce-Address,
.tshop-my-account__content .u-column1.woocommerce-Address,
.tshop-my-account__content .u-column2.woocommerce-Address,
.tshop-my-account__content .col-1.woocommerce-Address,
.tshop-my-account__content .col-2.woocommerce-Address,
.woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-MyAccount-content .u-column1.woocommerce-Address,
.woocommerce-MyAccount-content .u-column2.woocommerce-Address,
.woocommerce-MyAccount-content .col-1.woocommerce-Address,
.woocommerce-MyAccount-content .col-2.woocommerce-Address,
.woocommerce-MyAccount-content .u-column1,
.woocommerce-MyAccount-content .u-column2,
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2,
.tshop-my-account .u-column1,
.tshop-my-account .u-column2,
.tshop-my-account .col-1,
.tshop-my-account .col-2 {
	background: linear-gradient(135deg, 
		rgba(255, 255, 255, 0.06) 0%, 
		rgba(255, 255, 255, 0.03) 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 20px !important;
	padding: 2rem !important;
	backdrop-filter: blur(20px) saturate(150%) !important;
	-webkit-backdrop-filter: blur(20px) saturate(150%) !important;
	box-shadow: 
		0 8px 32px rgba(0, 0, 0, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.05) inset !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Grid Position for Address Columns */
.tshop-my-account .u-column1.woocommerce-Address,
.tshop-my-account .col-1.woocommerce-Address,
.tshop-my-account__content .u-column1.woocommerce-Address,
.tshop-my-account__content .col-1.woocommerce-Address,
.woocommerce-MyAccount-content .u-column1.woocommerce-Address,
.woocommerce-MyAccount-content .col-1.woocommerce-Address,
.woocommerce-MyAccount-content .u-column1,
.woocommerce-MyAccount-content .col-1,
.tshop-my-account .u-column1,
.tshop-my-account .col-1 {
	grid-column: 1 / 1 !important;
	grid-row: 1 / 1 !important;
}

.tshop-my-account .u-column2.woocommerce-Address,
.tshop-my-account .col-2.woocommerce-Address,
.tshop-my-account__content .u-column2.woocommerce-Address,
.tshop-my-account__content .col-2.woocommerce-Address,
.woocommerce-MyAccount-content .u-column2.woocommerce-Address,
.woocommerce-MyAccount-content .col-2.woocommerce-Address,
.woocommerce-MyAccount-content .u-column2,
.woocommerce-MyAccount-content .col-2,
.tshop-my-account .u-column2,
.tshop-my-account .col-2 {
	grid-column: 3 / -1 !important;
	grid-row: 1 / 1 !important;
}

.tshop-my-account .woocommerce-Address:hover,
.tshop-my-account .u-column1.woocommerce-Address:hover,
.tshop-my-account .u-column2.woocommerce-Address:hover,
.tshop-my-account .col-1.woocommerce-Address:hover,
.tshop-my-account .col-2.woocommerce-Address:hover,
.tshop-my-account__content .woocommerce-Address:hover,
.tshop-my-account__content .u-column1.woocommerce-Address:hover,
.tshop-my-account__content .u-column2.woocommerce-Address:hover,
.tshop-my-account__content .col-1.woocommerce-Address:hover,
.tshop-my-account__content .col-2.woocommerce-Address:hover,
.woocommerce-MyAccount-content .woocommerce-Address:hover,
.woocommerce-MyAccount-content .u-column1.woocommerce-Address:hover,
.woocommerce-MyAccount-content .u-column2.woocommerce-Address:hover,
.woocommerce-MyAccount-content .col-1.woocommerce-Address:hover,
.woocommerce-MyAccount-content .col-2.woocommerce-Address:hover,
.woocommerce-MyAccount-content .u-column1:hover,
.woocommerce-MyAccount-content .u-column2:hover,
.woocommerce-MyAccount-content .col-1:hover,
.woocommerce-MyAccount-content .col-2:hover,
.tshop-my-account .u-column1:hover,
.tshop-my-account .u-column2:hover,
.tshop-my-account .col-1:hover,
.tshop-my-account .col-2:hover {
	border-color: rgba(255, 255, 255, 0.18) !important;
	box-shadow: 
		0 12px 48px rgba(0, 0, 0, 0.25),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset !important;
	transform: translateY(-2px) !important;
}

.tshop-my-account .woocommerce-Address-title,
.tshop-my-account .woocommerce-Address-title.title,
.tshop-my-account__content .woocommerce-Address-title,
.tshop-my-account__content .woocommerce-Address-title.title,
.woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce-MyAccount-content .woocommerce-Address-title.title,
.woocommerce-MyAccount-content .title,
.tshop-my-account .title {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	margin-bottom: 1.5rem !important;
	padding-bottom: 1rem !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	flex-wrap: wrap !important;
	gap: 1rem !important;
}

.tshop-my-account .woocommerce-Address-title h2,
.tshop-my-account .woocommerce-Address-title h3,
.tshop-my-account__content .woocommerce-Address-title h2,
.tshop-my-account__content .woocommerce-Address-title h3,
.woocommerce-MyAccount-content .woocommerce-Address-title h2,
.woocommerce-MyAccount-content .woocommerce-Address-title h3,
.woocommerce-MyAccount-content .title h2,
.woocommerce-MyAccount-content .title h3,
.tshop-my-account .title h2,
.tshop-my-account .title h3 {
	color: #ffffff !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-weight: 700 !important;
	font-size: 1.5rem !important;
	margin: 0 !important;
	line-height: 1.4 !important;
}

.tshop-my-account .woocommerce-Address-title .edit,
.tshop-my-account__content .woocommerce-Address-title .edit,
.woocommerce-MyAccount-content .woocommerce-Address-title .edit,
.woocommerce-MyAccount-content .title .edit,
.tshop-my-account .title .edit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0.625rem 1.25rem !important;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.12) 100%) !important;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 10px !important;
	color: #ffffff !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
	backdrop-filter: blur(10px) saturate(150%) !important;
	-webkit-backdrop-filter: blur(10px) saturate(150%) !important;
	white-space: nowrap !important;
}

.tshop-my-account .woocommerce-Address-title .edit:hover,
.tshop-my-account__content .woocommerce-Address-title .edit:hover,
.woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover,
.woocommerce-MyAccount-content .title .edit:hover,
.tshop-my-account .title .edit:hover {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.18) 100%) !important;
	border-color: rgba(255, 255, 255, 0.3) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
}

.tshop-my-account .woocommerce-Address address,
.tshop-my-account__content .woocommerce-Address address,
.woocommerce-MyAccount-content .woocommerce-Address address,
.woocommerce-MyAccount-content address,
.tshop-my-account address {
	color: rgba(255, 255, 255, 0.85) !important;
	font-family: 'Peyda', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
	font-size: 0.95rem !important;
	line-height: 1.8 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-style: normal !important;
	display: block !important;
}

.tshop-my-account .woocommerce-Address address p,
.tshop-my-account__content .woocommerce-Address address p,
.woocommerce-MyAccount-content .woocommerce-Address address p,
.woocommerce-MyAccount-content address p,
.tshop-my-account address p {
	margin: 0.5rem 0 !important;
	color: rgba(255, 255, 255, 0.8) !important;
}

.tshop-my-account .woocommerce-Address address strong,
.tshop-my-account__content .woocommerce-Address address strong,
.woocommerce-MyAccount-content .woocommerce-Address address strong,
.woocommerce-MyAccount-content address strong,
.tshop-my-account address strong {
	color: #ffffff !important;
	font-weight: 600 !important;
}

/* Responsive */
@media (max-width: 1024px) {
	.tshop-my-account__main {
		grid-template-columns: 260px 1fr !important;
		gap: 2rem !important;
	}

	.tshop-my-account__content {
		padding: 2rem !important;
	}
}

@media (max-width: 768px) {
	.tshop-my-account {
		padding: calc(90px + 2rem) 0 3rem 0 !important;
	}

	.tshop-my-account__container {
		padding: 0 1.5rem !important;
	}

	.tshop-my-account__header-content {
		padding: 2rem 1.5rem !important;
		border-radius: 20px !important;
	}

	.tshop-my-account__title {
		font-size: 2rem !important;
	}

	.tshop-my-account__main {
		grid-template-columns: 1fr !important;
		gap: 2rem !important;
	}

	.tshop-my-account__navigation {
		position: relative !important;
		top: 0 !important;
	}

	.woocommerce-MyAccount-navigation ul {
		flex-direction: row !important;
		flex-wrap: wrap !important;
		gap: 0.5rem !important;
	}

	.woocommerce-MyAccount-navigation a {
		padding: 0.75rem 1rem !important;
		font-size: 0.875rem !important;
	}

	.tshop-my-account__content {
		padding: 1.5rem !important;
		border-radius: 20px !important;
	}

	.woocommerce-MyAccount-content table {
		font-size: 0.85rem !important;
	}

	.woocommerce-MyAccount-content table th,
	.woocommerce-MyAccount-content table td {
		padding: 0.75rem 1rem !important;
	}

	.tshop-my-account .woocommerce-Addresses,
	.tshop-my-account .u-columns.woocommerce-Addresses.col2-set.addresses,
	.tshop-my-account__content .woocommerce-Addresses,
	.tshop-my-account__content .u-columns.woocommerce-Addresses.col2-set.addresses,
	.woocommerce-MyAccount-content .woocommerce-Addresses,
	.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses {
		grid-template-columns: 1fr !important;
		gap: 1.5rem !important;
	}

	.tshop-my-account .woocommerce-Address,
	.tshop-my-account .u-column1.woocommerce-Address,
	.tshop-my-account .u-column2.woocommerce-Address,
	.tshop-my-account .col-1.woocommerce-Address,
	.tshop-my-account .col-2.woocommerce-Address,
	.tshop-my-account__content .woocommerce-Address,
	.tshop-my-account__content .u-column1.woocommerce-Address,
	.tshop-my-account__content .u-column2.woocommerce-Address,
	.tshop-my-account__content .col-1.woocommerce-Address,
	.tshop-my-account__content .col-2.woocommerce-Address,
	.woocommerce-MyAccount-content .woocommerce-Address,
	.woocommerce-MyAccount-content .u-column1.woocommerce-Address,
	.woocommerce-MyAccount-content .u-column2.woocommerce-Address,
	.woocommerce-MyAccount-content .col-1.woocommerce-Address,
	.woocommerce-MyAccount-content .col-2.woocommerce-Address {
		padding: 1.5rem !important;
		border-radius: 16px !important;
	}

	.tshop-my-account .woocommerce-Address-title h2,
	.tshop-my-account .woocommerce-Address-title h3,
	.tshop-my-account__content .woocommerce-Address-title h2,
	.tshop-my-account__content .woocommerce-Address-title h3,
	.woocommerce-MyAccount-content .woocommerce-Address-title h2,
	.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
		font-size: 1.25rem !important;
	}

	.tshop-my-account .woocommerce-Address-title .edit,
	.tshop-my-account__content .woocommerce-Address-title .edit,
	.woocommerce-MyAccount-content .woocommerce-Address-title .edit {
		padding: 0.5rem 1rem !important;
		font-size: 0.8rem !important;
	}
}

@media (max-width: 480px) {
	.tshop-my-account__header-content {
		padding: 1.5rem 1rem !important;
	}

	.tshop-my-account__title {
		font-size: 1.75rem !important;
	}

	.tshop-my-account__welcome {
		font-size: 1rem !important;
	}

	.woocommerce-MyAccount-navigation {
		padding: 1rem !important;
		border-radius: 16px !important;
	}

	.tshop-my-account__content {
		padding: 1.25rem !important;
		border-radius: 16px !important;
	}

	.woocommerce-MyAccount-content h2 {
		font-size: 1.5rem !important;
	}

	.woocommerce-MyAccount-content h3 {
		font-size: 1.25rem !important;
	}

	.tshop-my-account .woocommerce-Addresses,
	.tshop-my-account .u-columns.woocommerce-Addresses.col2-set.addresses,
	.tshop-my-account__content .woocommerce-Addresses,
	.tshop-my-account__content .u-columns.woocommerce-Addresses.col2-set.addresses,
	.woocommerce-MyAccount-content .woocommerce-Addresses,
	.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses {
		grid-template-columns: 1fr !important;
		gap: 1.25rem !important;
	}

	.tshop-my-account .woocommerce-Address,
	.tshop-my-account .u-column1.woocommerce-Address,
	.tshop-my-account .u-column2.woocommerce-Address,
	.tshop-my-account .col-1.woocommerce-Address,
	.tshop-my-account .col-2.woocommerce-Address,
	.tshop-my-account__content .woocommerce-Address,
	.tshop-my-account__content .u-column1.woocommerce-Address,
	.tshop-my-account__content .u-column2.woocommerce-Address,
	.tshop-my-account__content .col-1.woocommerce-Address,
	.tshop-my-account__content .col-2.woocommerce-Address,
	.woocommerce-MyAccount-content .woocommerce-Address,
	.woocommerce-MyAccount-content .u-column1.woocommerce-Address,
	.woocommerce-MyAccount-content .u-column2.woocommerce-Address,
	.woocommerce-MyAccount-content .col-1.woocommerce-Address,
	.woocommerce-MyAccount-content .col-2.woocommerce-Address {
		padding: 1.25rem !important;
		border-radius: 16px !important;
	}

	.tshop-my-account .woocommerce-Address-title h2,
	.tshop-my-account .woocommerce-Address-title h3,
	.tshop-my-account__content .woocommerce-Address-title h2,
	.tshop-my-account__content .woocommerce-Address-title h3,
	.woocommerce-MyAccount-content .woocommerce-Address-title h2,
	.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
		font-size: 1.125rem !important;
	}

	.tshop-my-account .woocommerce-Address-title .edit,
	.tshop-my-account__content .woocommerce-Address-title .edit,
	.woocommerce-MyAccount-content .woocommerce-Address-title .edit {
		padding: 0.5rem 0.875rem !important;
		font-size: 0.75rem !important;
	}
}
