.judev-watch-shop {
	--watch-shop-outer-bg: #1a1b20;
	--watch-shop-panel-bg: #111318;
	--watch-shop-card-bg: #161920;
	--watch-shop-card-hover-bg: #1b1f27;
	--watch-shop-border: rgba(255, 255, 255, 0.08);
	--watch-shop-accent: #e0b66f;
	--watch-shop-text: #f4f4f4;
	--watch-shop-muted: #a3a9b0;
	--watch-shop-sale-bg: #ff4f66;
	--watch-shop-sale-color: #ffffff;
	--watch-shop-rating: #f7b23b;
	--watch-shop-page-bg: #151922;
	--watch-shop-page-color: #d5d8dc;
	--watch-shop-page-active-bg: #e0b66f;
	--watch-shop-page-active-color: #14161b;
	--watch-shop-featured-overlay: rgba(8, 10, 14, 0.55);
	--watch-shop-featured-text: #f5f6f8;
	--watch-shop-featured-muted: #c8cdd3;
	--watch-shop-featured-button-bg: #d7a46e;
	--watch-shop-featured-button-color: #12151a;
	--watch-shop-layout-gap: 22px;
	--watch-shop-featured-width: 34%;
	font-family: Poppins, Tajawal, "Segoe UI", sans-serif;
	background: var(--watch-shop-outer-bg);
	padding: 0;
}

body[data-watch-demo-theme="light"] .judev-watch-shop,
.judev-watch-shop[data-demo-theme="light"] {
	--watch-shop-outer-bg: #eef2f6;
	--watch-shop-panel-bg: #ffffff;
	--watch-shop-card-bg: #f8fbff;
	--watch-shop-card-hover-bg: #eef3f9;
	--watch-shop-border: rgba(16, 24, 34, 0.12);
	--watch-shop-accent: #c69350;
	--watch-shop-text: #101923;
	--watch-shop-muted: #5a6676;
	--watch-shop-sale-bg: #e54863;
	--watch-shop-sale-color: #ffffff;
	--watch-shop-rating: #d89224;
	--watch-shop-page-bg: #eaf0f6;
	--watch-shop-page-color: #314153;
	--watch-shop-page-active-bg: #c69350;
	--watch-shop-page-active-color: #ffffff;
	--watch-shop-featured-overlay: rgba(255, 255, 255, 0.35);
	--watch-shop-featured-text: #0f1a24;
	--watch-shop-featured-muted: #4f5d6f;
	--watch-shop-featured-button-bg: #101923;
	--watch-shop-featured-button-color: #ffffff;
}

body[data-watch-demo-theme="light"] .judev-watch-shop__featured-panel,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__featured-panel {
	background: linear-gradient(165deg, #f7f9fc 0%, #ebf0f6 52%, #f9fbfd 100%);
}

body[data-watch-demo-theme="light"] .judev-watch-shop--products-widget .judev-watch-shop__head,
.judev-watch-shop--products-widget[data-demo-theme="light"] .judev-watch-shop__head {
	border-bottom-color: rgba(16, 24, 34, 0.12);
}

body[data-watch-demo-theme="light"] .judev-watch-shop__toolbar,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__toolbar {
	background: rgba(16, 24, 34, 0.03);
}

body[data-watch-demo-theme="light"] .judev-watch-shop__category-item,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__category-item {
	background: rgba(16, 24, 34, 0.03);
}

body[data-watch-demo-theme="light"] .judev-watch-shop__category-item:hover,
body[data-watch-demo-theme="light"] .judev-watch-shop__category-item.is-active,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__category-item:hover,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__category-item.is-active {
	border-color: rgba(198, 147, 80, 0.5);
	background: rgba(198, 147, 80, 0.12);
}

body[data-watch-demo-theme="light"] .judev-watch-shop__category-icon,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__category-icon {
	background: rgba(16, 24, 34, 0.08);
}

body[data-watch-demo-theme="light"] .judev-watch-shop__sort-select,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__sort-select {
	background: #ffffff;
	color: #101923;
}

body[data-watch-demo-theme="light"] .judev-watch-shop__card,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__card {
	border-color: rgba(16, 24, 34, 0.1);
}

body[data-watch-demo-theme="light"] .judev-watch-shop__card:hover,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__card:hover {
	border-color: rgba(198, 147, 80, 0.35);
}

body[data-watch-demo-theme="light"] .judev-watch-shop__media,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__media {
	background: rgba(16, 24, 34, 0.03);
}

body[data-watch-demo-theme="light"] .judev-watch-shop__product-category,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__product-category {
	color: #9b6a2c;
}

body[data-watch-demo-theme="light"] .judev-watch-shop__product-price,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__product-price {
	color: #223244;
}

/* Force readable light-mode text even when Elementor style controls set dark palette colors. */
body[data-watch-demo-theme="light"] .judev-watch-shop__title,
body[data-watch-demo-theme="light"] .judev-watch-shop__product-title,
body[data-watch-demo-theme="light"] .judev-watch-shop__product-title:hover,
body[data-watch-demo-theme="light"] .judev-watch-shop__product-price,
body[data-watch-demo-theme="light"] .judev-watch-shop__results,
body[data-watch-demo-theme="light"] .judev-watch-shop__sort-label,
body[data-watch-demo-theme="light"] .judev-watch-shop__sort-select,
body[data-watch-demo-theme="light"] .judev-watch-shop__category-title,
body[data-watch-demo-theme="light"] .judev-watch-shop__pagination a,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__title,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__product-title,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__product-title:hover,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__product-price,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__results,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__sort-label,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__sort-select,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__category-title,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__pagination a {
	color: #1f3042 !important;
}

body[data-watch-demo-theme="light"] .judev-watch-shop__subtitle,
body[data-watch-demo-theme="light"] .judev-watch-shop__category-meta,
body[data-watch-demo-theme="light"] .judev-watch-shop__empty,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__subtitle,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__category-meta,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__empty {
	color: #5a6676 !important;
}

body[data-watch-demo-theme="light"] .judev-watch-shop__product-category,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__product-category {
	color: #9b6a2c !important;
}

.judev-watch-shop__inner {
	background: var(--watch-shop-panel-bg);
	border: 1px solid var(--watch-shop-border);
	border-radius: 16px;
	padding: 30px 26px;
}

.judev-watch-shop__head {
	margin-bottom: 18px;
}

.judev-watch-shop__categories-section {
	margin-bottom: 22px;
}

.judev-watch-shop--categories-widget .judev-watch-shop__categories-section {
	margin-bottom: 0;
}

.judev-watch-shop__products-section {
	min-width: 0;
}

.judev-watch-shop__products-layout {
	display: block;
}

.judev-watch-shop__products-layout.has-featured {
	display: grid;
	grid-template-columns: minmax(230px, var(--watch-shop-featured-width)) minmax(0, 1fr);
	gap: var(--watch-shop-layout-gap);
	align-items: stretch;
}

.judev-watch-shop__products-layout.is-featured-right .judev-watch-shop__featured-panel {
	order: 2;
}

.judev-watch-shop__products-main {
	min-width: 0;
}

.judev-watch-shop__featured-panel {
	position: relative;
	border: 1px solid var(--watch-shop-border);
	border-radius: 16px;
	overflow: hidden;
	background:
		linear-gradient(165deg, #0f1219 0%, #1a1f2a 54%, #11151d 100%);
	min-height: 520px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	isolation: isolate;
}

.judev-watch-shop__featured-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: var(--watch-shop-featured-overlay);
}

.judev-watch-shop__featured-copy,
.judev-watch-shop__featured-image-wrap {
	position: relative;
	z-index: 2;
}

.judev-watch-shop__featured-eyebrow {
	margin-bottom: 10px;
	color: var(--watch-shop-featured-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.judev-watch-shop__featured-title {
	margin: 0;
	color: var(--watch-shop-featured-text);
	font-size: clamp(28px, 3.4vw, 46px);
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.judev-watch-shop__featured-subtitle {
	margin: 12px 0 0;
	color: var(--watch-shop-featured-muted);
	font-size: 14px;
	line-height: 1.65;
	max-width: 30ch;
}

.judev-watch-shop__featured-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
	padding: 10px 18px;
	border-radius: 8px;
	background: var(--watch-shop-featured-button-bg);
	color: var(--watch-shop-featured-button-color);
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: transform 0.2s ease, filter 0.2s ease;
}

/* Keep featured CTA text readable even with global watches link color overrides. */
body.watches-demo-site .judev-watch-shop__featured-btn,
body.watches-demo-site .judev-watch-shop__featured-btn:visited,
body.watches-demo-site .judev-watch-shop__featured-btn:hover,
body.watches-demo-site .judev-watch-shop__featured-btn:focus {
	color: var(--watch-shop-featured-button-color) !important;
	text-decoration: none;
}

/* On mobile light mode, force readable CTA text even if Elementor sets a dark button text color variable. */
@media (max-width: 767px) {
	body[data-watch-demo-theme="light"] .judev-watch-shop,
	body.watch-demo-theme-light .judev-watch-shop,
	.judev-watch-shop[data-demo-theme="light"] {
		--watch-shop-featured-button-color: #ffffff !important;
	}

	body[data-watch-demo-theme="light"] .judev-watch-shop__featured-btn,
	body[data-watch-demo-theme="light"] .judev-watch-shop__featured-btn:visited,
	body[data-watch-demo-theme="light"] .judev-watch-shop__featured-btn:hover,
	body[data-watch-demo-theme="light"] .judev-watch-shop__featured-btn:focus,
	body.watch-demo-theme-light .judev-watch-shop__featured-btn,
	body.watch-demo-theme-light .judev-watch-shop__featured-btn:visited,
	body.watch-demo-theme-light .judev-watch-shop__featured-btn:hover,
	body.watch-demo-theme-light .judev-watch-shop__featured-btn:focus,
	.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__featured-btn,
	.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__featured-btn:visited,
	.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__featured-btn:hover,
	.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__featured-btn:focus {
		color: #ffffff !important;
	}
}

.judev-watch-shop__featured-btn:hover {
	transform: translateY(-1px);
	filter: brightness(1.06);
	color: var(--watch-shop-featured-button-color);
}

.judev-watch-shop__featured-image-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.judev-watch-shop__featured-image {
	display: block;
	width: 100%;
	max-width: 92%;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
}

.judev-watch-shop__title {
	margin: 0 0 8px;
	color: var(--watch-shop-text);
	font-size: clamp(22px, 2.3vw, 34px);
	font-weight: 700;
	letter-spacing: 0.01em;
}

.judev-watch-shop__subtitle {
	margin: 0;
	color: var(--watch-shop-muted);
	font-size: 15px;
	line-height: 1.6;
	max-width: 72ch;
}

.judev-watch-shop--products-widget .judev-watch-shop__head {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.judev-watch-shop--products-widget .judev-watch-shop__title {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.judev-watch-shop__categories {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 0;
}

.judev-watch-shop__category-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 10px;
	border: 1px solid var(--watch-shop-border);
	background: rgba(255, 255, 255, 0.02);
	color: var(--watch-shop-text);
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.judev-watch-shop__category-item:hover,
.judev-watch-shop__category-item.is-active {
	border-color: rgba(224, 182, 111, 0.45);
	background: rgba(224, 182, 111, 0.09);
	transform: translateY(-1px);
}

.judev-watch-shop__category-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.04);
	color: var(--watch-shop-accent);
	font-size: 14px;
	flex-shrink: 0;
}

.judev-watch-shop__category-icon i,
.judev-watch-shop__category-icon svg,
.judev-watch-shop__category-icon svg path,
.judev-watch-shop__category-icon svg * {
	color: currentColor !important;
	fill: currentColor !important;
	stroke: currentColor !important;
}

body[data-watch-demo-theme="dark"] .judev-watch-shop .judev-watch-shop__category-icon,
.judev-watch-shop[data-demo-theme="dark"] .judev-watch-shop__category-icon {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.08);
}

body[data-watch-demo-theme="dark"] .judev-watch-shop .judev-watch-shop__category-item:hover .judev-watch-shop__category-icon,
body[data-watch-demo-theme="dark"] .judev-watch-shop .judev-watch-shop__category-item.is-active .judev-watch-shop__category-icon,
.judev-watch-shop[data-demo-theme="dark"] .judev-watch-shop__category-item:hover .judev-watch-shop__category-icon,
.judev-watch-shop[data-demo-theme="dark"] .judev-watch-shop__category-item.is-active .judev-watch-shop__category-icon {
	color: #ffd79c !important;
	background: rgba(223, 177, 109, 0.16);
}

.judev-watch-shop__category-copy {
	min-width: 0;
	display: grid;
	gap: 4px;
}

.judev-watch-shop__category-title {
	color: var(--watch-shop-text);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.judev-watch-shop__category-meta {
	color: var(--watch-shop-muted);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.2;
}

/* Alternate categories style: outline pills. */
.judev-watch-shop--cat-style-pills .judev-watch-shop__categories {
	gap: 12px;
}

.judev-watch-shop--cat-style-pills .judev-watch-shop__category-item {
	position: relative;
	padding: 12px 18px;
	border-radius: 999px;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.18);
	gap: 10px;
}

.judev-watch-shop--cat-style-pills .judev-watch-shop__category-item:hover,
.judev-watch-shop--cat-style-pills .judev-watch-shop__category-item.is-active {
	border-color: var(--watch-shop-accent);
	background: rgba(224, 182, 111, 0.1);
	transform: none;
}

.judev-watch-shop--cat-style-pills .judev-watch-shop__category-icon {
	width: 28px;
	height: 28px;
	background: transparent;
}

.judev-watch-shop--cat-style-pills .judev-watch-shop__category-title {
	font-size: 15px;
	line-height: 1.15;
}

.judev-watch-shop--cat-style-pills .judev-watch-shop__category-meta {
	font-size: 11px;
}

body[data-watch-demo-theme="light"] .judev-watch-shop--cat-style-pills .judev-watch-shop__category-item,
.judev-watch-shop[data-demo-theme="light"].judev-watch-shop--cat-style-pills .judev-watch-shop__category-item {
	border-color: rgba(16, 24, 34, 0.2);
	background: rgba(16, 24, 34, 0.02);
}

body[data-watch-demo-theme="light"] .judev-watch-shop--cat-style-pills .judev-watch-shop__category-item:hover,
body[data-watch-demo-theme="light"] .judev-watch-shop--cat-style-pills .judev-watch-shop__category-item.is-active,
.judev-watch-shop[data-demo-theme="light"].judev-watch-shop--cat-style-pills .judev-watch-shop__category-item:hover,
.judev-watch-shop[data-demo-theme="light"].judev-watch-shop--cat-style-pills .judev-watch-shop__category-item.is-active {
	background: rgba(198, 147, 80, 0.12);
	border-color: rgba(198, 147, 80, 0.55);
}

/* New style: magazine blocks. */
.judev-watch-shop--cat-style-magazine .judev-watch-shop__categories {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.judev-watch-shop--cat-style-magazine .judev-watch-shop__category-item {
	position: relative;
	align-items: flex-start;
	gap: 14px;
	min-height: 132px;
	padding: 16px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
	overflow: hidden;
	transform: none;
}

.judev-watch-shop--cat-style-magazine .judev-watch-shop__category-item:hover,
.judev-watch-shop--cat-style-magazine .judev-watch-shop__category-item.is-active {
	border-color: rgba(224, 182, 111, 0.7);
	background: linear-gradient(135deg, rgba(224, 182, 111, 0.2), rgba(224, 182, 111, 0.04));
	transform: translateY(-2px);
}

.judev-watch-shop--cat-style-magazine .judev-watch-shop__category-index {
	position: absolute;
	inset-inline-end: 12px;
	top: 10px;
	font-size: 30px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.14);
	pointer-events: none;
}

.judev-watch-shop--cat-style-magazine .judev-watch-shop__category-media {
	width: 58px;
	height: 58px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.judev-watch-shop--cat-style-magazine .judev-watch-shop__category-thumb {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.judev-watch-shop--cat-style-magazine .judev-watch-shop__category-copy {
	padding-inline-end: 34px;
}

.judev-watch-shop--cat-style-magazine .judev-watch-shop__category-title {
	font-size: 18px;
	font-weight: 700;
	white-space: normal;
	line-height: 1.25;
}

.judev-watch-shop--cat-style-magazine .judev-watch-shop__category-meta {
	font-size: 11px;
	letter-spacing: 0.09em;
}

.judev-watch-shop--cat-style-magazine .judev-watch-shop__category-arrow {
	position: absolute;
	inset-inline-end: 12px;
	bottom: 12px;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
}

body[data-watch-demo-theme="light"] .judev-watch-shop--cat-style-magazine .judev-watch-shop__category-item,
.judev-watch-shop[data-demo-theme="light"].judev-watch-shop--cat-style-magazine .judev-watch-shop__category-item {
	border-color: rgba(16, 24, 34, 0.14);
	background: linear-gradient(135deg, rgba(16, 24, 34, 0.04), rgba(16, 24, 34, 0.01));
}

body[data-watch-demo-theme="light"] .judev-watch-shop--cat-style-magazine .judev-watch-shop__category-item:hover,
body[data-watch-demo-theme="light"] .judev-watch-shop--cat-style-magazine .judev-watch-shop__category-item.is-active,
.judev-watch-shop[data-demo-theme="light"].judev-watch-shop--cat-style-magazine .judev-watch-shop__category-item:hover,
.judev-watch-shop[data-demo-theme="light"].judev-watch-shop--cat-style-magazine .judev-watch-shop__category-item.is-active {
	border-color: rgba(198, 147, 80, 0.65);
	background: linear-gradient(135deg, rgba(198, 147, 80, 0.18), rgba(198, 147, 80, 0.06));
}

body[data-watch-demo-theme="light"] .judev-watch-shop--cat-style-magazine .judev-watch-shop__category-index,
.judev-watch-shop[data-demo-theme="light"].judev-watch-shop--cat-style-magazine .judev-watch-shop__category-index {
	color: rgba(16, 24, 34, 0.18);
}

body[data-watch-demo-theme="light"] .judev-watch-shop--cat-style-magazine .judev-watch-shop__category-arrow,
.judev-watch-shop[data-demo-theme="light"].judev-watch-shop--cat-style-magazine .judev-watch-shop__category-arrow {
	background: rgba(16, 24, 34, 0.12);
	color: #132434;
}

.judev-watch-shop__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
	border: 1px solid var(--watch-shop-border);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.02);
	margin-bottom: 18px;
}

.judev-watch-shop__results {
	color: var(--watch-shop-muted);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.judev-watch-shop__tools {
	display: flex;
	align-items: center;
	gap: 10px;
}

.judev-watch-shop__view-switch {
	display: inline-flex;
	border: 1px solid var(--watch-shop-border);
	border-radius: 8px;
	overflow: hidden;
}

.judev-watch-shop__view-btn {
	width: 36px;
	height: 34px;
	color: var(--watch-shop-muted);
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-inline-end: 1px solid var(--watch-shop-border);
}

.judev-watch-shop__view-btn:last-child {
	border-inline-end: 0;
}

.judev-watch-shop__view-btn:hover,
.judev-watch-shop__view-btn.is-active {
	color: #14161b;
	background: var(--watch-shop-accent);
}

.judev-watch-shop__sort {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.judev-watch-shop__sort-label {
	color: var(--watch-shop-muted);
	font-size: 12px;
	font-weight: 500;
}

.judev-watch-shop__sort-select {
	height: 34px;
	min-width: 170px;
	background: #101318;
	border: 1px solid var(--watch-shop-border);
	border-radius: 8px;
	color: var(--watch-shop-text);
	padding: 0 34px 0 12px;
	font-size: 13px;
	outline: none;
}

.judev-watch-shop__sort-select:focus {
	border-color: rgba(224, 182, 111, 0.55);
}

.judev-watch-shop__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.judev-watch-shop__card {
	background: var(--watch-shop-card-bg);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	padding: 14px;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.judev-watch-shop__card:hover {
	transform: translateY(-3px);
	background: var(--watch-shop-card-hover-bg);
	border-color: rgba(224, 182, 111, 0.28);
}

.judev-watch-shop__media {
	position: relative;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.02);
	overflow: hidden;
	margin-bottom: 12px;
}

.judev-watch-shop__grid.is-ratio-square .judev-watch-shop__media {
	aspect-ratio: 1 / 1;
}

.judev-watch-shop__grid.is-ratio-portrait .judev-watch-shop__media {
	aspect-ratio: 4 / 5;
}

.judev-watch-shop__grid.is-ratio-landscape .judev-watch-shop__media {
	aspect-ratio: 5 / 4;
}

.judev-watch-shop__image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 14px;
}

.judev-watch-shop__image-link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.judev-watch-shop__badge {
	position: absolute;
	top: 10px;
	inset-inline-end: 10px;
	z-index: 2;
	background: var(--watch-shop-sale-bg);
	color: var(--watch-shop-sale-color);
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.judev-watch-shop__meta {
	text-align: center;
}

.judev-watch-shop__product-category {
	display: block;
	margin-bottom: 6px;
	color: #c8aa76;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.judev-watch-shop__product-title {
	display: block;
	color: var(--watch-shop-text);
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
}

.judev-watch-shop__product-title:hover {
	color: var(--watch-shop-accent);
}

.judev-watch-shop__product-rating {
	margin-top: 7px;
	display: inline-flex;
	justify-content: center;
}

.judev-watch-shop__product-rating .star-rating {
	font-size: 12px;
}

.judev-watch-shop__product-rating .star-rating::before,
.judev-watch-shop__product-rating .star-rating span::before {
	color: var(--watch-shop-rating);
}

.judev-watch-shop__product-price {
	margin-top: 8px;
	color: #d7dbe0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.judev-watch-shop__product-price del {
	color: var(--watch-shop-muted) !important;
	opacity: 0.8;
	font-weight: 500;
	margin-inline-end: 10px;
	text-decoration: line-through !important;
	text-decoration-thickness: 1.5px;
}

.judev-watch-shop__product-price del .woocommerce-Price-amount,
.judev-watch-shop__product-price del bdi {
	color: inherit !important;
}

.judev-watch-shop__product-price ins {
	color: var(--watch-shop-text) !important;
	font-weight: 700;
	text-decoration: none !important;
}

.judev-watch-shop__product-price ins .woocommerce-Price-amount,
.judev-watch-shop__product-price ins bdi {
	color: inherit !important;
}

.judev-watch-shop__product-price del,
.judev-watch-shop__product-price ins {
	display: inline-block;
	vertical-align: baseline;
}

.judev-watch-shop__product-price .woocommerce-Price-amount,
.judev-watch-shop__product-price bdi {
	color: inherit !important;
	unicode-bidi: isolate;
}

.judev-watch-shop__product-price .woocommerce-Price-currencySymbol {
	color: inherit !important;
	opacity: 1 !important;
	font-weight: inherit;
	font-size: 0.96em;
	margin-inline-start: 0.18em;
	white-space: nowrap;
}

.judev-watch-shop__product-price ins .woocommerce-Price-currencySymbol {
	font-weight: 700;
}

body[data-watch-demo-theme="light"] .judev-watch-shop__product-price del,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__product-price del {
	color: #7a8797 !important;
	opacity: 1;
}

body[data-watch-demo-theme="light"] .judev-watch-shop__product-price ins,
.judev-watch-shop[data-demo-theme="light"] .judev-watch-shop__product-price ins {
	color: #1f3042 !important;
}

.judev-watch-shop__pagination {
	margin-top: 26px;
	display: flex;
	justify-content: center;
}

.judev-watch-shop__pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	gap: 8px;
}

.judev-watch-shop__pagination a {
	min-width: 34px;
	height: 34px;
	padding: 0 8px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color: var(--watch-shop-page-color);
	background: var(--watch-shop-page-bg);
	border: 1px solid var(--watch-shop-border);
}

.judev-watch-shop__pagination a:hover,
.judev-watch-shop__pagination a.is-current {
	background: var(--watch-shop-page-active-bg);
	color: var(--watch-shop-page-active-color);
	border-color: transparent;
}

.judev-watch-shop__empty {
	padding: 28px 14px;
	text-align: center;
	border: 1px dashed var(--watch-shop-border);
	border-radius: 10px;
	color: var(--watch-shop-muted);
}

.judev-watch-shop.is-list-view .judev-watch-shop__grid {
	grid-template-columns: 1fr !important;
}

.judev-watch-shop.is-list-view .judev-watch-shop__card {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 16px;
	align-items: center;
}

.judev-watch-shop.is-list-view .judev-watch-shop__media {
	margin-bottom: 0;
}

.judev-watch-shop.is-list-view .judev-watch-shop__meta {
	text-align: left;
}

html[dir="rtl"] .judev-watch-shop.is-list-view .judev-watch-shop__meta {
	text-align: right;
}

@media (max-width: 1200px) {
	.judev-watch-shop__products-layout.has-featured {
		grid-template-columns: minmax(220px, 40%) minmax(0, 1fr);
	}

	.judev-watch-shop__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.judev-watch-shop__head {
		text-align: center;
	}

	.judev-watch-shop__subtitle {
		margin-inline: auto;
	}

	.judev-watch-shop__products-layout.has-featured {
		grid-template-columns: 1fr;
	}

	.judev-watch-shop__featured-panel {
		min-height: 360px;
	}

	.judev-watch-shop__products-layout.hide-featured-mobile .judev-watch-shop__featured-panel {
		display: none;
	}

	.judev-watch-shop__products-layout.hide-featured-mobile.has-featured {
		display: block;
	}

	.judev-watch-shop__categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.judev-watch-shop__toolbar {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 12px;
	}

	.judev-watch-shop__tools {
		width: 100%;
		justify-content: space-between;
	}

	.judev-watch-shop__sort-select {
		min-width: 146px;
	}

	.judev-watch-shop__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.judev-watch-shop.is-list-view .judev-watch-shop__card {
		grid-template-columns: 170px 1fr;
	}
}

@media (max-width: 640px) {
	.judev-watch-shop__inner {
		padding: 20px 14px;
	}

	.judev-watch-shop__featured-panel {
		padding: 18px;
		min-height: 320px;
	}

	.judev-watch-shop__featured-title {
		font-size: clamp(22px, 9vw, 34px);
	}

	.judev-watch-shop__categories {
		grid-template-columns: 1fr;
	}

	.judev-watch-shop__category-item {
		padding: 12px 12px;
	}

	.judev-watch-shop__category-icon {
		width: 32px;
		height: 32px;
	}

	.judev-watch-shop__category-title {
		font-size: 15px;
	}

	.judev-watch-shop__grid {
		grid-template-columns: 1fr;
	}

	.judev-watch-shop__product-title {
		font-size: 17px;
	}

	.judev-watch-shop__product-price {
		font-size: 16px;
	}

	.judev-watch-shop.is-list-view .judev-watch-shop__card {
		grid-template-columns: 1fr;
	}
}
