/*
 * 糖果首頁：主容器頂邊直角、底邊圓角；捲動僅在 #page 內（綠色捲軸貼黑色區右側，非整個視窗）
 */
html:has(body.sc-candy-home) {
	background-color: #0a0a0a;
	/*
	 * 勿對根節點使用 overflow:hidden：年齡驗證彈窗為 body 直屬、position:fixed 全屏，
	 * 在 Chrome / WebKit / 部分行動版會被 html/body 的 overflow 裁切而完全看不到。
	 * 捲動與裁切已由 .sc-candy-home #page 的 overflow-y: auto + max-height 承擔。
	 */
	height: 100%;
}

body.sc-candy-home {
	background-color: #0a0a0a;
	margin: 0;
	min-height: 100%;
}

.sc-candy-home #page {
	/* 固定為視窗減外邊距，由本層捲動，捲軸落在圓角黑框內 */
	--sc-candy-page-radius: clamp(16px, 3vw, 22px);
	--sc-candy-thumb-r: max(3px, calc(var(--sc-candy-page-radius) - 3px));
	min-height: calc(100vh - 24px);
	max-height: calc(100vh - 24px);
	display: flex;
	flex-direction: column;
	margin: 12px;
	border-radius: var(--sc-candy-page-radius);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #000;
	box-sizing: border-box;
	scrollbar-color: #39ff14 #000000;
	scrollbar-width: thin;
}

.sc-candy-home #page::-webkit-scrollbar {
	width: 10px;
}

.sc-candy-home #page::-webkit-scrollbar-track {
	background: #000000;
	margin-block: 0;
}

/*
 * 滑塊右側底角與 #page 底弧對齊；頂邊直角與頁面頂對齊。左側略圓避免直角割裂；邊框同色讓綠條略縮入內。
 */
.sc-candy-home #page::-webkit-scrollbar-thumb {
	background-color: #39ff14;
	background-clip: padding-box;
	border: 2px solid #000000;
	border-radius: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: var(--sc-candy-thumb-r);
}

.sc-candy-home #page::-webkit-scrollbar-thumb:hover {
	background-color: #5dff5d;
}

.sc-candy-home .site-main {
	flex: 1 1 auto;
	min-height: 0;
}

@media (max-width: 767px) {
	.sc-candy-home #page {
		margin: 8px;
		min-height: calc(100vh - 16px);
		max-height: calc(100vh - 16px);
		/* 手機版小圓弧；捲軸滑塊共用此變數以對齊圓角 */
		--sc-candy-page-radius: 14px;
		--sc-candy-thumb-r: max(3px, calc(var(--sc-candy-page-radius) - 3px));
		border-radius: var(--sc-candy-page-radius);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.sc-candy-home #page::-webkit-scrollbar {
		width: 6px;
	}

	.sc-candy-home #page::-webkit-scrollbar-track {
		margin-block: 0;
	}

	.sc-candy-home #page::-webkit-scrollbar-thumb {
		border-width: 1px;
		border-top-left-radius: 1px;
		border-bottom-left-radius: 1px;
	}

	/* 商品卡：壓低圖區高度（覆寫 post-3753 手機 180px）；圖標仍 64px 置中 */
	.wm-tag-product-card .elementor-3753 .elementor-element-991d333 {
		--min-height: 132px !important;
	}

	.wm-tag-product-card .elementor-3753 .elementor-element-8aec374 img {
		height: 132px;
		object-fit: cover;
	}

	.wm-tag-product-card .elementor-element-119c135 {
		--padding-top: 0.35rem !important;
		--padding-bottom: 0.35rem !important;
		--padding-left: 0.35rem !important;
		--padding-right: 0.35rem !important;
	}

	.wm-tag-products-grid {
		gap: 0.65rem;
	}
}

/* Product shortcode grids (from mirror inline styles; generic class). */
.wm-tag-products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	align-items: stretch;
}

.wm-tag-product-card {
	position: relative;
	min-width: 0;
	cursor: pointer;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.wm-tag-product-card > .elementor.elementor-3753 {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	width: 100%;
}

.wm-tag-product-card .elementor-element-119c135.e-con {
	flex: 1 1 auto;
	flex-direction: column !important;
	align-items: stretch !important;
	min-height: 0;
}

.wm-tag-product-card .elementor-element-01a0907 {
	margin-top: auto;
	width: 100%;
}

.wm-tag-product-card .elementor-element-01a0907 .elementor-widget-container {
	width: 100%;
}

/* 首頁商品卡：圖區角標貼在圖框左上角（含淚推薦 / 庫存告急） */
.wm-tag-product-card .elementor-3753 .elementor-element-991d333 {
	position: relative;
	overflow: visible !important;
}

.wm-tag-product-card .elementor-element-991d333 .recommond-product-image,
.wm-tag-product-card .elementor-element-991d333 .recommond-product-image .elementor-widget-container {
	position: relative;
	width: 100%;
	overflow: visible !important;
}

.wm-tag-product-card .elementor-element-991d333 .recommond-product-image .wm-candy-home-product-icon {
	position: relative;
	z-index: 0;
}

.wm-tag-product-card .elementor-element-991d333 .recommond-product-image .wm-candy-card-badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 700;
	line-height: 1.15;
	pointer-events: none;
	white-space: nowrap;
	box-sizing: border-box;
}

.wm-candy-card-badge--featured {
	background: #ff00ff;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 0.22rem 0.5rem;
	font-size: 0.68rem;
	letter-spacing: 0.02em;
	transform: rotate(-10deg);
	transform-origin: 0 0;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}

.wm-candy-card-badge--low-stock {
	background: #facc15;
	color: #000000;
	padding: 0.25rem 0.5rem;
	font-size: 0.72rem;
	transform: none;
}

/*
 * 首頁商品卡：加入魚塘 — 預設黑底綠框綠字（圖二）
 * 覆寫 Elementor 3753 預設綠底；僅 .is-added（用戶本頁點擊）才進入點擊後樣式
 */
#sales .wm-tag-product-card .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn,
#sales .wm-tag-product-card .elementor-3753 .elementor-element.elementor-element-01a0907 a.elementor-button {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0.65rem 1rem !important;
	min-height: 2.5rem;
	line-height: 1.25rem;
	text-align: center;
	font-family: "Noto Sans TC", sans-serif !important;
	font-weight: 900 !important;
	background-color: #000000 !important;
	background-image: none !important;
	color: #39ff14 !important;
	fill: #39ff14 !important;
	border: 2px solid #39ff14 !important;
	transition: background-color 0.2s ease, color 0.2s ease, fill 0.2s ease, border-color 0.2s ease;
}

#sales .wm-tag-product-card .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn:not(.is-added) .elementor-button-text,
#sales .wm-tag-product-card .elementor-3753 .elementor-element.elementor-element-01a0907 a.elementor-button:not(.is-added) .elementor-button-text {
	color: #39ff14 !important;
}

#sales .wm-tag-product-card .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn .elementor-button-content-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#sales .wm-tag-product-card .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn:not(.is-added):hover,
#sales .wm-tag-product-card .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn:not(.is-added):focus,
#sales .wm-tag-product-card .elementor-3753 .elementor-element.elementor-element-01a0907 a.elementor-button:not(.is-added):hover,
#sales .wm-tag-product-card .elementor-3753 .elementor-element.elementor-element-01a0907 a.elementor-button:not(.is-added):focus {
	background-color: #000000 !important;
	color: #39ff14 !important;
	fill: #39ff14 !important;
	border-color: #39ff14 !important;
}

#sales .wm-tag-product-card .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn:not(.is-added):hover .elementor-button-text,
#sales .wm-tag-product-card .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn:not(.is-added):focus .elementor-button-text {
	color: #39ff14 !important;
}

/* 推薦商品點擊後：白底綠框黑字 */
#sales .wm-tag-product-card.is-featured .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn.is-added {
	display: block !important;
	width: 100% !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background-color: #ffffff !important;
	color: #000000 !important;
	fill: #000000 !important;
	border: 2px solid #39ff14 !important;
}

#sales .wm-tag-product-card.is-featured .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn.is-added .elementor-button-text {
	color: #000000 !important;
}

#sales .wm-tag-product-card.is-featured .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn.is-added:hover,
#sales .wm-tag-product-card.is-featured .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn.is-added:focus {
	background-color: #ffffff !important;
	color: #000000 !important;
	fill: #000000 !important;
}

/* 其他商品（含庫存告急）點擊後：綠底黑字 */
#sales .wm-tag-product-card:not(.is-featured) .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn.is-added {
	display: block !important;
	width: 100% !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background-color: #39ff14 !important;
	color: #000000 !important;
	fill: #000000 !important;
	border: 2px solid #39ff14 !important;
}

#sales .wm-tag-product-card:not(.is-featured) .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn.is-added .elementor-button-text {
	color: #000000 !important;
}

#sales .wm-tag-product-card:not(.is-featured) .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn.is-added:hover,
#sales .wm-tag-product-card:not(.is-featured) .elementor-3753 .elementor-element.elementor-element-01a0907 .elementor-button.wm-candy-cart-btn.is-added:focus {
	background-color: #39ff14 !important;
	color: #000000 !important;
	fill: #000000 !important;
}

/* 舔狗產品圖標.html：w-16 h-16 = 64px（僅圖標；圖區背景維持原正方形） */
:root {
	--wm-candy-product-icon-size: 4rem;
}

.wm-candy-home-product-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--wm-candy-product-icon-size);
	height: var(--wm-candy-product-icon-size);
	max-width: var(--wm-candy-product-icon-size);
	max-height: var(--wm-candy-product-icon-size);
	flex: 0 0 auto;
	box-sizing: border-box;
}

.wm-candy-home-product-icon__svg {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

/* 首頁：正方形圖區內置中 64px 圖標 */
.wm-tag-product-card .elementor-3753 .elementor-element-991d333 {
	align-items: center !important;
	justify-content: center !important;
}

.wm-tag-product-card .elementor-element-8aec374.recommond-product-image,
.wm-tag-product-card .elementor-element-8aec374.recommond-product-image .elementor-widget-container {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
	height: 100%;
	min-height: 0;
	box-sizing: border-box;
}

.wm-tag-product-card .elementor-element-8aec374 .wm-candy-home-product-icon {
	margin-left: auto;
	margin-right: auto;
}

.elementor-3681 .elementor-element-58e9ce9 .shop-page-card-img .wm-candy-home-product-icon__svg {
	transition: transform 0.35s ease;
}

.elementor-3681 .elementor-element-58e9ce9:hover .shop-page-card-img .wm-candy-home-product-icon__svg {
	transform: scale(1.05);
}

/* /shop/ 鏡像卡：圖片區背景層次（漸層 + 內陰影 + 微邊光） */
.elementor-3681 .elementor-element-364d25e {
	position: relative;
	overflow: visible !important;
}

.elementor-3681 .elementor-element-e554d8d.shop-page-card-img {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: relative;
	isolation: isolate;
	overflow: visible;
	background:
		radial-gradient(ellipse 90% 60% at 50% 12%, rgba(57, 255, 20, 0.085), transparent 58%),
		linear-gradient(168deg, #262626 0%, #151515 38%, #1c1c1c 100%);
	border: 1px solid rgba(57, 255, 20, 0.14);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.055),
		inset 0 -22px 48px rgba(0, 0, 0, 0.52),
		0 0 0 1px rgba(0, 0, 0, 0.4);
}

.elementor-3681 .elementor-element-e554d8d.shop-page-card-img::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
	background: radial-gradient(circle at 72% 88%, transparent 40%, rgba(0, 0, 0, 0.28) 100%);
}

.elementor-3681 .elementor-element-e554d8d.shop-page-card-img .wm-candy-home-product-icon {
	position: relative;
	z-index: 2;
}

/* /shop/ 鏡像卡：圖區角標（左上熱銷/特價，右上庫存/補貨） */
.elementor-3681 .shop-page-card-img .wm-candy-card-badge {
	position: absolute;
	z-index: 6;
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 700;
	line-height: 1.15;
	pointer-events: none;
	white-space: nowrap;
	box-sizing: border-box;
}

.elementor-3681 .shop-page-card-img .wm-candy-card-badge--shop-tl {
	top: -0.15rem;
	left: -0.15rem;
	right: auto;
	transform-origin: 0 0;
}

.elementor-3681 .shop-page-card-img .wm-candy-card-badge--shop-tr {
	top: 0;
	right: 0;
	left: auto;
	transform: none;
	transform-origin: top right;
}

.elementor-3681 .shop-page-card-img .wm-candy-card-badge--bestseller {
	background: #ff00ff;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 0.22rem 0.5rem;
	font-size: 0.68rem;
	letter-spacing: 0.02em;
	transform: rotate(-8deg);
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}

.elementor-3681 .shop-page-card-img .wm-candy-card-badge--low-stock {
	background: #facc15;
	color: #000000;
	padding: 0.25rem 0.5rem;
	font-size: 0.72rem;
}

.elementor-3681 .shop-page-card-img .wm-candy-card-badge--sale-pill {
	background: #ff00ff;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 0.22rem 0.5rem;
	font-size: 0.68rem;
	letter-spacing: 0.02em;
	transform: rotate(-8deg);
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}

.wm-tag-product-card a {
	text-decoration: none;
}

.wm-tag-product-card .recommond-product-name,
.wm-tag-product-card .recommond-product-name .elementor-heading-title,
.wm-tag-product-card .recommond-product-name h1,
.wm-tag-product-card .recommond-product-name h2,
.wm-tag-product-card .recommond-product-name h3,
.wm-tag-product-card .recommond-product-name h4,
.wm-tag-product-card .recommond-product-name h5,
.wm-tag-product-card .recommond-product-name h6 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
	display: block;
	width: 100%;
}

/* 首頁商品卡：品名 > 金額（層次感） */
.wm-tag-product-card .recommond-product-name .elementor-heading-title {
	font-size: 1.25rem !important;
	font-weight: 900 !important;
	line-height: 1.35 !important;
	color: #ffffff !important;
}

.wm-tag-product-card .recommond-product-currentprrice,
.wm-tag-product-card .recommond-product-currentprrice p,
.wm-tag-product-card .elementor-element-5d53eb7,
.wm-tag-product-card .elementor-element-5d53eb7 p {
	font-size: 0.9375rem !important;
	font-weight: 700 !important;
	line-height: 1.25rem !important;
}

.wm-tag-product-card .recommond-product-oginalprice,
.wm-tag-product-card .recommond-product-oginalprice p,
.wm-tag-product-card .elementor-element-a63845a,
.wm-tag-product-card .elementor-element-a63845a p {
	font-size: 0.75rem !important;
	font-weight: 400 !important;
	line-height: 1.125rem !important;
}

/* /shop/ 商品卡：品名 > 金額 */
.elementor-3681 .shop-page-card-name .elementor-heading-title {
	font-size: 1.25rem !important;
	font-weight: 900 !important;
	line-height: 1.35 !important;
	color: #ffffff !important;
}

.elementor-3681 .shop-page-card-price,
.elementor-3681 .shop-page-card-price p,
.elementor-3681 .elementor-element-998cee7,
.elementor-3681 .elementor-element-998cee7 p {
	font-size: 0.875rem !important;
	font-weight: 700 !important;
	line-height: 1.25rem !important;
}

@media (max-width: 1024px) {
	.wm-tag-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Footer — parity with exported Elementor post 383 (post-383.css) */
.simpdog-candy-mirror-footer {
	margin-top: auto;
	position: relative;
	z-index: 10;
	font-family: "Noto Sans TC", sans-serif;
	background: #000000;
	border-top: 4px solid #333333;
	color: #fff;
}

/* Brand pond (front page) — 砖块略缩小：一屏更多、仍可横向滑动 */
.home-page-brand-repeater-container .wm-brand-grid {
	/*
	 * 1) 只保留底部横向滚动，不要出现独立“上浮”的滚动条
	 * 2) 给底部滚动条预留空间，避免压到品牌小字
	 */
	overflow-y: hidden !important;
	padding-bottom: 18px !important; /* 预留滚动条高度与文字安全距离 */
	box-sizing: border-box;
	scrollbar-color: #39ff14 #000000; /* Firefox */
	scrollbar-width: thin; /* Firefox */
}

.home-page-brand-repeater-container .wm-brand-grid::-webkit-scrollbar {
	height: 10px; /* Chrome/Safari/Edge */
}

.home-page-brand-repeater-container .wm-brand-grid::-webkit-scrollbar-track {
	background: #000000;
	border-radius: 9999px;
}

.home-page-brand-repeater-container .wm-brand-grid::-webkit-scrollbar-thumb {
	background: #39ff14;
	border-radius: 9999px;
	border: 2px solid #000000; /* 让绿条缩进一点，更像参考页 */
}

.home-page-brand-repeater-container .wm-brand-grid::-webkit-scrollbar-thumb:hover {
	background: #5dff5d;
}

.elementor-3549 .elementor-element.elementor-element-9a7864a {
	--sc-brand-pond-item-w: 72px;
	--width: 72px !important;
	width: 72px !important;
}

.elementor-3549 .elementor-element.elementor-element-00d7aed {
	width: 72px !important;
	min-height: 72px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.wm-brand-tile {
	width: 72px !important;
	height: 72px !important;
}

.elementor-3549 .elementor-element.elementor-element-b00b456 {
	font-size: 0.85rem !important;
	line-height: 0.95rem !important;
}

.elementor-3549 .elementor-element.elementor-element-e8d04a8 {
	font-size: 0.7rem !important;
	line-height: 0.85rem !important;
	font-weight: 500 !important;
	color: #9ca3af !important;
}

/* 避免默认 p 外边距在 overflow 裁切下被吃掉，导致“小字消失” */
.elementor-3549 .elementor-element.elementor-element-e8d04a8 p {
	margin: 0 !important;
}

.simpdog-candy-mirror-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 0;
	padding: 2rem 1rem;
	box-sizing: border-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.simpdog-candy-mirror-footer__nav {
	width: 100%;
	text-align: center;
	margin-bottom: 0.25rem;
}

.simpdog-candy-mirror-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0 24px;
	row-gap: 0.5rem;
}

.simpdog-candy-mirror-footer__item {
	margin: 0;
	padding: 0;
}

.simpdog-candy-mirror-footer__link {
	display: inline-block;
	padding: 15px 0;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1rem;
	/* 與 Elementor footer（post-383）一致：主色螢光綠 */
	color: var(--e-global-color-primary, #39ff14);
	text-decoration: none;
	transition: color 0.15s ease;
}

.simpdog-candy-mirror-footer__link:hover,
.simpdog-candy-mirror-footer__link:focus {
	color: var(--e-global-color-text, #ffffff);
	text-decoration: none;
}

.simpdog-candy-mirror-footer__copy {
	margin: 0 0 0.5rem;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
	color: #6b7280;
	text-align: center;
}

.simpdog-candy-mirror-footer__tagline {
	margin: 0;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1rem;
	/* post-383 為 #374151；黑底上改為較淺灰以維持可讀與層次 */
	color: #9ca3af;
	text-align: center;
}

@media (max-width: 767px) {
	.simpdog-candy-mirror-footer__menu {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: center;
		gap: 0;
		width: 100%;
	}

	/* 對齊導出頁 post-383：頁尾連結 1rem / 700（先前 clamp 上限低於 1rem 顯得過小） */
	.simpdog-candy-mirror-footer__link {
		padding: 10px 2px;
		font-size: clamp(0.875rem, 3.2vw, 1rem);
		font-weight: 700;
		line-height: 1.15rem;
		white-space: nowrap;
	}
}

.elementor-29 .wm-menu-icon .elementor-icon,
.elementor-29 .wm-menu-icon button.elementor-icon {
	cursor: pointer;
}

/* 首页：新歡/備胎/前任 + 新增分类 — 3 列网格、扁平方块、不横滑（高度对齐参考页胶囊条） */
#sales .elementor-element-d835f03{
	--n-tabs-title-padding-top: 9px;
	--n-tabs-title-padding-bottom: 9px;
	--n-tabs-title-padding-left: 10px;
	--n-tabs-title-padding-right: 10px;
	--n-tabs-title-font-size: 0.92rem;
	--n-tabs-title-height: auto;
}

#sales .elementor-element-d835f03 .e-n-tabs-heading{
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0.35rem !important;
	justify-content: stretch !important;
	align-items: stretch !important;
	flex-wrap: wrap !important;
	overflow: visible !important;
	padding-bottom: 0;
}

#sales .elementor-element-d835f03 .e-n-tab-title{
	flex: none !important;
	width: 100% !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	border-radius: 0 !important;
	padding-block-start: 9px !important;
	padding-block-end: 9px !important;
	padding-inline-start: 10px !important;
	padding-inline-end: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
}

#sales .elementor-element-d835f03 .e-n-tab-title-text{
	font-size: 0.92rem !important;
	line-height: 1.1rem !important;
	white-space: nowrap !important;
	text-align: center !important;
}

@media (max-width: 767px) {
	#sales .elementor-element-d835f03 .e-n-tabs-heading{
		gap: 0.3rem !important;
	}
	#sales .elementor-element-d835f03 .e-n-tab-title{
		padding-block-start: 9px !important;
		padding-block-end: 9px !important;
		padding-inline-start: 8px !important;
		padding-inline-end: 8px !important;
	}
	#sales .elementor-element-d835f03 .e-n-tab-title-text{
		font-size: 0.9rem !important;
	}
}
