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

:root {
	--wd-text-font: "HelveticaNowDisplay-ExtraBold", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: rgb(119,119,119);
	--wd-text-font-size: 14px;
	--wd-title-font: "HelveticaNowDisplay-Black", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "HelveticaNowDisplay-ExtraBold", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-transform: uppercase;
	--wd-entities-title-color: #0B1522;
	--wd-entities-title-color-hover: rgb(243, 0, 0);
	--wd-alternative-font: "HelveticaNowDisplay-Bold", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Josefin Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "HelveticaNowDisplay-Bold", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(51,51,51);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(51,51,51);
	--btn-accented-bgcolor-hover: rgb(175,40,40);
	--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: 190px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgba(255,0,0,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 0px;
}
.header-banner {
	background-color: rgb(15,9,5);
	background-image: none;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(0,0,0);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgb(249,249,249);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 140px;
}
:root{
--wd-form-brd-radius: 0px;
--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-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;
}



@font-face {
	font-family: "HelveticaNowDisplay-Regular";
	src: url("//liscanopower.com/wp-content/uploads/2025/02/HelveticaNowDisplay-Regular-1.ttf") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNowDisplay-Black";
	src: url("//liscanopower.com/wp-content/uploads/2025/02/HelveticaNowDisplay-Black.ttf") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNowDisplay-ExtraBold";
	src: url("//liscanopower.com/wp-content/uploads/2025/02/HelveticaNowDisplay-ExtraBold.ttf") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNowDisplay-Bold";
	src: url("//liscanopower.com/wp-content/uploads/2025/02/HelveticaNowDisplay-Bold.ttf") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "HelveticaNowDisplay-Medium";
	src: url("//liscanopower.com/wp-content/uploads/2025/02/HelveticaNowDisplay-Medium.ttf") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "cookie-regular";
	src: url("//liscanopower.com/wp-content/uploads/2025/03/Cookie-Regular.ttf") format("woff");
	font-weight: 400;
	font-style: normal;
}

/* ocultar stock */
p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
    display: none;
}

/* ===== Scroll vertical en miniaturas (WoodMart vertical gallery) ===== */
.wd-gallery-thumb .wd-carousel.wd-vertical .wd-carousel-wrap {
  max-height: 60vh !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}

.wd-gallery-thumb .wd-carousel.wd-vertical .wd-carousel-wrap:hover {
  overflow-y: auto !important;
}

.wd-gallery-thumb .wd-carousel.wd-vertical .wd-carousel-item {
  max-width: 120px !important;
  margin-bottom: 10px !important;
  box-sizing: border-box !important;
}

/* Ocultar scrollbar en todos los navegadores */
.wd-gallery-thumb .wd-carousel.wd-vertical .wd-carousel-wrap {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.wd-gallery-thumb .wd-carousel.wd-vertical .wd-carousel-wrap::-webkit-scrollbar {
    display: none !important;
}

/* --- Preparación hover productos --- */
.product-element-top {
  position: relative;
  overflow: hidden;
}

.product-element-top .hover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease-in-out;
  z-index: 2;
}

.product-element-top > a.product-image-link img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity .25s ease-in-out;
  transform: none !important;
  z-index: 1;
}

.product-element-top.has-hover:hover .hover-img {
  opacity: 1 !important;
  visibility: visible !important;
}

.product-element-top.has-hover:hover > a.product-image-link img {
  opacity: 0 !important;
  transform: none !important;
}

.product-element-top .hover-img img,
.product-element-top > a.product-image-link img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* Barra anunciamiento */
.header-banner {
  overflow: hidden;
  white-space: nowrap;
}

.header-banner-container p {
  display: inline-block;
  animation: marquee 245s linear infinite;
  margin: 0px;
  font-weight: bold;
  color: #FFFFFF;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.header-banner-container p:hover {
  animation-play-state: paused;
}

.close-header-banner {
    display: none !important;
}

/* Tipografía */
body, button, input, textarea, select, p, li, span, a {
  font-family: 'Instrument Sans', sans-serif !important;
  font-weight: 500 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Instrument Sans', sans-serif !important;
  font-weight: 800 !important;
}

/* Quitar mayúsculas forzadas */
h1, h2, h3, h4, h5, h6,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.single-product .product_title.entry-title,
.wd-entities-title,
.product-title {
  text-transform: none !important;
  letter-spacing: -0.03em !important;
}

/* WooCommerce error */
.woocommerce-error {
    background: #fff0f3;
    border: 2px solid #BE1A34;
    color: #BE1A34 !important;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 6px;
    margin-top: 10px;
}

/* ===== Checkout WooCommerce Moderno ===== */

.woocommerce-checkout form.checkout {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.woocommerce form .form-row label {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 6px;
  display: block;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #1e40af;
  outline: none;
  box-shadow: 0 0 0 2px rgba(30,64,175,0.2);
}

.woocommerce #place_order {
  background: #BE1A34;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 25px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
}

.woocommerce #place_order:hover {
  background: #8a1026;
}