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

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

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

:root {
	--wd-text-font: iranyekan;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(229,229,229);
	--wd-text-font-size: 14px;
	--wd-title-font: iranyekan;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(234,234,234);
	--wd-entities-title-font: iranyekan;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(234,234,234);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: iranyekan;
	--wd-widget-title-font: iranyekan;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(234,234,234);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: iranyekan;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(181,181,181);
	--wd-alternative-color: rgb(255,123,0);
	--wd-link-color: rgb(237,128,33);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(255,123,0);
	--btn-accented-bgcolor-hover: rgba(255,123,0,0.7);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(255,94,94);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://callofduty.ir/wp-content/uploads/2025/05/BO6_VE_Background_XLG.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 5px;
}

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


/* === Neon Blue Links ONLY inside .wd-entry-content === */
:root{
  --neon-blue:#00e7ff;
  --neon-blue-soft:rgba(0,231,255,.7);
  --neon-underline:rgba(0,231,255,.55);
}

.wd-entry-content a[href]:not(.wp-block-button__link):not(.button):not([class*="btn"]) {
  position: relative;
  color: var(--neon-blue) !important;
  text-decoration: underline;
  text-decoration-color: var(--neon-underline);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-shadow:
    0 0 1px var(--neon-blue),
    0 0 8px var(--neon-blue-soft),
    0 0 18px var(--neon-blue-soft) !important;
  transition: color .25s ease, text-shadow .25s ease, text-decoration-color .25s ease, filter .25s ease;
  -webkit-tap-highlight-color: transparent;
}

/* Hover & focus effects */
.wd-entry-content a[href]:hover,
.wd-entry-content a[href]:focus-visible {
  text-decoration-color: var(--neon-blue);
  text-shadow:
    0 0 2px var(--neon-blue),
    0 0 14px rgba(0,231,255,.9),
    0 0 32px rgba(0,231,255,.9) !important;
  filter: saturate(120%) brightness(110%);
  outline: 2px dashed rgba(0,231,255,.5);
  outline-offset: 3px;
  border-radius: 2px;
}

/* animated underline */
.wd-entry-content a[href]::after {
  content:"";
  position:absolute;
  left:0; right:0;
  bottom:-2px;
  height:2px;
  transform: scaleX(0);
  transform-origin:center;
  transition: transform .25s ease;
  background:linear-gradient(90deg, transparent, var(--neon-blue), transparent);
  box-shadow:0 0 6px var(--neon-blue-soft), 0 0 16px var(--neon-blue-soft);
  pointer-events:none;
}
.wd-entry-content a[href]:hover::after,
.wd-entry-content a[href]:focus-visible::after {
  transform: scaleX(1);
}

/* reduced motion respect */
@media (prefers-reduced-motion: reduce){
  .wd-entry-content a[href],
  .wd-entry-content a[href]::after {
    transition: none !important;
  }
}
