body.watches-demo {
	background: transparent;
}

body.watches-demo-no-header #page > header,
body.watches-demo-no-header #mobilemenu,
body.watches-demo-no-header .top-head-wrap {
	display: none !important;
}

body.watches-demo .site-content,
body.watches-demo .content-area {
	padding-top: 0 !important;
}

/* Hide theme footer only on watch demo pages */
body.watches-demo .widget-sections-footer,
body.watches-demo #page > footer {
	display: none !important;
}

/* Watches demo site-wide dark/light palette (scoped to watches only). */
body.watches-demo-site {
	--watch-site-page-bg: #0b151c;
	--watch-site-page-text: #e9f0f6;
	--watch-site-muted: #aebdcb;
	--watch-site-link: #ffffff;
	--watch-site-accent: #ffffff;
	--watch-site-topbar-bg: #0f2230;
	--watch-site-topbar-text: #e9f0f6;
	--watch-site-header-bg: #0d1b26;
	--watch-site-header-text: #f1f6fb;
	--watch-site-header-border: rgba(255, 255, 255, 0.12);
	--watch-site-header-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
	--watch-site-control-bg: #172838;
	--watch-site-control-text: #edf4fb;
	--watch-site-control-border: rgba(255, 255, 255, 0.16);
	--watch-site-footer-bg: #0d1b26;
	--watch-site-footer-text: #d8e3ee;
}

html[data-watch-demo-theme="light"] body.watches-demo-site,
body.watches-demo-site[data-watch-demo-theme="light"],
body.watches-demo-site.watch-demo-theme-light {
	--watch-site-page-bg: #eaf0f6;
	--watch-site-page-text: #162534;
	--watch-site-muted: #4f6074;
	--watch-site-link: #111111;
	--watch-site-accent: #111111;
	--watch-site-topbar-bg: #304ea8;
	--watch-site-topbar-text: #ffffff;
	--watch-site-header-bg: #ffffff;
	--watch-site-header-text: #1b2a39;
	--watch-site-header-border: rgba(16, 24, 34, 0.1);
	--watch-site-header-shadow: 0 1px 11px rgba(0, 0, 0, 0.15);
	--watch-site-control-bg: #f7f8f8;
	--watch-site-control-text: #4c4c4c;
	--watch-site-control-border: rgba(16, 24, 34, 0.14);
	--watch-site-footer-bg: #ffffff;
	--watch-site-footer-text: #1b2a39;
}

body.watches-demo-site {
	background: var(--watch-site-page-bg);
	color: var(--watch-site-page-text);
}

body.watches-demo-site .main,
body.watches-demo-site .site-content,
body.watches-demo-site .content-area {
	background: var(--watch-site-page-bg);
	color: var(--watch-site-page-text);
}

body.watches-demo-site a {
	color: var(--watch-site-link);
}

body.watches-demo-site a:hover,
body.watches-demo-site a:focus {
	color: var(--watch-site-accent);
}

html[data-watch-demo-theme="dark"] body.watches-demo-site a,
body.watches-demo-site[data-watch-demo-theme="dark"] a,
body.watches-demo-site.watch-demo-theme-dark a {
	color: #ffffff !important;
}

html[data-watch-demo-theme="dark"] body.watches-demo-site a:hover,
html[data-watch-demo-theme="dark"] body.watches-demo-site a:focus,
body.watches-demo-site[data-watch-demo-theme="dark"] a:hover,
body.watches-demo-site[data-watch-demo-theme="dark"] a:focus,
body.watches-demo-site.watch-demo-theme-dark a:hover,
body.watches-demo-site.watch-demo-theme-dark a:focus {
	color: #ffffff !important;
}

/* Woo catalog readability in watches dark mode (white cards/toolbars). */
html[data-watch-demo-theme="dark"] body.watches-demo-site .shop-actions,
body.watches-demo-site[data-watch-demo-theme="dark"] .shop-actions,
body.watches-demo-site.watch-demo-theme-dark .shop-actions {
	background: #f6f9fc !important;
	border: 1px solid rgba(16, 28, 40, 0.12);
}

html[data-watch-demo-theme="dark"] body.watches-demo-site .shop-actions,
html[data-watch-demo-theme="dark"] body.watches-demo-site .shop-actions *,
body.watches-demo-site[data-watch-demo-theme="dark"] .shop-actions,
body.watches-demo-site[data-watch-demo-theme="dark"] .shop-actions *,
body.watches-demo-site.watch-demo-theme-dark .shop-actions,
body.watches-demo-site.watch-demo-theme-dark .shop-actions * {
	color: #1b2a39 !important;
}

html[data-watch-demo-theme="dark"] body.watches-demo-site .shop-actions .product-number a.product-number-active,
body.watches-demo-site[data-watch-demo-theme="dark"] .shop-actions .product-number a.product-number-active,
body.watches-demo-site.watch-demo-theme-dark .shop-actions .product-number a.product-number-active {
	color: #453ec1 !important;
}

html[data-watch-demo-theme="dark"] body.watches-demo-site .row-items [class*="col-"],
html[data-watch-demo-theme="dark"] body.watches-demo-site .thanks-products [class*="col-"],
body.watches-demo-site[data-watch-demo-theme="dark"] .row-items [class*="col-"],
body.watches-demo-site[data-watch-demo-theme="dark"] .thanks-products [class*="col-"],
body.watches-demo-site.watch-demo-theme-dark .row-items [class*="col-"],
body.watches-demo-site.watch-demo-theme-dark .thanks-products [class*="col-"] {
	background-color: #ffffff !important;
	border-color: rgba(16, 28, 40, 0.12) !important;
}

html[data-watch-demo-theme="dark"] body.watches-demo-site .item-content,
body.watches-demo-site[data-watch-demo-theme="dark"] .item-content,
body.watches-demo-site.watch-demo-theme-dark .item-content {
	background-color: #ffffff !important;
	color: #1b2a39 !important;
}

html[data-watch-demo-theme="dark"] body.watches-demo-site .item-title,
html[data-watch-demo-theme="dark"] body.watches-demo-site .item-title a,
html[data-watch-demo-theme="dark"] body.watches-demo-site .item-meta,
html[data-watch-demo-theme="dark"] body.watches-demo-site .item-meta a,
body.watches-demo-site[data-watch-demo-theme="dark"] .item-title,
body.watches-demo-site[data-watch-demo-theme="dark"] .item-title a,
body.watches-demo-site[data-watch-demo-theme="dark"] .item-meta,
body.watches-demo-site[data-watch-demo-theme="dark"] .item-meta a,
body.watches-demo-site.watch-demo-theme-dark .item-title,
body.watches-demo-site.watch-demo-theme-dark .item-title a,
body.watches-demo-site.watch-demo-theme-dark .item-meta,
body.watches-demo-site.watch-demo-theme-dark .item-meta a {
	color: #1b2a39 !important;
}

html[data-watch-demo-theme="dark"] body.watches-demo-site .item .price del,
body.watches-demo-site[data-watch-demo-theme="dark"] .item .price del,
body.watches-demo-site.watch-demo-theme-dark .item .price del {
	color: #8b95a3 !important;
}

/* Shop/archive page title readability in watches dark mode. */
html[data-watch-demo-theme="dark"] body.watches-demo-site.woocommerce-shop .section-title,
html[data-watch-demo-theme="dark"] body.watches-demo-site.woocommerce-shop .section-title > a,
html[data-watch-demo-theme="dark"] body.watches-demo-site.post-type-archive-product .section-title,
html[data-watch-demo-theme="dark"] body.watches-demo-site.post-type-archive-product .section-title > a,
html[data-watch-demo-theme="dark"] body.watches-demo-site.tax-product_cat .section-title,
html[data-watch-demo-theme="dark"] body.watches-demo-site.tax-product_cat .section-title > a,
html[data-watch-demo-theme="dark"] body.watches-demo-site.tax-product_tag .section-title,
html[data-watch-demo-theme="dark"] body.watches-demo-site.tax-product_tag .section-title > a,
body.watches-demo-site[data-watch-demo-theme="dark"].woocommerce-shop .section-title,
body.watches-demo-site[data-watch-demo-theme="dark"].woocommerce-shop .section-title > a,
body.watches-demo-site[data-watch-demo-theme="dark"].post-type-archive-product .section-title,
body.watches-demo-site[data-watch-demo-theme="dark"].post-type-archive-product .section-title > a,
body.watches-demo-site[data-watch-demo-theme="dark"].tax-product_cat .section-title,
body.watches-demo-site[data-watch-demo-theme="dark"].tax-product_cat .section-title > a,
body.watches-demo-site[data-watch-demo-theme="dark"].tax-product_tag .section-title,
body.watches-demo-site[data-watch-demo-theme="dark"].tax-product_tag .section-title > a,
body.watches-demo-site.watch-demo-theme-dark.woocommerce-shop .section-title,
body.watches-demo-site.watch-demo-theme-dark.woocommerce-shop .section-title > a,
body.watches-demo-site.watch-demo-theme-dark.post-type-archive-product .section-title,
body.watches-demo-site.watch-demo-theme-dark.post-type-archive-product .section-title > a,
body.watches-demo-site.watch-demo-theme-dark.tax-product_cat .section-title,
body.watches-demo-site.watch-demo-theme-dark.tax-product_cat .section-title > a,
body.watches-demo-site.watch-demo-theme-dark.tax-product_tag .section-title,
body.watches-demo-site.watch-demo-theme-dark.tax-product_tag .section-title > a {
	color: #ffffff !important;
}

/* Keep loop product titles readable on white cards in dark mode (single-product related/upsells). */
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .related.products .item-title,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .related.products .item-title a,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .upsells.products .item-title,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .upsells.products .item-title a,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .up-sells.products .item-title,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .up-sells.products .item-title a,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .related.products .item-title,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .related.products .item-title a,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .upsells.products .item-title,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .upsells.products .item-title a,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .up-sells.products .item-title,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .up-sells.products .item-title a,
body.watches-demo-site.watch-demo-theme-dark.single-product .related.products .item-title,
body.watches-demo-site.watch-demo-theme-dark.single-product .related.products .item-title a,
body.watches-demo-site.watch-demo-theme-dark.single-product .upsells.products .item-title,
body.watches-demo-site.watch-demo-theme-dark.single-product .upsells.products .item-title a,
body.watches-demo-site.watch-demo-theme-dark.single-product .up-sells.products .item-title,
body.watches-demo-site.watch-demo-theme-dark.single-product .up-sells.products .item-title a {
	color: #101c28 !important;
}

html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .item-product .item-title,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .item-product .item-title a,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .item-product .item-title,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .item-product .item-title a,
body.watches-demo-site.watch-demo-theme-dark.single-product .item-product .item-title,
body.watches-demo-site.watch-demo-theme-dark.single-product .item-product .item-title a {
	color: #101c28 !important;
}

html[data-watch-demo-theme="light"] body.watches-demo-site a,
body.watches-demo-site[data-watch-demo-theme="light"] a,
body.watches-demo-site.watch-demo-theme-light a {
	color: #111111 !important;
}

html[data-watch-demo-theme="light"] body.watches-demo-site a:hover,
html[data-watch-demo-theme="light"] body.watches-demo-site a:focus,
body.watches-demo-site[data-watch-demo-theme="light"] a:hover,
body.watches-demo-site[data-watch-demo-theme="light"] a:focus,
body.watches-demo-site.watch-demo-theme-light a:hover,
body.watches-demo-site.watch-demo-theme-light a:focus {
	color: #111111 !important;
}

/* Keep CTA text white on product card buttons in watches light mode. */
html[data-watch-demo-theme="light"] body.watches-demo-site .item-product .button,
html[data-watch-demo-theme="light"] body.watches-demo-site .item-product .button:visited,
html[data-watch-demo-theme="light"] body.watches-demo-site .item-product .button:hover,
html[data-watch-demo-theme="light"] body.watches-demo-site .item-product .button:focus,
html[data-watch-demo-theme="light"] body.watches-demo-site .item-product .added_to_cart,
html[data-watch-demo-theme="light"] body.watches-demo-site .item-product .added_to_cart:visited,
html[data-watch-demo-theme="light"] body.watches-demo-site .item-product .added_to_cart:hover,
html[data-watch-demo-theme="light"] body.watches-demo-site .item-product .added_to_cart:focus,
body.watches-demo-site[data-watch-demo-theme="light"] .item-product .button,
body.watches-demo-site[data-watch-demo-theme="light"] .item-product .button:visited,
body.watches-demo-site[data-watch-demo-theme="light"] .item-product .button:hover,
body.watches-demo-site[data-watch-demo-theme="light"] .item-product .button:focus,
body.watches-demo-site[data-watch-demo-theme="light"] .item-product .added_to_cart,
body.watches-demo-site[data-watch-demo-theme="light"] .item-product .added_to_cart:visited,
body.watches-demo-site[data-watch-demo-theme="light"] .item-product .added_to_cart:hover,
body.watches-demo-site[data-watch-demo-theme="light"] .item-product .added_to_cart:focus,
body.watches-demo-site.watch-demo-theme-light .item-product .button,
body.watches-demo-site.watch-demo-theme-light .item-product .button:visited,
body.watches-demo-site.watch-demo-theme-light .item-product .button:hover,
body.watches-demo-site.watch-demo-theme-light .item-product .button:focus,
body.watches-demo-site.watch-demo-theme-light .item-product .added_to_cart,
body.watches-demo-site.watch-demo-theme-light .item-product .added_to_cart:visited,
body.watches-demo-site.watch-demo-theme-light .item-product .added_to_cart:hover,
body.watches-demo-site.watch-demo-theme-light .item-product .added_to_cart:focus {
	color: #ffffff !important;
}

html[data-watch-demo-theme="light"] body.watches-demo-site .sticky-atc-btn a,
html[data-watch-demo-theme="light"] body.watches-demo-site .sticky-atc-btn a:visited,
html[data-watch-demo-theme="light"] body.watches-demo-site .sticky-atc-btn a:hover,
html[data-watch-demo-theme="light"] body.watches-demo-site .sticky-atc-btn a:focus,
html[data-watch-demo-theme="light"] body.watches-demo-site #nrwooconfirm,
html[data-watch-demo-theme="light"] body.watches-demo-site #formnrwooconfirm.atc-buy-button .button,
html[data-watch-demo-theme="light"] body.watches-demo-site #formnrwooconfirm.atc-buy-button input,
body.watches-demo-site[data-watch-demo-theme="light"] .sticky-atc-btn a,
body.watches-demo-site[data-watch-demo-theme="light"] .sticky-atc-btn a:visited,
body.watches-demo-site[data-watch-demo-theme="light"] .sticky-atc-btn a:hover,
body.watches-demo-site[data-watch-demo-theme="light"] .sticky-atc-btn a:focus,
body.watches-demo-site[data-watch-demo-theme="light"] #nrwooconfirm,
body.watches-demo-site[data-watch-demo-theme="light"] #formnrwooconfirm.atc-buy-button .button,
body.watches-demo-site[data-watch-demo-theme="light"] #formnrwooconfirm.atc-buy-button input,
body.watches-demo-site.watch-demo-theme-light .sticky-atc-btn a,
body.watches-demo-site.watch-demo-theme-light .sticky-atc-btn a:visited,
body.watches-demo-site.watch-demo-theme-light .sticky-atc-btn a:hover,
body.watches-demo-site.watch-demo-theme-light .sticky-atc-btn a:focus,
body.watches-demo-site.watch-demo-theme-light #nrwooconfirm,
body.watches-demo-site.watch-demo-theme-light #formnrwooconfirm.atc-buy-button .button,
body.watches-demo-site.watch-demo-theme-light #formnrwooconfirm.atc-buy-button input {
	color: #ffffff !important;
}

/* Keep WordPress admin toolbar visuals untouched by watches light/dark mode. */
body.watches-demo-site #wpadminbar {
	background: #1d2327 !important;
}

body.watches-demo-site #wpadminbar a,
body.watches-demo-site #wpadminbar a.ab-item,
body.watches-demo-site #wpadminbar .ab-item,
body.watches-demo-site #wpadminbar .ab-label,
body.watches-demo-site #wpadminbar .ab-icon:before,
body.watches-demo-site #wpadminbar .ab-empty-item,
body.watches-demo-site #wpadminbar a:hover,
body.watches-demo-site #wpadminbar a:focus,
body.watches-demo-site #wpadminbar a.ab-item:hover,
body.watches-demo-site #wpadminbar a.ab-item:focus {
	color: #f0f0f1 !important;
}

/* Product title readability on watches demo single-product pages. */
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .product_title,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .entry-summary .product_title,
html[data-watch-demo-theme="dark"] body.watches-demo-site .summary-product-title,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .product_title,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .entry-summary .product_title,
body.watches-demo-site[data-watch-demo-theme="dark"] .summary-product-title,
body.watches-demo-site.watch-demo-theme-dark.single-product .product_title,
body.watches-demo-site.watch-demo-theme-dark.single-product .entry-summary .product_title,
body.watches-demo-site.watch-demo-theme-dark .summary-product-title {
	color: #ffffff !important;
}

/* Single product section headings readability in watches dark mode. */
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product h1,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product h2,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product h3,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product h4,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product h5,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product h6,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product h1,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product h2,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product h3,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product h4,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product h5,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product h6,
body.watches-demo-site.watch-demo-theme-dark.single-product h1,
body.watches-demo-site.watch-demo-theme-dark.single-product h2,
body.watches-demo-site.watch-demo-theme-dark.single-product h3,
body.watches-demo-site.watch-demo-theme-dark.single-product h4,
body.watches-demo-site.watch-demo-theme-dark.single-product h5,
body.watches-demo-site.watch-demo-theme-dark.single-product h6 {
	color: #ffffff !important;
}

html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .section-title,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .section-title > a,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .related.products .section-title,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .upsells.products .section-title,
html[data-watch-demo-theme="dark"] body.watches-demo-site.single-product .up-sells.products .section-title,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .section-title,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .section-title > a,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .related.products .section-title,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .upsells.products .section-title,
body.watches-demo-site[data-watch-demo-theme="dark"].single-product .up-sells.products .section-title,
body.watches-demo-site.watch-demo-theme-dark.single-product .section-title,
body.watches-demo-site.watch-demo-theme-dark.single-product .section-title > a,
body.watches-demo-site.watch-demo-theme-dark.single-product .related.products .section-title,
body.watches-demo-site.watch-demo-theme-dark.single-product .upsells.products .section-title,
body.watches-demo-site.watch-demo-theme-dark.single-product .up-sells.products .section-title {
	color: #ffffff !important;
}

html[data-watch-demo-theme="light"] body.watches-demo-site.single-product .product_title,
html[data-watch-demo-theme="light"] body.watches-demo-site.single-product .entry-summary .product_title,
html[data-watch-demo-theme="light"] body.watches-demo-site .summary-product-title,
body.watches-demo-site[data-watch-demo-theme="light"].single-product .product_title,
body.watches-demo-site[data-watch-demo-theme="light"].single-product .entry-summary .product_title,
body.watches-demo-site[data-watch-demo-theme="light"] .summary-product-title,
body.watches-demo-site.watch-demo-theme-light.single-product .product_title,
body.watches-demo-site.watch-demo-theme-light.single-product .entry-summary .product_title,
body.watches-demo-site.watch-demo-theme-light .summary-product-title {
	color: #111111 !important;
}

/* Default header used by shop/product/cart/checkout templates. */
body.watches-demo-site .header,
body.watches-demo-site .head-mast {
	background: var(--watch-site-header-bg) !important;
	color: var(--watch-site-header-text) !important;
}

body.watches-demo-site .head-mast {
	border-bottom: 1px solid var(--watch-site-header-border) !important;
	box-shadow: var(--watch-site-header-shadow) !important;
}

body.watches-demo-site .top-head-wrap {
	background: var(--watch-site-topbar-bg) !important;
	color: var(--watch-site-topbar-text) !important;
}

body.watches-demo-site .top-head-wrap,
body.watches-demo-site .top-head-wrap a,
body.watches-demo-site .top-head-wrap strong,
body.watches-demo-site .top-head-wrap label {
	color: var(--watch-site-topbar-text) !important;
}

body.watches-demo-site .navigation-main > li > a,
body.watches-demo-site .navigation-main > li.fas::before,
body.watches-demo-site .navigation-main > li.far::before,
body.watches-demo-site .navigation-main > li.fab::before,
body.watches-demo-site .navigation-main .menu-item-has-children > a::after,
body.watches-demo-site .site-logo a,
body.watches-demo-site .header-search-icon,
body.watches-demo-site .header-search-icon svg,
body.watches-demo-site .header-mini-cart-trigger,
body.watches-demo-site .header-mini-cart-trigger .fas {
	color: var(--watch-site-header-text) !important;
	fill: var(--watch-site-header-text) !important;
}

body.watches-demo-site .navigation-main > li:hover > a,
body.watches-demo-site .navigation-main > li > a:focus,
body.watches-demo-site .navigation-main > .current-menu-item > a,
body.watches-demo-site .navigation-main > .current-menu-parent > a,
body.watches-demo-site .navigation-main > .current-menu-ancestor > a {
	color: var(--watch-site-accent) !important;
}

body.watches-demo-site .header-search-icon,
body.watches-demo-site .header-mini-cart,
body.watches-demo-site .category-search-form,
body.watches-demo-site .category-search-input-wrap,
body.watches-demo-site .category-search-select,
body.watches-demo-site .category-search-input,
body.watches-demo-site button.category-search-btn {
	background: var(--watch-site-control-bg) !important;
	color: var(--watch-site-control-text) !important;
	border-color: var(--watch-site-control-border) !important;
}

body.watches-demo-site .category-search-input::placeholder {
	color: var(--watch-site-muted) !important;
}

/* Custom/Fashion headers if used by any watches demo template. */
body.watches-demo-site .custom-header,
body.watches-demo-site .custom-main-header,
body.watches-demo-site .fashion-main-header,
body.watches-demo-site .fashion-nav {
	background: var(--watch-site-header-bg) !important;
	color: var(--watch-site-header-text) !important;
	border-color: var(--watch-site-header-border) !important;
}

body.watches-demo-site .custom-top-header,
body.watches-demo-site .fashion-top-header {
	background: var(--watch-site-topbar-bg) !important;
	color: var(--watch-site-topbar-text) !important;
}

body.watches-demo-site .custom-nav-menu a,
body.watches-demo-site .fashion-menu a,
body.watches-demo-site .fashion-top-nav a,
body.watches-demo-site .fashion-call,
body.watches-demo-site .fashion-call strong,
body.watches-demo-site .custom-logo-text {
	color: var(--watch-site-header-text) !important;
}

/* Footer colors on non-front watches pages (front footer remains hidden above). */
body.watches-demo-site #page > footer,
body.watches-demo-site .widget-sections-footer {
	background: var(--watch-site-footer-bg) !important;
	color: var(--watch-site-footer-text) !important;
}

body.watches-demo-site #page > footer a,
body.watches-demo-site .widget-sections-footer a,
body.watches-demo-site #page > footer h1,
body.watches-demo-site #page > footer h2,
body.watches-demo-site #page > footer h3,
body.watches-demo-site #page > footer h4,
body.watches-demo-site #page > footer h5,
body.watches-demo-site #page > footer h6,
body.watches-demo-site .widget-sections-footer h1,
body.watches-demo-site .widget-sections-footer h2,
body.watches-demo-site .widget-sections-footer h3,
body.watches-demo-site .widget-sections-footer h4,
body.watches-demo-site .widget-sections-footer h5,
body.watches-demo-site .widget-sections-footer h6 {
	color: var(--watch-site-footer-text) !important;
}

/* Keep a single watches header source: hide any in-content header-only section
   when template-level replacement is active. */
body.watches-site-header-replaced .site-content .judev-watches-hero.is-header-only {
	display: none !important;
}

/* Keep a single watches footer source: hide any in-content watches footer
   when template-level replacement is active. */
body.watches-site-footer-replaced .site-content .judev-watch-footer {
	display: none !important;
}

.judev-watches-hero {
	--watch-outer-bg-start: #d7b194;
	--watch-outer-bg: #cfa17f;
	--watch-frame-bg: #0f1718;
	--watch-frame-shadow: rgba(18, 19, 19, 0.35);
	--watch-text: #f5f5f2;
	--watch-muted: #cfd5d7;
	--watch-nav-color: var(--watch-text);
	--watch-nav-active-color: var(--watch-text);
	--watch-nav-line: rgba(245, 245, 242, 0.85);
	--watch-number-color: rgba(245, 245, 242, 0.45);
	--watch-number-active-color: var(--watch-text);
	--watch-number-line: #ea7439;
	--watch-vlabel-color: rgba(245, 245, 242, 0.78);
	--watch-watermark-color: rgba(245, 245, 242, 0.2);
	--watch-icon-color: #ffffff;
	--watch-icon-hover-color: #ffffff;
	--watch-social-icon-color: #ffffff;
	--watch-social-icon-hover-color: #ffffff;
	--watch-btn-bg: #f1f3f4;
	--watch-btn-color: #1b1f20;
	--watch-btn-hover-bg: var(--watch-btn-bg);
	--watch-btn-hover-color: var(--watch-btn-color);
	--watch-scroll-border: rgba(245, 245, 242, 0.52);
	--watch-scroll-dot: rgba(245, 245, 242, 0.9);
	--watch-scroll-label: rgba(245, 245, 242, 0.62);
	--watch-image-shadow-color: rgba(0, 0, 0, 0.45);
	--watch-slide-overlay: rgba(255, 255, 255, 0.06);
	--watch-slide-overlay-transparent: rgba(255, 255, 255, 0);
	--watch-slide-bg-end: #10191a;
	--watch-platinum-pattern-color: rgba(255, 255, 255, 0.12);
	--watch-platinum-overlay: rgba(0, 0, 0, 0.36);
	--watch-platinum-stats-value: #f1d0b3;
	--watch-platinum-stats-label: rgba(255, 255, 255, 0.72);
	--watch-platinum-copy-width: 56%;
	--watch-platinum-visual-width: 44%;
	--watch-countdown-anim-speed: 480ms;
	--watch-topbar-bg: rgba(12, 18, 20, 0.72);
	--watch-topbar-border: rgba(255, 255, 255, 0.1);
	--watch-topbar-blur: 5px;
	--watch-frame-max-width: 1480px;
	--watch-frame-height: 680px;
	--watch-frame-radius: 16px;
	position: relative;
	width: 100%;
	padding: 34px 24px;
	background: linear-gradient(180deg, var(--watch-outer-bg-start) 0%, var(--watch-outer-bg) 100%);
	font-family: Poppins, Tajawal, "Segoe UI", sans-serif;
	box-sizing: border-box;
}

.judev-watches-hero.is-header-only {
	padding: 16px 24px 0;
	background: transparent;
}

.judev-watches-hero.is-header-only .judev-watches-hero__frame {
	min-height: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.judev-watches-hero.is-header-only .judev-watches-hero__topbar {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	border-radius: var(--watch-frame-radius);
}

.judev-watches-hero.is-header-only .judev-watches-hero__topbar.is-sticky {
	position: fixed;
	top: 0;
	left: var(--watch-sticky-center, 50%);
	right: auto;
	width: var(--watch-sticky-width, auto);
	transform: translateX(-50%);
	border-top: 1px solid var(--watch-topbar-border);
	border-top-left-radius: var(--watch-frame-radius);
	border-top-right-radius: var(--watch-frame-radius);
	border-bottom-left-radius: var(--watch-frame-radius);
	border-bottom-right-radius: var(--watch-frame-radius);
}

.judev-watches-hero.is-header-only .judev-watches-hero__action-panels {
	top: calc(100% + 8px);
}

body[data-watch-demo-theme="light"] .judev-watches-hero,
.judev-watches-hero[data-demo-theme="light"] {
	--watch-outer-bg-start: #e9edf3;
	--watch-outer-bg: #dce4ed;
	--watch-frame-bg: #f7f9fc;
	--watch-frame-shadow: rgba(13, 22, 31, 0.2);
	--watch-text: #11202e;
	--watch-muted: #4a5a6b;
	--watch-nav-color: #162737;
	--watch-nav-active-color: #0e1b28;
	--watch-nav-line: rgba(14, 27, 40, 0.34);
	--watch-number-color: rgba(14, 27, 40, 0.4);
	--watch-number-active-color: #0e1b28;
	--watch-number-line: #cb7d4e;
	--watch-vlabel-color: rgba(14, 27, 40, 0.7);
	--watch-watermark-color: rgba(14, 27, 40, 0.2);
	--watch-icon-color: #132231;
	--watch-icon-hover-color: #0d1b29;
	--watch-social-icon-color: #132231;
	--watch-social-icon-hover-color: #0d1b29;
	--watch-btn-bg: #101c28;
	--watch-btn-color: #ffffff;
	--watch-btn-hover-bg: #1f3042;
	--watch-btn-hover-color: #ffffff;
	--watch-scroll-border: rgba(14, 27, 40, 0.28);
	--watch-scroll-dot: rgba(14, 27, 40, 0.7);
	--watch-scroll-label: rgba(14, 27, 40, 0.52);
	--watch-slide-overlay: rgba(14, 27, 40, 0.04);
	--watch-slide-overlay-transparent: rgba(14, 27, 40, 0);
	--watch-slide-bg-end: #e8eef5;
	--watch-topbar-bg: rgba(255, 255, 255, 0.72);
	--watch-topbar-border: rgba(16, 24, 34, 0.16);
}

.judev-watches-hero__frame {
	position: relative;
	max-width: var(--watch-frame-max-width);
	margin: 0 auto;
	min-height: var(--watch-frame-height);
	border-radius: var(--watch-frame-radius);
	overflow: hidden;
	box-shadow: 0 14px 36px var(--watch-frame-shadow);
	background: var(--watch-frame-bg);
}

.judev-watches-hero__topbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	column-gap: 20px;
	padding: 24px 28px 18px;
	color: var(--watch-text);
	background: var(--watch-topbar-bg);
	border-bottom: 1px solid var(--watch-topbar-border);
	backdrop-filter: blur(var(--watch-topbar-blur));
}

.judev-watches-hero__topbar.is-sticky {
	position: fixed;
	top: 0;
	left: var(--watch-sticky-center, 50%);
	right: auto;
	width: var(--watch-sticky-width, auto);
	transform: translateX(-50%);
	background: var(--watch-topbar-bg);
	backdrop-filter: blur(var(--watch-topbar-blur));
	border: 1px solid var(--watch-topbar-border);
	border-top: 0;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

body.admin-bar .judev-watches-hero__topbar.is-sticky {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .judev-watches-hero__topbar.is-sticky {
		top: 46px;
	}
}

.judev-watches-hero__brand-wrap,
.judev-watches-hero__actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.judev-watches-hero__menu-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.judev-watches-hero__actions {
	justify-content: flex-end;
}

.judev-watches-hero__menu-btn,
.judev-watches-hero__action-link {
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--watch-icon-color) !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
	cursor: pointer;
}

.judev-watches-hero__menu-btn:hover,
.judev-watches-hero__action-link:hover {
	transform: translateY(-1px);
	color: var(--watch-icon-hover-color) !important;
	opacity: 1;
}

.judev-watches-hero__action-link.is-open {
	color: var(--watch-icon-hover-color) !important;
	opacity: 1;
	background: rgba(255, 255, 255, 0.08);
}

.judev-watches-hero__action-link:visited,
.judev-watches-hero__menu-btn:visited {
	color: var(--watch-icon-color) !important;
}

.judev-watches-hero__menu-btn i,
.judev-watches-hero__action-link i,
.judev-watches-hero__menu-btn svg,
.judev-watches-hero__action-link svg {
	font-size: 15px;
	width: 15px;
	height: 15px;
	color: currentColor !important;
	fill: currentColor;
}

.judev-watches-hero__theme-toggle {
	height: 34px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid var(--watch-topbar-border);
	background: rgba(255, 255, 255, 0.08);
	color: var(--watch-text);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1;
	transition: background-color 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.judev-watches-hero__theme-toggle:hover {
	transform: translateY(-1px);
	background: rgba(255, 255, 255, 0.16);
}

.judev-watches-hero__theme-toggle-state {
	padding: 5px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: inherit;
}

.judev-watches-hero__theme-toggle.is-icon-only {
	width: 34px;
	height: 34px;
	padding: 0;
	border-radius: 50%;
	justify-content: center;
	gap: 0;
	color: var(--watch-icon-color);
	background: transparent;
	border-color: transparent;
}

.judev-watches-hero__theme-toggle.is-icon-only:hover {
	background: rgba(255, 255, 255, 0.1);
	color: var(--watch-icon-hover-color);
}

.judev-watches-hero__theme-toggle.is-icon-only .judev-watches-hero__theme-toggle-label,
.judev-watches-hero__theme-toggle.is-icon-only .judev-watches-hero__theme-toggle-state {
	display: none;
}

.judev-watches-hero__theme-icon {
	font-size: 15px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
}

.judev-watches-hero__theme-icon svg {
	width: 16px;
	height: 16px;
	display: block;
	fill: currentColor;
}

.judev-watches-hero__theme-icon--light {
	display: none;
}

body[data-watch-demo-theme="light"] .judev-watches-hero__theme-icon--dark,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__theme-icon--dark {
	display: none;
}

body[data-watch-demo-theme="light"] .judev-watches-hero__theme-icon--light,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__theme-icon--light {
	display: inline-block;
}

.judev-watches-hero__theme-toggle.is-floating {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 9;
}

.judev-watches-hero__action-panels {
	position: absolute;
	top: calc(100% + 10px);
	inset-inline-end: 28px;
	min-width: 250px;
	z-index: 19;
	pointer-events: none;
}

.judev-watches-hero__action-panel {
	display: none;
	background: rgba(10, 15, 17, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
	padding: 12px;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.judev-watches-hero__action-panels.is-open {
	pointer-events: auto;
}

.judev-watches-hero__action-panel.is-open {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

.judev-watches-hero__action-panel a {
	color: var(--watch-text);
	text-decoration: none;
}

.judev-watches-hero__search-form {
	display: flex;
	gap: 8px;
}

.judev-watches-hero__search-form input[type="search"] {
	flex: 1 1 auto;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.06);
	border-radius: 8px;
	padding: 0 12px;
	color: var(--watch-text);
	outline: none;
}

.judev-watches-hero__search-form input[type="search"]::placeholder {
	color: rgba(245, 245, 242, 0.65);
}

.judev-watches-hero__search-form button {
	height: 38px;
	padding: 0 14px;
	border: 0;
	border-radius: 8px;
	background: var(--watch-btn-bg);
	color: var(--watch-btn-color);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.judev-watches-hero__action-panel--account a {
	display: block;
	padding: 8px 9px;
	border-radius: 8px;
}

.judev-watches-hero__action-panel--account a:hover {
	background: rgba(255, 255, 255, 0.1);
}

.judev-watches-hero__cart-summary,
.judev-watches-hero__cart-total {
	display: block;
	color: var(--watch-text);
	font-size: 14px;
	margin-bottom: 6px;
}

.judev-watches-hero__cart-total {
	color: rgba(245, 245, 242, 0.84);
	font-weight: 600;
}

.judev-watches-hero__cart-actions {
	display: flex;
	gap: 8px;
	margin-top: 8px;
}

.judev-watches-hero__cart-actions a {
	flex: 1 1 0;
	text-align: center;
	padding: 8px 10px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	font-size: 13px;
}

.judev-watches-hero__cart-actions a:hover {
	background: rgba(255, 255, 255, 0.16);
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__action-panel,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__action-panel,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories {
	background: rgba(255, 255, 255, 0.97);
	border-color: rgba(16, 24, 34, 0.14);
	box-shadow: 0 12px 28px rgba(16, 24, 34, 0.16);
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__action-panel a,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories a,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-title,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__cart-summary,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__cart-total,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__action-panel a,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories a,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-title,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__cart-summary,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__cart-total {
	color: #132434 !important;
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__action-panel--account a:hover,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__cart-actions a,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__category-link:hover,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__category-link--menu.is-active,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__category-all:hover,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__action-panel--account a:hover,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__cart-actions a,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__category-link:hover,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__category-link--menu.is-active,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__category-all:hover {
	background: rgba(19, 36, 52, 0.08);
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-divider,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-divider {
	background: rgba(16, 24, 34, 0.16);
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-section + .judev-watches-hero__categories-section,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-section + .judev-watches-hero__categories-section {
	border-top-color: rgba(16, 24, 34, 0.12);
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__search-form input[type="search"],
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__search-form input[type="search"] {
	background: #ffffff;
	border-color: rgba(16, 24, 34, 0.18);
	color: #132434;
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__search-form input[type="search"]::placeholder,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__search-form input[type="search"]::placeholder {
	color: rgba(19, 36, 52, 0.48);
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-mobile-head,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-tabs,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories .judev-watches-hero__category-link,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories .judev-watches-hero__category-all,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-mobile-head,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-tabs,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories .judev-watches-hero__category-link,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories .judev-watches-hero__category-all {
	border-color: rgba(16, 24, 34, 0.12);
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-close,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-search,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-close,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-search {
	background: rgba(19, 36, 52, 0.06);
	border-color: rgba(16, 24, 34, 0.14);
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-search-input,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-search-btn,
body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-close,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-search-input,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-search-btn,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-close {
	color: #132434;
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-search-btn,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-search-btn {
	background: rgba(19, 36, 52, 0.12);
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-search-input::placeholder,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-search-input::placeholder {
	color: rgba(19, 36, 52, 0.46);
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-tab,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-tab {
	background: rgba(19, 36, 52, 0.04);
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-tab.is-active,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-tab.is-active {
	background: rgba(19, 36, 52, 0.08);
}

body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__menu-overlay,
.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__menu-overlay {
	background: rgba(16, 24, 34, 0.26);
}

.judev-watches-hero__categories {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	min-width: 220px;
	max-height: 340px;
	overflow-y: auto;
	padding: 12px;
	border-radius: 12px;
	background: rgba(10, 15, 17, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
	backdrop-filter: blur(4px);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 18;
}

.judev-watches-hero__menu-overlay {
	display: none;
}

html.watch-mobile-menu-open,
body.watch-mobile-menu-open {
	overflow: hidden !important;
	touch-action: none;
	overscroll-behavior: none;
}

.judev-watches-hero__categories.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.judev-watches-hero__categories-mobile-head,
.judev-watches-hero__categories-tabs {
	display: none;
}

.judev-watches-hero__categories-panels {
	display: grid;
	gap: 0;
}

.judev-watches-hero__categories-title {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
	margin: 2px 0 8px;
}

.judev-watches-hero__categories-section {
	display: grid;
	gap: 4px;
}

.judev-watches-hero__categories .judev-watches-hero__categories-section--desktop-products {
	display: none;
}

.judev-watches-hero__categories.has-desktop-products .judev-watches-hero__categories-section--mobile-menu {
	display: none;
}

.judev-watches-hero__categories.has-desktop-products .judev-watches-hero__categories-section--desktop-products {
	display: grid;
}

.judev-watches-hero__categories.has-desktop-products .judev-watches-hero__categories-section--desktop-products {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.judev-watches-hero__categories-section + .judev-watches-hero__categories-section {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.judev-watches-hero__categories-divider {
	display: block;
	height: 1px;
	margin: 8px 2px;
	background: rgba(255, 255, 255, 0.14);
}

.judev-watches-hero__category-link,
.judev-watches-hero__category-all {
	display: block;
	padding: 8px 10px;
	border-radius: 8px;
	text-decoration: none;
	color: var(--watch-text);
	font-size: 14px;
	line-height: 1.3;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.judev-watches-hero__category-link--menu.is-active {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	font-weight: 600;
}

.judev-watches-hero__category-link:hover,
.judev-watches-hero__category-all:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.judev-watches-hero__category-all {
	margin-top: 8px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-weight: 600;
}

.judev-watches-hero__category-link.is-filter-hidden,
.judev-watches-hero__category-all.is-filter-hidden {
	display: none;
}

.judev-watches-hero__brand {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	color: var(--watch-text);
}

.judev-watches-hero__brand-link {
	display: inline-flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
	line-height: 1;
}

.judev-watches-hero__brand-link:visited {
	color: inherit;
}

.judev-watches-hero__brand-link--logo {
	line-height: 0;
}

.judev-watches-hero__brand-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 190px;
	max-height: 56px;
	object-fit: contain;
}

.judev-watches-hero__brand-link--logo.has-theme-logos .judev-watches-hero__brand-image--theme-dark {
	display: block;
}

.judev-watches-hero__brand-link--logo.has-theme-logos .judev-watches-hero__brand-image--theme-light {
	display: none;
}

html[data-watch-demo-theme="light"] body .judev-watches-hero__brand-link--logo.has-theme-logos .judev-watches-hero__brand-image--theme-dark,
body[data-watch-demo-theme="light"] .judev-watches-hero__brand-link--logo.has-theme-logos .judev-watches-hero__brand-image--theme-dark,
body.watch-demo-theme-light .judev-watches-hero__brand-link--logo.has-theme-logos .judev-watches-hero__brand-image--theme-dark {
	display: none;
}

html[data-watch-demo-theme="light"] body .judev-watches-hero__brand-link--logo.has-theme-logos .judev-watches-hero__brand-image--theme-light,
body[data-watch-demo-theme="light"] .judev-watches-hero__brand-link--logo.has-theme-logos .judev-watches-hero__brand-image--theme-light,
body.watch-demo-theme-light .judev-watches-hero__brand-link--logo.has-theme-logos .judev-watches-hero__brand-image--theme-light {
	display: block;
}

.judev-watches-hero__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
}

.judev-watches-hero__nav-link {
	position: relative;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: var(--watch-nav-color);
	text-decoration: none;
	padding-bottom: 8px;
	opacity: 0.84;
}

.judev-watches-hero__nav-link:visited {
	color: var(--watch-nav-color);
}

.judev-watches-hero__nav-link.is-active,
.judev-watches-hero__nav-link:hover {
	opacity: 1;
	color: var(--watch-nav-active-color);
}

.judev-watches-hero__nav-link.is-active::after,
.judev-watches-hero__nav-link:hover::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: var(--watch-nav-line);
}

.judev-watches-hero__content {
	position: relative;
	min-height: var(--watch-frame-height);
}

.judev-watches-hero__numbers {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-40%);
	z-index: 9;
}

.judev-watches-hero__numbers.is-hidden {
	display: none;
}

.judev-watches-hero__numbers-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.judev-watches-hero__number-btn {
	position: relative;
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	font-weight: 700;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: var(--watch-number-color);
	cursor: pointer;
	transition: color 0.2s ease;
}

.judev-watches-hero__number-btn.is-active {
	color: var(--watch-number-active-color);
}

.judev-watches-hero__number-btn.is-active::before {
	content: "";
	position: absolute;
	left: -20px;
	right: -18px;
	top: 48%;
	height: 5px;
	transform: translateY(-50%);
	background: var(--watch-number-line);
	border-radius: 999px;
}

.judev-watches-hero__slider,
.judev-watches-slide {
	width: 100%;
	height: var(--watch-frame-height);
}

.judev-watches-hero.has-no-topbar .judev-watches-slide {
	padding-top: 58px;
}

.judev-watches-slide {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	padding: 86px 58px 54px;
	box-sizing: border-box;
	background:
		radial-gradient(120% 80% at 50% 50%, var(--watch-slide-overlay) 0%, var(--watch-slide-overlay-transparent) 80%),
		linear-gradient(130deg, var(--watch-slide-bg, #0e1718) 0%, var(--watch-slide-bg-end) 100%);
	transition: background-position 0.5s ease;
}

html[dir="rtl"] .judev-watches-hero.is-layout-classic .judev-watches-slide {
	--watch-image-offset-x: 64px;
}

html[dir="rtl"] .judev-watches-hero.is-layout-classic .judev-watches-slide__image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) !important;
}

.judev-watches-slide__visual,
.judev-watches-slide__copy {
	position: relative;
	z-index: 2;
}

.judev-watches-slide__visual {
	flex: 0 0 48%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 450px;
	transition: transform 0.5s ease;
}

.judev-watches-slide__panel {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44%;
	height: 96%;
	max-height: 580px;
	background: var(--watch-slide-panel, #131f21);
}

.judev-watches-slide__panel--left {
	left: 0;
	border-top-right-radius: 360px;
	border-bottom-right-radius: 360px;
}

.judev-watches-slide__panel--right {
	right: 0;
	border-top-left-radius: 360px;
	border-bottom-left-radius: 360px;
}

.judev-watches-slide__rings {
	position: relative;
	width: min(480px, 86%);
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.judev-watches-slide__ring {
	position: absolute;
	border-radius: 50%;
}

.judev-watches-slide__ring--outer {
	width: 100%;
	height: 100%;
	background: var(--watch-slide-ring-outer, #f2dfce);
	transition: transform 0.45s ease;
}

.judev-watches-slide__ring--inner {
	width: 70%;
	height: 70%;
	background: var(--watch-slide-ring-inner, #d67d4a);
	transition: transform 0.45s ease;
}

.judev-watches-slide__image {
	position: relative;
	z-index: 4;
	width: min(420px, 88%);
	height: auto;
	object-fit: contain;
	transform: translateX(var(--watch-image-offset-x, 0));
	filter: drop-shadow(0 24px 20px var(--watch-image-shadow-color));
	transition: transform 0.45s ease, filter 0.45s ease;
}

.judev-watches-slide__copy {
	flex: 0 0 46%;
	padding-left: 16px;
	display: grid;
	align-content: center;
	gap: 18px;
	color: var(--watch-text);
	transition: transform 0.45s ease;
}

.judev-watches-hero.is-layout-classic .judev-watches-slide.is-copy-empty {
	justify-content: center;
}

.judev-watches-hero.is-layout-classic .judev-watches-slide.is-copy-empty .judev-watches-slide__visual {
	flex: 1 1 100%;
	max-width: 100%;
}

.judev-watches-hero.is-layout-classic .judev-watches-slide.is-copy-empty .judev-watches-slide__copy {
	display: none;
}

.judev-watches-hero.is-layout-classic .judev-watches-slide.is-copy-empty .judev-watches-slide__image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.judev-watches-slide__vlabel {
	position: absolute;
	left: -42px;
	top: 32%;
	transform: rotate(-90deg);
	transform-origin: left top;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.12em;
	color: var(--watch-vlabel-color);
	text-transform: uppercase;
}

.judev-watches-slide__title {
	margin: 0;
	font-size: clamp(46px, 5vw, 70px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.02em;
	max-width: 12ch;
	color: var(--watch-text);
}

.judev-watches-slide__title strong {
	font-weight: 800;
}

.judev-watches-slide__description {
	margin: 0;
	font-size: 35px;
	line-height: 1.35;
	font-weight: 500;
	max-width: 17ch;
	color: var(--watch-muted);
}

.judev-watches-slide__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 13px 28px;
	background: var(--watch-btn-bg);
	border: 0;
	border-radius: 2px;
	color: var(--watch-btn-color);
	text-decoration: none;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.judev-watches-slide__button:hover {
	transform: translateY(-1px);
	background: var(--watch-btn-hover-bg);
	color: var(--watch-btn-hover-color);
	opacity: 1;
}

/* Keep CTA button text readable on Watches home in both themes. */
html[data-watch-demo-theme="light"] body.watches-demo-site.home .judev-watches-hero .judev-watches-slide__button,
body.watches-demo-site.home[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-slide__button,
body.watches-demo-site.home.watch-demo-theme-light .judev-watches-hero .judev-watches-slide__button {
	background: #101c28 !important;
	color: #ffffff !important;
	border: 1px solid rgba(16, 28, 40, 0.25);
}

html[data-watch-demo-theme="light"] body.watches-demo-site.home .judev-watches-hero .judev-watches-slide__button:hover,
body.watches-demo-site.home[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-slide__button:hover,
body.watches-demo-site.home.watch-demo-theme-light .judev-watches-hero .judev-watches-slide__button:hover {
	background: #1f3042 !important;
	color: #ffffff !important;
}

html[data-watch-demo-theme="dark"] body.watches-demo-site.home .judev-watches-hero .judev-watches-slide__button,
body.watches-demo-site.home[data-watch-demo-theme="dark"] .judev-watches-hero .judev-watches-slide__button,
body.watches-demo-site.home.watch-demo-theme-dark .judev-watches-hero .judev-watches-slide__button {
	background: #f1f3f4 !important;
	color: #101c28 !important;
	border: 1px solid rgba(16, 28, 40, 0.15);
}

html[data-watch-demo-theme="dark"] body.watches-demo-site.home .judev-watches-hero .judev-watches-slide__button:hover,
body.watches-demo-site.home[data-watch-demo-theme="dark"] .judev-watches-hero .judev-watches-slide__button:hover,
body.watches-demo-site.home.watch-demo-theme-dark .judev-watches-hero .judev-watches-slide__button:hover {
	background: #ffffff !important;
	color: #101c28 !important;
}

.judev-watches-slide__copy::after {
	content: "";
	width: 5px;
	height: 220px;
	border-radius: 999px;
	background: var(--watch-slide-accent, #ea7439);
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
}

.judev-watches-slide__watermark {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: clamp(84px, 8vw, 118px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.06em;
	color: var(--watch-watermark-color);
	pointer-events: none;
	z-index: 3;
	transition: transform 0.45s ease, opacity 0.45s ease;
}

.judev-watches-hero.is-layout-platinum_banner {
	background: linear-gradient(180deg, #11141b 0%, #0f1218 100%);
	padding: 18px 16px;
}

body[data-watch-demo-theme="light"] .judev-watches-hero.is-layout-platinum_banner,
.judev-watches-hero.is-layout-platinum_banner[data-demo-theme="light"] {
	--watch-outer-bg-start: #eceff4;
	--watch-outer-bg: #dfe6ef;
	--watch-frame-bg: #f7f8fb;
	--watch-text: #0f1a24;
	--watch-muted: #445262;
	--watch-nav-color: #172533;
	--watch-nav-active-color: #0f1a24;
	--watch-nav-line: rgba(15, 26, 36, 0.38);
	--watch-number-color: rgba(15, 26, 36, 0.38);
	--watch-number-active-color: #0f1a24;
	--watch-number-line: #cb7d4e;
	--watch-icon-color: #15212d;
	--watch-icon-hover-color: #0d1823;
	--watch-social-icon-color: #172431;
	--watch-social-icon-hover-color: #0d1823;
	--watch-btn-bg: #111a24;
	--watch-btn-color: #ffffff;
	--watch-btn-hover-bg: #1d2b38;
	--watch-btn-hover-color: #ffffff;
	--watch-scroll-border: rgba(15, 26, 36, 0.3);
	--watch-scroll-dot: rgba(15, 26, 36, 0.72);
	--watch-scroll-label: rgba(15, 26, 36, 0.52);
	--watch-platinum-pattern-color: rgba(16, 24, 34, 0.08);
	--watch-platinum-overlay: rgba(255, 255, 255, 0.64);
	--watch-platinum-stats-value: #9c5a2f;
	--watch-platinum-stats-label: rgba(15, 26, 36, 0.74);
	--watch-topbar-bg: rgba(255, 255, 255, 0.7);
	--watch-topbar-border: rgba(16, 24, 34, 0.14);
}

body[data-watch-demo-theme="light"] .judev-watches-hero.is-layout-platinum_banner .judev-watches-slide,
.judev-watches-hero.is-layout-platinum_banner[data-demo-theme="light"] .judev-watches-slide {
	background:
		linear-gradient(var(--watch-platinum-overlay), var(--watch-platinum-overlay)),
		repeating-linear-gradient(
			125deg,
			transparent 0 70px,
			var(--watch-platinum-pattern-color) 70px 128px
		),
		linear-gradient(130deg, #f7f9fc 0%, #e6ecf3 100%);
}

body[data-watch-demo-theme="light"] .judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__description,
.judev-watches-hero.is-layout-platinum_banner[data-demo-theme="light"] .judev-watches-slide__description {
	color: rgba(15, 26, 36, 0.72);
}

body[data-watch-demo-theme="light"] .judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__eyebrow,
.judev-watches-hero.is-layout-platinum_banner[data-demo-theme="light"] .judev-watches-slide__eyebrow {
	color: rgba(15, 26, 36, 0.64);
}

body[data-watch-demo-theme="light"] .judev-watches-hero.is-layout-platinum_banner .judev-watches-hero__theme-toggle,
.judev-watches-hero.is-layout-platinum_banner[data-demo-theme="light"] .judev-watches-hero__theme-toggle {
	background: rgba(15, 26, 36, 0.08);
	color: #0f1a24;
	border-color: rgba(15, 26, 36, 0.18);
}

body[data-watch-demo-theme="light"] .judev-watches-hero.is-layout-platinum_banner .judev-watches-hero__theme-toggle:hover,
.judev-watches-hero.is-layout-platinum_banner[data-demo-theme="light"] .judev-watches-hero__theme-toggle:hover {
	background: rgba(15, 26, 36, 0.16);
}

body[data-watch-demo-theme="light"] .judev-watches-hero.is-layout-platinum_banner .judev-watches-hero__theme-toggle-state,
.judev-watches-hero.is-layout-platinum_banner[data-demo-theme="light"] .judev-watches-hero__theme-toggle-state {
	background: rgba(15, 26, 36, 0.12);
}

body[data-watch-demo-theme="light"] .judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__stat-item,
.judev-watches-hero.is-layout-platinum_banner[data-demo-theme="light"] .judev-watches-slide__stat-item {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(15, 26, 36, 0.14);
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-hero__frame {
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide {
	padding: 30px 36px;
	gap: 12px;
	background:
		linear-gradient(var(--watch-platinum-overlay), var(--watch-platinum-overlay)),
		repeating-linear-gradient(
			125deg,
			transparent 0 68px,
			var(--watch-platinum-pattern-color) 68px 126px
		),
		linear-gradient(130deg, var(--watch-slide-bg, #0d1016) 0%, var(--watch-slide-bg-end) 100%);
}

.judev-watches-hero.is-layout-platinum_banner:not(.has-no-topbar) .judev-watches-slide {
	padding-top: 86px;
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__copy {
	order: 1;
	flex: 0 0 var(--watch-platinum-copy-width);
	max-width: var(--watch-platinum-copy-width);
	padding-left: 0;
	gap: 10px;
	align-content: center;
	justify-items: flex-start;
	text-align: left;
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__visual {
	order: 2;
	flex: 0 0 var(--watch-platinum-visual-width);
	min-height: 220px;
	justify-content: flex-end;
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__panel,
.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__rings,
.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__copy::after,
.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__vlabel,
.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__watermark {
	display: none !important;
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__image {
	width: min(420px, 100%);
	filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.38));
}

.judev-watches-slide__eyebrow {
	display: block;
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__title {
	margin-top: 4px;
	font-size: clamp(40px, 5.2vw, 78px);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: 0.01em;
	max-width: 11ch;
	text-transform: uppercase;
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__title strong {
	font-weight: 900;
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__description {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
	max-width: 42ch;
	color: rgba(255, 255, 255, 0.72);
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__stats {
	list-style: none;
	padding: 0;
	margin: 4px 0 2px;
	display: flex;
	align-items: stretch;
	gap: 12px;
	flex-wrap: wrap;
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__stat-item {
	min-width: 62px;
	display: grid;
	gap: 2px;
	padding: 6px 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.12);
	transition: background-color 0.25s ease, border-color 0.25s ease;
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__stat-value {
	display: block;
	color: var(--watch-platinum-stats-value);
	font-size: 31px;
	font-weight: 700;
	line-height: 1;
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__stat-label {
	display: block;
	color: var(--watch-platinum-stats-label);
	font-size: 10px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	font-weight: 600;
}

.judev-watches-slide__stats.is-live-countdown .judev-watches-slide__stat-value {
	font-variant-numeric: tabular-nums;
}

.judev-watches-slide__stats.is-expired-hidden {
	display: none !important;
}

.judev-watches-slide__stats-expired-msg {
	display: none;
	margin: 0;
	padding: 10px 14px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.judev-watches-slide__stats.is-expired-message .judev-watches-slide__stat-item {
	display: none;
}

.judev-watches-slide__stats.is-expired-message .judev-watches-slide__stats-expired-msg {
	display: block;
}

.judev-watches-slide__stats[data-countdown-animation="pulse"] .judev-watches-slide__stat-value.is-animating {
	animation: judevWatchCountPulse var(--watch-countdown-anim-speed) ease;
}

.judev-watches-slide__stats[data-countdown-animation="flip"] .judev-watches-slide__stat-value.is-animating {
	animation: judevWatchCountFlip var(--watch-countdown-anim-speed) ease;
}

.judev-watches-slide__stats[data-countdown-animation="slide"] .judev-watches-slide__stat-value.is-animating {
	animation: judevWatchCountSlide var(--watch-countdown-anim-speed) ease;
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__button {
	margin-top: 6px;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 700;
	border-radius: 2px;
	box-shadow: none;
}

.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide:hover .judev-watches-slide__copy,
.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide:hover .judev-watches-slide__image,
.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide:hover .judev-watches-slide__visual {
	transform: none;
}

.judev-watches-slide:hover .judev-watches-slide__visual {
	transform: translateY(-4px);
}

.judev-watches-slide:hover .judev-watches-slide__image {
	transform: translateX(var(--watch-image-offset-x, 0)) translateY(-6px) scale(1.02);
	filter: drop-shadow(0 28px 24px var(--watch-image-shadow-color));
}

html[dir="rtl"] .judev-watches-hero.is-layout-classic .judev-watches-slide:hover .judev-watches-slide__image {
	transform: translate(-50%, calc(-50% - 6px)) scale(1.02) !important;
}

.judev-watches-hero.is-layout-classic .judev-watches-slide.is-copy-empty:hover .judev-watches-slide__image {
	transform: translate(-50%, calc(-50% - 6px)) scale(1.02);
}

.judev-watches-slide:hover .judev-watches-slide__ring--outer {
	transform: scale(1.02);
}

.judev-watches-slide:hover .judev-watches-slide__ring--inner {
	transform: scale(1.05);
}

.judev-watches-slide:hover .judev-watches-slide__copy {
	transform: translateX(6px);
}

.judev-watches-slide:hover .judev-watches-slide__watermark {
	transform: translateY(-50%) rotate(90deg) translateX(-8px);
	opacity: 0.28;
}

.judev-watches-slide.is-entering .judev-watches-slide__visual {
	animation: judevWatchVisualIn 0.68s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.judev-watches-slide.is-entering .judev-watches-slide__watermark {
	animation: judevWatchWatermarkIn 0.82s ease both;
}

.judev-watches-slide.is-entering .judev-watches-slide__title,
.judev-watches-slide.is-entering .judev-watches-slide__description,
.judev-watches-slide.is-entering .judev-watches-slide__button {
	opacity: 0;
	transform: translateY(22px);
	animation: judevWatchCopyIn 0.62s cubic-bezier(0.21, 0.7, 0.2, 1) forwards;
}

.judev-watches-slide.is-entering .judev-watches-slide__vlabel {
	opacity: 0;
	transform: rotate(-90deg) translateY(22px);
	animation: judevWatchVLabelIn 0.62s cubic-bezier(0.21, 0.7, 0.2, 1) forwards;
	animation-delay: 0.06s;
}

.judev-watches-slide.is-entering .judev-watches-slide__title {
	animation-delay: 0.14s;
}

.judev-watches-slide.is-entering .judev-watches-slide__description {
	animation-delay: 0.24s;
}

.judev-watches-slide.is-entering .judev-watches-slide__button {
	animation-delay: 0.34s;
}

.judev-watches-hero__social {
	position: absolute;
	left: 30px;
	bottom: 28px;
	z-index: 9;
	display: flex;
	gap: 12px;
}

.judev-watches-hero__social-link {
	width: 32px;
	height: 32px;
	color: var(--judev-social-link-color, var(--watch-social-icon-color)) !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 14px;
	opacity: 0.86;
	transition: opacity 0.2s ease;
}

.judev-watches-hero__social-link:visited {
	color: var(--judev-social-link-color, var(--watch-social-icon-color)) !important;
}

.judev-watches-hero__social-link i,
.judev-watches-hero__social-link .judev-watches-hero__social-icon,
.judev-watches-hero__social-link .judev-watches-hero__social-icon *,
.judev-watches-hero__social-link svg,
.judev-watches-hero__social-link svg path {
	color: currentColor !important;
	fill: currentColor !important;
	stroke: currentColor !important;
}

.judev-watches-hero__social-link:hover {
	color: var(--watch-social-icon-hover-color) !important;
	opacity: 1;
}

.judev-watches-hero__scroll-indicator {
	position: absolute;
	right: 26px;
	bottom: 24px;
	z-index: 9;
	width: 30px;
	height: 58px;
	border-radius: 999px;
	border: 2px solid var(--watch-scroll-border);
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 7px;
}

.judev-watches-hero__scroll-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--watch-scroll-dot);
	animation: judev-watch-scroll 1.6s ease-in-out infinite;
}

.judev-watches-hero__scroll-label {
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	transform: translateX(-50%);
	font-size: 10px;
	line-height: 1;
	font-weight: 600;
	color: var(--watch-scroll-label);
}

.judev-watches-hero__slider .slick-list,
.judev-watches-hero__slider .slick-track,
.judev-watches-hero__slider .slick-slide,
.judev-watches-hero__slider .slick-slide > div,
.judev-watches-hero__slider .slick-slide article {
	height: var(--watch-frame-height);
}

.judev-watches-hero__slider .slick-slide > div {
	width: 100%;
}

.judev-watches-hero__slider .judev-watches-slide {
	display: flex !important;
}

.judev-watches-hero__slider .judev-watches-slide:not(:first-child) {
	display: none !important;
}

.judev-watches-hero__slider.is-ready .judev-watches-slide {
	display: none !important;
}

.judev-watches-hero__slider.is-ready.has-active .judev-watches-slide.is-active {
	display: flex !important;
}

.judev-watches-hero__slider.is-ready:not(.has-active) .judev-watches-slide:first-child {
	display: flex !important;
}

.judev-watches-hero__slider .judev-watches-slide,
.judev-watches-hero__slider .judev-watches-slide * {
	visibility: visible !important;
	opacity: 1 !important;
}

@keyframes judev-watch-scroll {
	0%,
	100% {
		transform: translateY(0);
		opacity: 0.85;
	}
	50% {
		transform: translateY(12px);
		opacity: 1;
	}
}

@keyframes judevWatchVisualIn {
	0% {
		opacity: 0;
		transform: translateY(28px) scale(0.97);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes judevWatchCopyIn {
	0% {
		opacity: 0;
		transform: translateY(22px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes judevWatchWatermarkIn {
	0% {
		opacity: 0;
		transform: translateY(-50%) rotate(90deg) translateX(22px);
	}
	100% {
		opacity: 1;
		transform: translateY(-50%) rotate(90deg) translateX(0);
	}
}

@keyframes judevWatchVLabelIn {
	0% {
		opacity: 0;
		transform: rotate(-90deg) translateY(22px);
	}
	100% {
		opacity: 1;
		transform: rotate(-90deg) translateY(0);
	}
}

@keyframes judevWatchCountPulse {
	0% {
		transform: scale(1);
		opacity: 0.84;
	}
	50% {
		transform: scale(1.08);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes judevWatchCountFlip {
	0% {
		transform: rotateX(0deg);
		opacity: 0.7;
	}
	50% {
		transform: rotateX(90deg);
		opacity: 0.2;
	}
	100% {
		transform: rotateX(0deg);
		opacity: 1;
	}
}

@keyframes judevWatchCountSlide {
	0% {
		transform: translateY(8px);
		opacity: 0.25;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@media (max-width: 1360px) {
	.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide {
		padding: 26px 28px;
	}

	.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__title {
		font-size: clamp(34px, 5.4vw, 58px);
	}

	.judev-watches-slide {
		padding: 84px 40px 42px;
	}

	.judev-watches-slide__title {
		font-size: clamp(38px, 5vw, 58px);
	}

	.judev-watches-slide__description {
		font-size: 29px;
	}

	.judev-watches-slide__button {
		font-size: 21px;
	}

	.judev-watches-slide__vlabel {
		font-size: 17px;
	}
}

@media (max-width: 1100px) {
	.judev-watches-hero.is-layout-platinum_banner {
		padding: 10px 8px;
	}

	.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide {
		padding: 22px 18px;
	}

	.judev-watches-hero.is-layout-platinum_banner:not(.has-no-topbar) .judev-watches-slide {
		padding-top: 80px;
	}

	.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__stats {
		gap: 8px;
	}

	.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__stat-value {
		font-size: 24px;
	}

	.judev-watches-hero {
		padding: 18px 12px;
	}

	.judev-watches-hero__topbar {
		grid-template-columns: auto 1fr auto;
		padding: 16px 14px;
	}

	.judev-watches-hero__brand {
		font-size: 19px;
	}

	.judev-watches-hero__brand-image {
		max-width: 150px;
		max-height: 44px;
	}

	.judev-watches-hero__nav {
		gap: 14px;
		justify-content: center;
	}

	.judev-watches-hero__nav-link {
		font-size: 13px;
	}

	.judev-watches-hero__action-panels {
		inset-inline-end: 14px;
		min-width: 220px;
	}

	.judev-watches-hero__numbers {
		left: 12px;
	}

	.judev-watches-hero__number-btn {
		font-size: 27px;
	}

	.judev-watches-slide {
		padding: 74px 22px 36px;
		gap: 10px;
	}

	.judev-watches-hero.has-no-topbar .judev-watches-slide {
		padding-top: 44px;
	}

	.judev-watches-slide__visual {
		min-height: 350px;
	}

	.judev-watches-slide__image {
		width: min(300px, 88%);
	}

	.judev-watches-slide__vlabel {
		left: -30px;
	}

	.judev-watches-slide__description {
		font-size: 22px;
	}

	.judev-watches-slide__button {
		font-size: 17px;
		padding: 11px 18px;
	}

	.judev-watches-slide__watermark {
		font-size: clamp(52px, 8vw, 72px);
	}
}

@media (max-width: 820px) {
	.judev-watches-hero__topbar.is-sticky {
		top: 0 !important;
		left: 10px !important;
		right: 10px !important;
		width: auto !important;
		transform: none !important;
	}

	body.admin-bar .judev-watches-hero__topbar.is-sticky {
		top: 0 !important;
	}

	body.admin-bar .judev-watches-hero.is-header-only .judev-watches-hero__topbar.is-sticky {
		top: 46px !important;
	}

	html[dir="rtl"] .judev-watches-hero.is-layout-classic .judev-watches-slide {
		--watch-image-offset-x: 30px;
	}

	.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		padding: 24px 16px;
	}

	.judev-watches-hero.is-layout-platinum_banner:not(.has-no-topbar) .judev-watches-slide {
		padding-top: 162px;
	}

	.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__copy,
	.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__visual {
		flex: 1 1 auto;
		max-width: 100%;
		width: 100%;
		justify-content: center;
		text-align: center;
		justify-items: center;
	}

	.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__title {
		max-width: 100%;
		font-size: clamp(28px, 10vw, 44px);
	}

	.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__description {
		max-width: 32ch;
	}

	.judev-watches-hero.is-layout-platinum_banner .judev-watches-slide__stats {
		justify-content: center;
	}

	.judev-watches-hero__topbar {
		top: 10px;
		left: 10px;
		right: 10px;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto;
		row-gap: 8px;
		padding: 10px 10px 8px;
		border-radius: 14px;
		background: var(--watch-topbar-bg);
		border: 1px solid var(--watch-topbar-border);
		backdrop-filter: blur(calc(var(--watch-topbar-blur) + 2px));
	}

	.judev-watches-hero__brand-wrap,
	.judev-watches-hero__actions {
		gap: 10px;
	}

	.judev-watches-hero__actions {
		flex-wrap: nowrap;
	}

	.judev-watches-hero__menu-btn,
	.judev-watches-hero__action-link,
	.judev-watches-hero__theme-toggle.is-icon-only {
		width: 32px;
		height: 32px;
	}

	.judev-watches-hero__theme-toggle {
		height: 30px;
		padding: 0 8px;
		font-size: 10px;
		gap: 6px;
	}

	.judev-watches-hero__theme-toggle.is-floating {
		top: 10px;
		right: 10px;
	}

	.judev-watches-hero__brand-wrap {
		grid-column: 1/-1;
		width: 100%;
		justify-content: center;
		position: relative;
		min-height: 32px;
	}

	.judev-watches-hero__menu-wrap {
		position: absolute;
		inset-inline-start: 0;
	}

	.judev-watches-hero__brand-image {
		max-width: 130px;
		max-height: 38px;
	}

	.judev-watches-hero__actions {
		grid-column: 1/-1;
		width: 100%;
		justify-content: center;
		padding-top: 8px;
		border-top: 1px solid var(--watch-topbar-border);
	}

	.judev-watches-hero__categories {
		position: fixed;
		top: 0;
		right: -420px;
		left: auto;
		bottom: 0;
		width: min(86vw, 360px) !important;
		min-width: min(86vw, 360px) !important;
		max-width: min(86vw, 360px) !important;
		height: 100dvh;
		max-height: 100dvh;
		padding: 0;
		border-radius: 16px 0 0 16px;
		overflow: hidden;
		background: #0f171d !important;
		border: 1px solid rgba(255, 255, 255, 0.16) !important;
		backdrop-filter: none !important;
		box-shadow: -12px 0 30px rgba(0, 0, 0, 0.45);
		transform: none;
		opacity: 1;
		visibility: visible;
		pointer-events: none;
		transition: right 0.24s ease;
		z-index: 2147483645;
		display: flex;
		flex-direction: column;
		padding-top: env(safe-area-inset-top);
		padding-bottom: env(safe-area-inset-bottom);
	}

	.judev-watches-hero__categories.is-open {
		right: 0 !important;
		left: auto !important;
		pointer-events: auto;
	}

	.judev-watches-hero__menu-overlay {
		position: fixed;
		inset: 0;
		display: block !important;
		background: rgba(9, 14, 24, 0.42);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.22s ease, visibility 0.22s ease;
		z-index: 2147483644;
	}

	.judev-watches-hero__menu-overlay.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.judev-watches-hero__categories-mobile-head {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 12px 14px;
		padding-left: max(14px, env(safe-area-inset-left));
		padding-right: max(14px, env(safe-area-inset-right));
		background: #101b23;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	.judev-watches-hero__categories-close {
		width: 46px;
		height: 46px;
		flex: 0 0 46px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.08);
		color: #e7edf4;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 28px;
		line-height: 1;
		cursor: pointer;
	}

	.judev-watches-hero__categories-search {
		flex: 1 1 auto;
		display: flex;
		align-items: center;
		gap: 0;
		background: rgba(255, 255, 255, 0.06);
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 14px;
		overflow: hidden;
	}

	.judev-watches-hero__categories-search-input {
		flex: 1 1 auto;
		min-width: 0;
		height: 46px;
		border: 0;
		background: transparent;
		color: #e7edf4;
		padding: 0 14px;
		font-size: 16px;
	}

	.judev-watches-hero__categories-search-input::placeholder {
		color: rgba(231, 237, 244, 0.6);
	}

	.judev-watches-hero__categories-search-input:focus {
		outline: none;
	}

	.judev-watches-hero__categories-search-btn {
		width: 56px;
		height: 46px;
		flex: 0 0 56px;
		border: 0;
		background: rgba(255, 255, 255, 0.12);
		color: #e7edf4;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		cursor: pointer;
	}

	.judev-watches-hero__categories-search-btn svg {
		display: block;
		width: 18px;
		height: 18px;
		flex: 0 0 18px;
	}

	.judev-watches-hero__categories-tabs {
		display: grid;
		grid-template-columns: 1fr 1fr;
		background: #101b23;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
		padding-left: max(10px, env(safe-area-inset-left));
		padding-right: max(10px, env(safe-area-inset-right));
		column-gap: 8px;
	}

	.judev-watches-hero__categories-tab {
		height: 50px;
		border: 0;
		background: rgba(255, 255, 255, 0.08);
		color: #e7edf4;
		font-size: 16px;
		font-weight: 700;
		cursor: pointer;
		border-radius: 10px 10px 0 0;
	}

	.judev-watches-hero__categories-tab.is-active {
		background: rgba(255, 255, 255, 0.14);
		box-shadow: inset 0 -3px 0 var(--watch-number-line);
	}

	.judev-watches-hero__categories-panels {
		flex: 1 1 auto;
		min-height: 0;
		height: auto;
		max-height: none;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 10px 12px calc(16px + env(safe-area-inset-bottom));
		padding-left: max(12px, env(safe-area-inset-left));
		padding-right: max(12px, env(safe-area-inset-right));
		align-content: start;
		grid-auto-rows: max-content;
	}

	.judev-watches-hero__categories.has-tabs .judev-watches-hero__categories-panels {
		flex: 1 1 auto;
		height: auto;
	}

	.judev-watches-hero__categories.has-tabs .judev-watches-hero__categories-section {
		display: none;
		margin: 0;
		padding: 0;
		border-top: 0;
	}

	.judev-watches-hero__categories.has-tabs .judev-watches-hero__categories-section.is-active {
		display: grid;
	}

	.judev-watches-hero__categories.has-tabs .judev-watches-hero__categories-title {
		display: none;
	}

	.judev-watches-hero__categories .judev-watches-hero__category-link,
	.judev-watches-hero__categories .judev-watches-hero__category-all {
		display: flex;
		align-items: center;
		border-radius: 10px;
		padding: 14px 16px;
		min-height: 58px;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.35;
		color: #e7edf4;
		background: #16232e;
		border: 1px solid rgba(255, 255, 255, 0.16);
		margin-bottom: 8px;
	}

	.judev-watches-hero__categories .judev-watches-hero__category-link:hover,
	.judev-watches-hero__categories .judev-watches-hero__category-link--menu.is-active,
	.judev-watches-hero__categories .judev-watches-hero__category-all:hover {
		background: rgba(255, 255, 255, 0.18);
		color: #ffffff;
	}

	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories {
		background: #ffffff !important;
		border-color: rgba(16, 24, 34, 0.14) !important;
		box-shadow: -12px 0 28px rgba(16, 24, 34, 0.18);
	}

	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-mobile-head,
	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-tabs,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-mobile-head,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-tabs {
		background: #ffffff;
		border-color: rgba(16, 24, 34, 0.12);
	}

	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-close,
	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-search,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-close,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-search {
		background: rgba(19, 36, 52, 0.06);
		border-color: rgba(16, 24, 34, 0.14);
	}

	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-search-input,
	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-search-btn,
	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-close,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-search-input,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-search-btn,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-close {
		color: #132434;
	}

	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-search-btn,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-search-btn {
		background: rgba(19, 36, 52, 0.12);
	}

	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-search-input::placeholder,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-search-input::placeholder {
		color: rgba(19, 36, 52, 0.46);
	}

	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-tab,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-tab {
		background: rgba(19, 36, 52, 0.04);
		color: #132434;
	}

	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories-tab.is-active,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories-tab.is-active {
		background: rgba(19, 36, 52, 0.08);
	}

	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories .judev-watches-hero__category-link,
	body[data-watch-demo-theme="light"] .judev-watches-hero .judev-watches-hero__categories .judev-watches-hero__category-all,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories .judev-watches-hero__category-link,
	.judev-watches-hero[data-demo-theme="light"] .judev-watches-hero__categories .judev-watches-hero__category-all {
		color: #132434;
		background: #ffffff;
		border-color: rgba(16, 24, 34, 0.12);
	}

	.judev-watches-hero__categories-section {
		align-content: start;
		grid-auto-rows: max-content;
	}

	.judev-watches-hero__categories.has-desktop-products .judev-watches-hero__categories-section--mobile-menu {
		display: grid;
	}

	.judev-watches-hero__categories.has-desktop-products .judev-watches-hero__categories-section--desktop-products {
		display: none;
	}

	.judev-watches-hero__action-panels {
		left: 8px;
		right: 8px;
		inset-inline-end: 8px;
		min-width: 0;
	}

	.judev-watches-hero__action-panel {
		width: 100%;
		box-sizing: border-box;
	}

	.judev-watches-hero__nav {
		display: none;
	}

	.judev-watches-hero__numbers {
		display: none;
	}

	.judev-watches-slide {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding: 150px 16px 28px;
	}

	.judev-watches-hero.has-no-topbar .judev-watches-slide {
		padding-top: 34px;
	}

	.judev-watches-slide__visual,
	.judev-watches-slide__copy {
		flex: 1 1 auto;
		width: 100%;
	}

	.judev-watches-slide__visual {
		min-height: 300px;
	}

	.judev-watches-slide__panel {
		width: 48%;
		height: 90%;
	}

	.judev-watches-slide__rings {
		width: min(320px, 92%);
	}

	.judev-watches-slide__copy {
		padding: 0 8px;
		text-align: center;
		justify-items: center;
	}

	.judev-watches-slide__copy::after,
	.judev-watches-slide__vlabel,
	.judev-watches-slide__watermark {
		display: none;
	}

	.judev-watches-slide__title {
		max-width: none;
		font-size: clamp(28px, 8.5vw, 40px);
	}

	.judev-watches-slide__description {
		font-size: 15px;
		max-width: 28ch;
	}

	.judev-watches-slide__button {
		font-size: 15px;
	}

	.judev-watches-hero__social {
		left: 12px;
		bottom: 14px;
	}

	.judev-watches-hero__scroll-indicator {
		right: 12px;
		bottom: 12px;
	}
}

@media (max-width: 560px) {
	.judev-watches-hero__topbar.is-sticky {
		top: 0 !important;
		left: 6px !important;
		right: 6px !important;
	}

	body.admin-bar .judev-watches-hero__topbar.is-sticky {
		top: 0 !important;
	}

	.judev-watches-hero {
		padding: 10px 8px;
	}

	.judev-watches-hero__topbar {
		left: 6px;
		right: 6px;
		top: 6px;
		padding: 9px 8px 8px;
	}

	.judev-watches-hero__categories {
		top: 0;
		right: -390px;
		width: min(90vw, 340px) !important;
		min-width: min(90vw, 340px) !important;
		max-width: min(90vw, 340px) !important;
		height: 100dvh;
		max-height: 100dvh;
		border-radius: 14px 0 0 14px;
	}

	.judev-watches-hero__categories.is-open {
		right: 0 !important;
	}

	.judev-watches-hero__brand {
		font-size: 24px;
	}

	.judev-watches-hero__brand-image {
		max-width: 112px;
		max-height: 34px;
	}

	.judev-watches-hero__nav-link {
		padding: 6px 10px;
		font-size: 12px;
	}

	.judev-watches-slide {
		padding-top: 156px;
	}

	.judev-watches-slide__visual {
		min-height: 280px;
	}

	.judev-watches-hero__action-panels {
		left: 6px;
		right: 6px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.judev-watches-hero__menu-btn,
	.judev-watches-hero__action-link,
	.judev-watches-slide__button,
	.judev-watches-hero__social-link,
	.judev-watches-hero__scroll-dot,
	.judev-watches-slide,
	.judev-watches-slide__visual,
	.judev-watches-slide__image,
	.judev-watches-slide__ring--outer,
	.judev-watches-slide__ring--inner,
	.judev-watches-slide__copy,
	.judev-watches-slide__watermark,
	.judev-watches-slide__vlabel,
	.judev-watches-slide__title,
	.judev-watches-slide__description,
	.judev-watches-slide__stat-value,
	.judev-watches-hero__action-panel {
		transition: none !important;
		animation: none !important;
		transform: none !important;
	}
}
