@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//neonlightsdxb.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.1") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//neonlightsdxb.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//neonlightsdxb.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//neonlightsdxb.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//neonlightsdxb.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//neonlightsdxb.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//neonlightsdxb.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//neonlightsdxb.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//neonlightsdxb.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(89,94,224);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(23,23,23);
	--btn-default-bgcolor-hover: rgb(25,25,25);
	--btn-accented-bgcolor: rgb(90,95,222);
	--btn-accented-bgcolor-hover: rgb(82,87,203);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://neonlightsdxb.com/wp-content/uploads/2021/09/hardware-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(16,16,16);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: url(https://neonlightsdxb.com/wp-content/uploads/2021/09/hardware-footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.page .wd-page-content {
	background-color: rgb(16,16,16);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


:root {
  --neon1: #00ffff; /* cyan */
  --neon2: #ff00ff; /* magenta */
}

.neon-flicker {
  color: var(--neon1);
  text-shadow:
    0 0 4px var(--neon1),
    0 0 8px var(--neon1),
    0 0 16px var(--neon1),
    0 0 24px var(--neon2);
  animation: neonFlicker 2.2s infinite steps(20, end);
}

@keyframes neonFlicker {
  0%, 5%, 7%, 9%, 11%, 20%, 100% { opacity: 1; }
  6%, 8%, 10% { opacity: 0.4; }
  45% { opacity: 0.85; }
  46% { opacity: 0.3; }
  47% { opacity: 0.9; }
}

/* motion preference respect */
@media (prefers-reduced-motion: reduce) {
  .neon-flicker { animation: none; }
}
.neon-pulse {
  color: #39ff14; /* neon green */
  text-shadow:
    0 0 6px #39ff14,
    0 0 12px #39ff14,
    0 0 24px #39ff14;
  animation: neonPulse 3s ease-in-out infinite;
}

@keyframes neonPulse {
  0%,100% { text-shadow: 0 0 6px #39ff14, 0 0 12px #39ff14, 0 0 24px #39ff14; }
  50% { text-shadow: 0 0 2px #39ff14, 0 0 6px #39ff14, 0 0 12px #39ff14; }
}

.neon-card .product-grid-item,
.neon-card .product-wrapper {
  background:#000 !important;
  transition: box-shadow .25s ease, transform .25s ease;
	padding-bottom:5px;
}
.neon-card .product-grid-item:hover,
.neon-card .product-wrapper:hover {
  box-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff, 0 0 30px rgba(0,255,255,.6);
  transform: translateY(-2px);
}

@media (max-width: 767px){
  .hero-banner{
    background-size: cover !important;
    background-position: 50% 50% !important; /* center focus */
    min-height: 350px; /* same as your mobile banner height */
  }
}

