/**
 * AstroNeev Luxury WooCommerce Master Stylesheet
 *
 * @package AstroNeev
 * @version 2.0.0
 */

/* Color & Design Tokens */
:root {
	--wc-bg: #050505;
	--wc-card-bg: #101018;
	--wc-border: rgba(244, 197, 66, 0.18);
	--wc-gold: #F4C542;
	--wc-gold-hover: #FFD86E;
	--wc-purple: #8A2BE2;
	--wc-green: #25D366;
	--wc-white: #FFFFFF;
	--wc-text-muted: #B7B7C5;
	--wc-radius: 24px;
	--wc-font: 'Poppins', sans-serif;
	--wc-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base Container & WooCommerce Wrapper */
.woocommerce,
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.woocommerce-shop,
.astroneev-wc-container {
	background-color: var(--wc-bg);
	color: var(--wc-white);
	font-family: var(--wc-font);
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	background: var(--wc-card-bg) !important;
	border: 1px solid var(--wc-gold) !important;
	border-radius: var(--wc-radius) !important;
	color: var(--wc-white) !important;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5) !important;
	font-family: var(--wc-font) !important;
	font-size: 18px !important;
	padding: 20px 28px !important;
	margin-bottom: 32px !important;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--wc-gold) !important;
}

.woocommerce-error::before {
	color: #FF4D4D !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--wc-gold) !important;
	color: #000000 !important;
	font-family: var(--wc-font) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	border-radius: 14px !important;
	padding: 14px 28px !important;
	border: none !important;
	box-shadow: 0 8px 25px rgba(244, 197, 66, 0.35) !important;
	transition: var(--wc-transition) !important;
	cursor: pointer !important;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--wc-gold-hover) !important;
	color: #000000 !important;
	transform: translateY(-3px) !important;
	box-shadow: 0 12px 35px rgba(244, 197, 66, 0.5) !important;
}

/* ==================================================
   MY ACCOUNT PAGE REDESIGN
   ================================================== */
.astroneev-my-account-page {
	max-width: 1320px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 100px;
	box-sizing: border-box;
}

.astroneev-user-welcome-card {
	background: var(--wc-card-bg);
	border: 1px solid var(--wc-border);
	border-radius: var(--wc-radius);
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
}

.astroneev-user-welcome-header {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 32px;
}

.astroneev-user-avatar {
	width: 80px !important;
	height: 80px !important;
	border-radius: 50% !important;
	border: 2px solid var(--wc-gold) !important;
	object-fit: cover !important;
	flex-shrink: 0 !important;
}

.astroneev-user-greeting h3 {
	font-family: var(--wc-font);
	font-size: 34px;
	font-weight: 700;
	color: var(--wc-white);
	margin: 0 0 4px 0;
	line-height: 1.15;
}

.astroneev-user-email {
	font-family: var(--wc-font);
	font-size: 18px;
	color: var(--wc-text-muted);
	margin-bottom: 4px;
}

.astroneev-user-subtext {
	font-family: var(--wc-font);
	font-size: 18px;
	color: var(--wc-gold);
	font-weight: 500;
	margin: 0;
}

.astroneev-user-summary-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding-top: 24px;
	border-top: 1px solid var(--wc-border);
}

.astroneev-user-summary-box {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 16px;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.astroneev-user-summary-box .icon {
	font-size: 28px;
}

.astroneev-user-summary-box .value {
	font-family: var(--wc-font);
	font-size: 22px;
	font-weight: 700;
	color: var(--wc-white);
	line-height: 1.2;
}

.astroneev-user-summary-box .label {
	font-family: var(--wc-font);
	font-size: 15px;
	color: var(--wc-text-muted);
}

/* Override Default WooCommerce Floats & Widths */
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
	display: none !important;
	content: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100% !important;
	float: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 100% !important;
	float: none !important;
}

.astroneev-account-layout {
	display: flex !important;
	gap: 40px !important;
	align-items: flex-start !important;
	width: 100% !important;
}

.astroneev-account-sidebar {
	flex: 0 0 320px !important;
	max-width: 320px !important;
	width: 320px !important;
	float: none !important;
	background: var(--wc-card-bg) !important;
	border: 1px solid var(--wc-border) !important;
	border-radius: var(--wc-radius) !important;
	padding: 24px !important;
	box-sizing: border-box !important;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
}

.woocommerce-MyAccount-navigation ul li {
	margin: 0 !important;
}

.woocommerce-MyAccount-navigation ul li a {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	height: 58px !important;
	padding: 16px 20px !important;
	border-radius: 14px !important;
	width: 100% !important;
	background: transparent !important;
	border: 1px solid transparent !important;
	color: #FFFFFF !important;
	font-family: var(--wc-font) !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	transition: all 0.25s ease !important;
	box-sizing: border-box !important;
}

.astroneev-nav-icon {
	font-size: 20px;
	flex-shrink: 0;
	color: #FFFFFF;
	transition: color 0.25s ease;
}

.astroneev-nav-label {
	white-space: nowrap;
	color: inherit;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
	background: rgba(244, 197, 66, 0.10) !important;
	border: 1px solid rgba(244, 197, 66, 0.35) !important;
	color: #F4C542 !important;
	font-weight: 500 !important;
}

.woocommerce-MyAccount-navigation ul li a:hover .astroneev-nav-icon,
.woocommerce-MyAccount-navigation ul li.is-active a .astroneev-nav-icon {
	color: #F4C542 !important;
}

.astroneev-account-content-card,
.woocommerce-account .woocommerce-MyAccount-content {
	flex: 1 !important;
	min-width: 0 !important;
	width: auto !important;
	float: none !important;
	background: var(--wc-card-bg) !important;
	border: 1px solid var(--wc-border) !important;
	border-radius: var(--wc-radius) !important;
	padding: 40px !important;
	box-sizing: border-box !important;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
}

/* ==================================================
   SINGLE HORIZONTAL ROW SHOP TOOLBAR
   ================================================== */
.astroneev-shop-toolbar {
	background: var(--wc-card-bg);
	border: 1px solid var(--wc-border);
	border-radius: var(--wc-radius);
	padding: 20px 32px;
	margin-bottom: 48px;
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

/* Aligned Result Count to Far Right */
.astroneev-shop-toolbar__result-count {
	margin-left: auto;
}

.astroneev-shop-toolbar__result-count .woocommerce-result-count {
	font-family: var(--wc-font);
	font-size: 15px;
	color: var(--wc-text-muted);
	margin: 0;
	white-space: nowrap;
}

/* Category & Sorting Dropdown Matching Styles */
.astroneev-cat-select,
.astroneev-shop-sorting select.orderby {
	background: #050505 !important;
	border: 1px solid var(--wc-border) !important;
	border-radius: 14px !important;
	color: var(--wc-white) !important;
	font-family: var(--wc-font) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	height: 50px !important;
	padding: 12px 20px !important;
	outline: none !important;
	cursor: pointer !important;
	transition: var(--wc-transition) !important;
	box-sizing: border-box !important;
}

.astroneev-cat-select:hover,
.astroneev-shop-sorting select.orderby:hover,
.astroneev-cat-select:focus,
.astroneev-shop-sorting select.orderby:focus {
	border-color: var(--wc-gold) !important;
	box-shadow: 0 0 15px rgba(244, 197, 66, 0.25) !important;
}

/* Enhanced Search Input */
.astroneev-search-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.astroneev-search-icon {
	position: absolute;
	left: 16px;
	font-size: 14px;
	color: var(--wc-gold);
	pointer-events: none;
}

.astroneev-shop-search-input {
	background: #050505 !important;
	border: 1px solid var(--wc-border) !important;
	border-radius: 14px !important;
	color: var(--wc-white) !important;
	font-family: var(--wc-font) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	height: 50px !important;
	padding: 12px 20px 12px 44px !important;
	outline: none !important;
	transition: var(--wc-transition) !important;
	width: 240px;
	box-sizing: border-box !important;
}

.astroneev-shop-search-input:hover,
.astroneev-shop-search-input:focus {
	border-color: var(--wc-gold) !important;
	box-shadow: 0 0 15px rgba(244, 197, 66, 0.25) !important;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.astroneev-shop-sorting,
form.woocommerce-ordering {
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

/* ==================================================
   PRODUCT CARDS GRID (4 PER ROW, EXACT FIT)
   ================================================== */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	display: none !important;
	content: none !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 0 60px 0 !important;
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: flex-start !important;
	gap: 13px !important;
	width: 100% !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
li.astroneev-product-card {
	flex: 0 0 calc((100% - 39px) / 4) !important;
	max-width: calc((100% - 39px) / 4) !important;
	width: calc((100% - 39px) / 4) !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	background: var(--wc-card-bg) !important;
	border: 1px solid var(--wc-border) !important;
	border-radius: 20px !important;
	padding: 15px !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	transition: var(--wc-transition) !important;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.5) !important;
	height: auto !important;
	position: relative !important;
	overflow: visible !important;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
li.astroneev-product-card:hover {
	transform: translateY(-8px) !important;
	border-color: var(--wc-gold) !important;
	box-shadow: 0 16px 45px rgba(244, 197, 66, 0.22), 0 0 25px rgba(138, 43, 226, 0.25) !important;
}

.astroneev-product-card__image-wrapper {
	position: relative;
	overflow: visible !important;
	border-radius: 16px;
	background: #08080C;
	margin-bottom: 16px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.astroneev-product-card__image-link {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
}

.astroneev-product-card__img {
	width: 100% !important;
	height: 100% !important;
	border-radius: 16px !important;
	transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.woocommerce ul.products li.product:hover .astroneev-product-card__img,
.woocommerce-page ul.products li.product:hover .astroneev-product-card__img,
li.astroneev-product-card:hover .astroneev-product-card__img {
	transform: scale(1.1) !important;
}

/* Premium Floating Sticker Circular Gold Gradient Sale Badge */
.astroneev-product-card__badge-circle {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #FFD86E 0%, #F4C542 50%, #B8860B 100%);
	color: #000000;
	font-family: var(--wc-font);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 10;
	box-shadow: 0 0 18px rgba(244, 197, 66, 0.5), 0 4px 10px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.4);
	pointer-events: none;
}

.astroneev-product-card__badge-circle .badge-line1 {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #000000;
	line-height: 1;
}

.astroneev-product-card__badge-circle .badge-line2 {
	font-size: 14px;
	font-weight: 800;
	color: #000000;
	line-height: 1.1;
}

/* Wishlist & Quick View Hover Effects & Tooltips */
.astroneev-product-card__actions {
	position: absolute;
	top: 12px;
	right: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	z-index: 2;
}

.astroneev-product-card__action-btn {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(16, 16, 24, 0.85);
	border: 1px solid var(--wc-border);
	color: var(--wc-white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
	transition: var(--wc-transition);
	text-decoration: none;
}

.astroneev-product-card__action-btn:hover {
	background: var(--wc-gold);
	color: #000000;
	border-color: var(--wc-gold);
	transform: scale(1.1);
	box-shadow: 0 0 15px rgba(244, 197, 66, 0.5);
}

.astroneev-product-card__action-btn[data-tooltip]::before {
	content: attr(data-tooltip);
	position: absolute;
	right: 48px;
	top: 50%;
	transform: translateY(-50%);
	background: #101018;
	border: 1px solid var(--wc-border);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 10px;
	border-radius: 6px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 200ms ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.astroneev-product-card__action-btn[data-tooltip]:hover::before {
	opacity: 1;
}

.astroneev-product-card__body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.astroneev-product-card__category {
	font-family: var(--wc-font);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--wc-gold);
	font-weight: 600;
	margin-bottom: 8px;
}

.astroneev-product-card__title {
	font-family: var(--wc-font);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 10px 0;
}

.astroneev-product-card__title a {
	color: var(--wc-white);
	text-decoration: none;
	transition: var(--wc-transition);
}

.astroneev-product-card__title a:hover {
	color: var(--wc-gold);
}

.astroneev-product-card__rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.star-rating {
	color: var(--wc-gold) !important;
	font-size: 15px !important;
}

.astroneev-product-card__review-count {
	font-size: 13px;
	color: var(--wc-text-muted);
}

.astroneev-product-card__price-row {
	font-family: var(--wc-font);
	margin-bottom: 12px;
}

.astroneev-product-card__price-row .price {
	color: var(--wc-gold) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}

.astroneev-product-card__price-row del {
	color: var(--wc-text-muted) !important;
	font-size: 16px !important;
	margin-right: 8px !important;
}

.astroneev-product-card__price-row ins {
	text-decoration: none !important;
	color: var(--wc-gold) !important;
}

.astroneev-product-card__delivery-badge {
	font-size: 13px;
	color: var(--wc-green);
	font-weight: 500;
	margin-bottom: 16px;
}

.astroneev-product-card__add-to-cart {
	width: 100% !important;
}

/* Shop Pagination */
.astroneev-shop-pagination {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

.woocommerce-pagination ul {
	display: flex !important;
	gap: 10px !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	height: 44px !important;
	border-radius: 12px !important;
	background: var(--wc-card-bg) !important;
	border: 1px solid var(--wc-border) !important;
	color: var(--wc-white) !important;
	font-family: var(--wc-font) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	transition: var(--wc-transition) !important;
}

.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span.current {
	background: var(--wc-gold) !important;
	color: #000000 !important;
	border-color: var(--wc-gold) !important;
}

/* ==================================================
   LUXURY SINGLE PRODUCT PAGE STYLES
   ================================================== */
.astroneev-single-product-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}

.astroneev-single-product-image-card {
	background: var(--wc-card-bg);
	border: 1px solid var(--wc-border);
	border-radius: var(--wc-radius);
	padding: 32px;
	text-align: center;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.astroneev-single-product-main-img {
	width: 100% !important;
	max-height: 480px !important;
	object-fit: contain !important;
	border-radius: 16px !important;
}

.astroneev-single-product-thumbnails-grid {
	display: flex;
	gap: 14px;
	margin-top: 20px;
}

.astroneev-thumbnail-box {
	width: 80px;
	height: 80px;
	border-radius: 14px;
	background: var(--wc-card-bg);
	border: 1px solid var(--wc-border);
	padding: 8px;
	box-sizing: border-box;
	cursor: pointer;
	transition: var(--wc-transition);
}

.astroneev-thumbnail-box:hover {
	border-color: var(--wc-gold);
}

.astroneev-thumb-img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 8px !important;
}

.astroneev-single-product-info-card {
	background: var(--wc-card-bg);
	border: 1px solid var(--wc-border);
	border-radius: var(--wc-radius);
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.astroneev-single-product-meta-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.astroneev-single-product-cat {
	font-family: var(--wc-font);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--wc-gold);
	font-weight: 600;
}

.astroneev-stock-badge {
	font-family: var(--wc-font);
	font-size: 13px;
	font-weight: 600;
	color: var(--wc-green);
	background: rgba(37, 211, 102, 0.1);
	border: 1px solid rgba(37, 211, 102, 0.3);
	padding: 4px 14px;
	border-radius: 50px;
}

.astroneev-single-product-title {
	font-family: var(--wc-font);
	font-size: 34px;
	font-weight: 700;
	color: var(--wc-white);
	line-height: 1.2;
	margin: 0 0 16px 0;
}

.astroneev-single-product-rating-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.astroneev-rating-link {
	font-size: 15px;
	color: var(--wc-gold);
	text-decoration: none;
}

.astroneev-single-product-price-row {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}

.astroneev-single-product-price-row .price {
	font-family: var(--wc-font);
	font-size: 32px !important;
	font-weight: 700 !important;
	color: var(--wc-gold) !important;
}

.astroneev-single-product-price-row del {
	color: var(--wc-text-muted) !important;
	font-size: 20px !important;
}

.astroneev-discount-tag {
	background: rgba(244, 197, 66, 0.15);
	color: var(--wc-gold);
	border: 1px solid rgba(244, 197, 66, 0.3);
	padding: 4px 12px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
}

.astroneev-single-product-short-desc {
	font-family: var(--wc-font);
	font-size: 18px;
	color: var(--wc-text-muted);
	line-height: 1.65;
	margin-bottom: 28px;
}

.astroneev-single-product-benefits-box {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--wc-border);
	border-radius: 18px;
	padding: 24px;
	margin-bottom: 32px;
}

.astroneev-benefits-title {
	font-family: var(--wc-font);
	font-size: 18px;
	font-weight: 600;
	color: var(--wc-white);
	margin: 0 0 12px 0;
}

.astroneev-benefits-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 16px;
	color: var(--wc-text-muted);
}

.astroneev-single-product-purchase-area form.cart {
	display: flex !important;
	align-items: center !important;
	gap: 16px !important;
	margin-bottom: 16px !important;
}

.astroneev-single-product-purchase-area .quantity input.qty {
	width: 80px !important;
	height: 56px !important;
	background: var(--wc-bg) !important;
	border: 1px solid var(--wc-border) !important;
	border-radius: 14px !important;
	color: var(--wc-white) !important;
	font-family: var(--wc-font) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	text-align: center !important;
	outline: none !important;
}

.astroneev-btn-whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 56px;
	padding: 0 32px;
	background: linear-gradient(135deg, #25D366 0%, #1DA851 100%);
	color: #000000;
	font-family: var(--wc-font);
	font-size: 18px;
	font-weight: 600;
	border-radius: 14px;
	text-decoration: none;
	box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
	transition: var(--wc-transition);
	width: 100%;
	box-sizing: border-box;
}

.astroneev-btn-whatsapp:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
	color: #000000;
}

.astroneev-single-product-tabs-section ul.tabs {
	display: flex !important;
	gap: 16px !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 0 24px 0 !important;
	border-bottom: 1px solid var(--wc-border) !important;
}

.astroneev-single-product-tabs-section ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
}

.astroneev-single-product-tabs-section ul.tabs li a {
	display: block !important;
	padding: 14px 28px !important;
	font-family: var(--wc-font) !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	color: var(--wc-text-muted) !important;
	text-decoration: none !important;
	border-bottom: 3px solid transparent !important;
	transition: var(--wc-transition) !important;
}

.astroneev-single-product-tabs-section ul.tabs li.active a,
.astroneev-single-product-tabs-section ul.tabs li a:hover {
	color: var(--wc-gold) !important;
	border-bottom-color: var(--wc-gold) !important;
	font-weight: 600 !important;
}

.woocommerce-Tabs-panel {
	background: var(--wc-card-bg) !important;
	border: 1px solid var(--wc-border) !important;
	border-radius: var(--wc-radius) !important;
	padding: 40px !important;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
}

.astroneev-commentlist {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 0 40px 0 !important;
}

.astroneev-commentlist li {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--wc-border);
	border-radius: 18px;
	padding: 24px;
	margin-bottom: 20px;
}

.astroneev-review-form-wrapper {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--wc-border);
	border-radius: 18px;
	padding: 32px;
}

/* CART & CHECKOUT PAGES STYLES */
.astroneev-cart-wrapper {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 32px;
	align-items: start;
}

.astroneev-cart-table-card {
	background: var(--wc-card-bg);
	border: 1px solid var(--wc-border);
	border-radius: var(--wc-radius);
	padding: 32px;
	box-sizing: border-box;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.cart_totals {
	background: var(--wc-card-bg) !important;
	border: 1px solid var(--wc-border) !important;
	border-radius: var(--wc-radius) !important;
	padding: 32px !important;
	box-sizing: border-box !important;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
}

.astroneev-wc-trust-badges {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid var(--wc-border);
	border-radius: var(--wc-radius);
	padding: 20px;
	margin-top: 24px;
	text-align: center;
}

.astroneev-wc-trust-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.astroneev-wc-trust-item span.icon {
	font-size: 24px;
	color: var(--wc-gold);
}

.astroneev-wc-trust-item span.label {
	font-size: 13px;
	color: var(--wc-text-muted);
	font-weight: 500;
}

form.checkout {
	display: grid !important;
	grid-template-columns: 1fr 480px !important;
	gap: 32px !important;
	align-items: start !important;
}

.astroneev-checkout-col-left,
.astroneev-checkout-col-right {
	background: var(--wc-card-bg);
	border: 1px solid var(--wc-border);
	border-radius: var(--wc-radius);
	padding: 36px;
	box-sizing: border-box;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.astroneev-checkout-col-right {
	position: sticky;
	top: 120px;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	li.astroneev-product-card {
		flex: 0 0 calc((100% - 13px) / 2) !important;
		max-width: calc((100% - 13px) / 2) !important;
		width: calc((100% - 13px) / 2) !important;
	}

	.astroneev-shop-toolbar {
		flex-wrap: wrap;
		gap: 16px;
	}

	.astroneev-single-product-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.astroneev-account-layout {
		flex-direction: column !important;
		gap: 32px !important;
	}

	.astroneev-account-sidebar {
		width: 100% !important;
	}

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

	.astroneev-user-summary-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.astroneev-dashboard-widgets-grid {
		grid-template-columns: 1fr !important;
	}

	.astroneev-cart-wrapper,
	form.checkout {
		grid-template-columns: 1fr !important;
	}

	.astroneev-checkout-col-right {
		position: static !important;
	}
}

@media (max-width: 767px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	ul.products {
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 18px !important;
		justify-content: center !important;
		width: 100% !important;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	ul.products > li.astroneev-product-card,
	li.astroneev-product-card {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}

	/* Mobile Shop Toolbar Glass Card */
	.astroneev-shop-toolbar {
		flex-direction: column !important;
		align-items: stretch !important;
		width: 100% !important;
		border-radius: 22px !important;
		background: var(--wc-card-bg) !important;
		border: 1px solid var(--wc-border) !important;
		box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
		padding: 18px !important;
		gap: 16px !important;
		box-sizing: border-box !important;
	}

	.astroneev-shop-cat-dropdown-wrapper,
	.astroneev-shop-search-form,
	.astroneev-search-input-wrapper,
	.astroneev-shop-sorting,
	.astroneev-shop-sorting form.woocommerce-ordering,
	.astroneev-shop-sorting select.orderby {
		width: 100% !important;
	}

	.astroneev-cat-select,
	.astroneev-shop-search-input,
	.astroneev-shop-sorting select.orderby {
		height: 54px !important;
		border-radius: 16px !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}

	/* Showing Results Count at Bottom */
	.astroneev-shop-toolbar__result-count {
		margin-left: 0 !important;
		order: 4 !important;
		text-align: center !important;
		width: 100% !important;
		margin-top: 4px !important;
	}

	.astroneev-shop-toolbar__result-count .woocommerce-result-count {
		font-size: 13px !important;
		opacity: 0.7 !important;
		color: var(--wc-text-muted) !important;
		text-align: center !important;
	}

	.astroneev-my-account-page {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.astroneev-user-welcome-card,
	.astroneev-account-content-card {
		padding: 24px !important;
	}

	.astroneev-user-welcome-header {
		flex-direction: column !important;
		text-align: center !important;
		gap: 16px !important;
	}

	.astroneev-user-summary-grid {
		grid-template-columns: 1fr !important;
	}

	.woocommerce-MyAccount-navigation ul {
		flex-direction: column !important;
	}

	.woocommerce-MyAccount-navigation ul li a {
		width: 100% !important;
	}

	/* ==================================================
	   MOBILE SINGLE PRODUCT PAGE POLISH (MAX-WIDTH: 767PX)
	   ================================================== */
	.astroneev-single-product-wrapper {
		padding-top: 10px !important;
	}

	.astroneev-breadcrumb {
		margin-bottom: 20px !important;
		font-size: 13px !important;
	}

	.astroneev-single-product-grid {
		display: flex !important;
		flex-direction: column !important;
		gap: 24px !important;
	}

	/* 1. Mobile Product Gallery */
	.astroneev-single-product-image-card {
		padding: 20px !important;
		border-radius: 22px !important;
		background: var(--wc-card-bg) !important;
		border: 1px solid var(--wc-border) !important;
		box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
		text-align: center !important;
	}

	.astroneev-single-product-main-img {
		max-height: 340px !important;
		border-radius: 16px !important;
		width: 100% !important;
		object-fit: contain !important;
	}

	.astroneev-single-product-thumbnails-grid {
		margin-top: 16px !important;
		margin-bottom: 8px !important;
		gap: 10px !important;
		justify-content: center !important;
	}

	.astroneev-thumbnail-box {
		width: 68px !important;
		height: 68px !important;
		border-radius: 12px !important;
		padding: 6px !important;
	}

	/* 2. Mobile Product Information Card */
	.astroneev-single-product-info-card {
		padding: 24px 20px !important;
		border-radius: 22px !important;
		background: var(--wc-card-bg) !important;
		border: 1px solid var(--wc-border) !important;
		box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
	}

	.astroneev-single-product-meta-header {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 10px !important;
		margin-bottom: 14px !important;
	}

	.astroneev-stock-badge {
		font-size: 12px !important;
		padding: 4px 12px !important;
	}

	/* 3. Mobile Product Typography */
	.astroneev-single-product-title {
		font-size: 26px !important;
		font-weight: 700 !important;
		line-height: 1.25 !important;
		margin-bottom: 14px !important;
	}

	.astroneev-single-product-rating-row {
		margin-bottom: 16px !important;
		flex-wrap: wrap !important;
		gap: 8px !important;
	}

	.astroneev-single-product-price-row {
		margin-bottom: 20px !important;
		flex-wrap: wrap !important;
		gap: 12px !important;
	}

	.astroneev-single-product-price-row .price {
		font-size: 28px !important;
		font-weight: 700 !important;
	}

	.astroneev-single-product-price-row del {
		font-size: 16px !important;
		opacity: 0.7 !important;
	}

	.astroneev-single-product-short-desc {
		font-size: 15px !important;
		line-height: 1.6 !important;
		margin-bottom: 24px !important;
	}

	/* 5. Mobile Quality & Certification Card */
	.astroneev-single-product-benefits-box {
		padding: 18px !important;
		border-radius: 16px !important;
		border: 1px solid rgba(244, 197, 66, 0.25) !important;
		background: rgba(255, 255, 255, 0.02) !important;
		margin-bottom: 24px !important;
	}

	.astroneev-benefits-title {
		font-size: 16px !important;
		margin-bottom: 10px !important;
	}

	.astroneev-benefits-list {
		gap: 10px !important;
		font-size: 14px !important;
	}

	/* 4. Mobile Buttons */
	.astroneev-single-product-purchase-area form.cart {
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 14px !important;
		margin-bottom: 14px !important;
	}

	.astroneev-single-product-purchase-area .quantity input.qty {
		width: 100% !important;
		height: 54px !important;
		border-radius: 14px !important;
	}

	.astroneev-single-product-purchase-area button.single_add_to_cart_button {
		width: 100% !important;
		height: 54px !important;
		border-radius: 14px !important;
		font-size: 17px !important;
		font-weight: 600 !important;
	}

	.astroneev-btn-whatsapp {
		width: 100% !important;
		height: 54px !important;
		border-radius: 14px !important;
		font-size: 17px !important;
		font-weight: 600 !important;
	}

	/* 6. Mobile Trust Badges Bar */
	.astroneev-wc-trust-badges {
		margin-top: 24px !important;
		padding: 16px 12px !important;
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 16px !important;
	}

	.astroneev-wc-trust-item span.icon {
		font-size: 22px !important;
	}

	.astroneev-wc-trust-item span.label {
		font-size: 12px !important;
	}

	/* 7. Mobile Reviews & Tabs Card */
	.astroneev-single-product-tabs-section {
		margin-top: 40px !important;
	}

	.astroneev-single-product-tabs-section ul.tabs {
		flex-wrap: wrap !important;
		gap: 8px !important;
	}

	.astroneev-single-product-tabs-section ul.tabs li a {
		padding: 10px 18px !important;
		font-size: 15px !important;
	}

	.woocommerce-Tabs-panel {
		padding: 24px 18px !important;
		border-radius: 20px !important;
	}

	.astroneev-review-form-wrapper {
		padding: 20px 16px !important;
		border-radius: 16px !important;
	}

	/* 8. Mobile Footer Spacing */
	.astroneev-single-product-related-section {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
}
