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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(119,119,119);
	--wd-text-font-size: 14px;
	--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;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(68,59,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.header-banner {
	background-color: rgba(13,108,191,0.81);
	background-image: none;
}
.page-title-default {
	background-color: rgb(16,16,16);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(0,0,0);
	background-image: url(https://psdplug.co/wp-content/uploads/2025/11/hardware-footer-bg.avif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.page .main-page-wrapper {
	background-color: rgb(16,16,16);
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}
.wd-builder-off .wd-fbt.wd-design-side {
	--wd-form-width: 250px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
: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: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

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


/* Christmas Popup Styles */
.christmas-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999999;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  backdrop-filter: blur(3px);
}

.christmas-popup-content {
  background: linear-gradient(135deg, #1a472a 0%, #0d2818 100%);
  padding: 40px 35px;
  border-radius: 15px;
  text-align: center;
  max-width: 500px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 0 2px #c41e3a, 0 0 20px rgba(196, 30, 58, 0.3);
  margin: 20px;
  border: 2px solid #c41e3a;
  overflow: hidden;
}

.christmas-popup-content::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, transparent 30%, rgba(255, 255, 255, 0.05) 70%);
  z-index: 0;
}

.christmas-popup-content > * {
  position: relative;
  z-index: 1;
}

.christmas-header {
  font-size: 42px;
  margin-bottom: 10px;
  animation: sparkle 2s infinite alternate;
}

@keyframes sparkle {
  0% { opacity: 0.8; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.05); }
}

.christmas-popup-content h2 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.christmas-subtitle {
  color: #90ee90;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 500;
}

.christmas-popup-content p {
  color: #e0e0e0;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

.discount-text {
  color: #ffd700;
  font-weight: bold;
  font-size: 20px;
}

.christmas-coupon {
  background: rgba(255, 255, 255, 0.1);
  border: 2px dashed #ffd700;
  border-radius: 8px;
  padding: 15px;
  margin: 20px auto;
  width: 80%;
  max-width: 300px;
  transition: all 0.3s ease;
}

.christmas-coupon:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.03);
}

#christmas-coupon-code {
  font-size: 28px;
  color: #ffd700;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'Courier New', monospace;
}

.coupon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 25px 0;
}

.christmas-copy-btn {
  padding: 12px 30px;
  background: linear-gradient(135deg, #c41e3a 0%, #8b0000 100%);
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(196, 30, 58, 0.4);
}

.christmas-copy-btn:hover {
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(196, 30, 58, 0.6);
}

.expiry-text {
  background: rgba(255, 215, 0, 0.1);
  border-radius: 6px;
  padding: 12px;
  margin: 20px auto;
  width: 90%;
  color: #ffd700 !important;
  font-size: 14px !important;
}

.cta-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 25px 0;
}

.christmas-shop-btn {
  display: inline-block;
  padding: 16px 30px;
  background: linear-gradient(135deg, #228B22 0%, #006400 100%);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 16px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(34, 139, 34, 0.4);
}

.christmas-shop-btn:hover {
  background: linear-gradient(135deg, #32CD32 0%, #228B22 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 139, 34, 0.6);
  color: white;
}

.gift-btn {
  display: inline-block;
  padding: 14px 30px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 15px;
  border: 2px solid #c41e3a;
}

.gift-btn:hover {
  background: rgba(196, 30, 58, 0.2);
  transform: translateY(-2px);
  color: white;
}

.holiday-message {
  color: #90ee90 !important;
  font-style: italic;
  margin-top: 20px !important;
  font-size: 14px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px !important;
}

.close-popup {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #ffd700;
  line-height: 1;
  transition: all 0.3s ease;
  z-index: 2;
}

.close-popup:hover {
  color: #ffffff;
  transform: scale(1.2);
}

.copied-confirm {
  display: none;
  color: #90ee90;
  font-weight: bold;
  font-size: 14px;
  background: rgba(144, 238, 144, 0.1);
  padding: 5px 10px;
  border-radius: 4px;
}

/* Snowflakes Animation */
@keyframes fall {
  0% {
    transform: translateY(-20px) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .christmas-popup-content {
    padding: 30px 20px;
    margin: 15px;
  }
  
  .christmas-popup-content h2 {
    font-size: 26px;
  }
  
  #christmas-coupon-code {
    font-size: 22px;
  }
  
  .cta-row {
    flex-direction: column;
  }
  
  .christmas-shop-btn,
  .gift-btn {
    padding: 14px 20px;
    font-size: 14px;
  }
}