:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--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: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 600;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 700;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(76,76,76);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(77,153,115);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 800px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
}
html .product-image-summary-wrap .summary-inner > .price, html .wd-single-price .price {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: rgb(0,0,0);
}
html .wd-product .price {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: rgb(0,0,0);
}
html .widget-area .widget .price {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: rgb(79,79,79);
}
html .btn.wd-buy-now-btn {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: none;
	color: rgb(35,38,42);
	background: rgb(246,245,241);
	padding: 18px 24px 18px 24px;
}
html .btn.wd-buy-now-btn:hover {
	color: rgb(255,255,255);
	background: rgb(45,45,45);
}
html .entry-summary .single_add_to_cart_button, .wd-single-add-cart .single_add_to_cart_button {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: none;
	color: rgb(255,255,255);
	background: rgb(5,5,5);
	padding: 18px 24px 18px 24px;
}
html .entry-summary .single_add_to_cart_button:hover, .wd-single-add-cart .single_add_to_cart_button:hover {
	background: rgb(48,52,56);
}
html #place_order {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: rgb(255,255,255);
	background: rgb(0,0,0);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 40px;
	}
	html .btn.wd-buy-now-btn {
		font-size: 12px;
	}
	html .entry-summary .single_add_to_cart_button, .wd-single-add-cart .single_add_to_cart_button {
		font-size: 12px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "Gilroy Medium";
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

/* ----------------------------------------------------------
   CATALOG — Hide add-to-cart button in grid mode
---------------------------------------------------------- */
.product-grid-item .wd-add-btn {
  display: none;
}

/* ----------------------------------------------------------
   FILTER SWATCHES
---------------------------------------------------------- */
.woodmart-woocommerce-layered-nav .wd-swatches-filter .wd-swatch {
  --wd-swatch-h: 30px;
  --wd-swatch-w: 60px;
}

.woodmart-woocommerce-layered-nav .wd-swatches-filter .wd-swatch-bg::before {
  border: 0 !important;
}

/* ----------------------------------------------------------
   PHOTOSWIPE — Hide download button
---------------------------------------------------------- */
.pswp__share-tooltip a.pswp__share--download {
  display: none;
}

/* ----------------------------------------------------------
   CHECKOUT FORM — Custom column widths
---------------------------------------------------------- */
.form-row-25p-first {
  width: 31.5%;
  float: left;
  margin-right: 2.5%;
}

.form-row-25p-last {
  width: 31.5%;
  float: right;
  margin-right: 0;
}

/* Checkout Motoredge - Layout limpio para campos de dirección */
@media (min-width: 768px) {

  /* Contenedores de campos de facturación/envío */
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    column-gap: 32px !important;
    align-items: start !important;
  }

  /* Todos los campos ocupan ancho completo por default */
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper > .form-row,
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper > .form-row {
    grid-column: span 12 !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  /* Nombre y apellidos en 2 columnas */
  body.woocommerce-checkout form.checkout #billing_first_name_field,
  body.woocommerce-checkout form.checkout #billing_last_name_field,
  body.woocommerce-checkout form.checkout #shipping_first_name_field,
  body.woocommerce-checkout form.checkout #shipping_last_name_field {
    grid-column: span 6 !important;
  }

  /* Ciudad, Estado y Código Postal en 3 columnas */
  body.woocommerce-checkout form.checkout #billing_city_field,
  body.woocommerce-checkout form.checkout #billing_state_field,
  body.woocommerce-checkout form.checkout #billing_postcode_field,
  body.woocommerce-checkout form.checkout #shipping_city_field,
  body.woocommerce-checkout form.checkout #shipping_state_field,
  body.woocommerce-checkout form.checkout #shipping_postcode_field {
    grid-column: span 4 !important;
  }

  /* Solo campos de texto/select a 100%; NO afecta checkboxes ni radios */
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input[type="text"],
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input[type="email"],
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input[type="tel"],
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input[type="number"],
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input[type="password"],
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper textarea,
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper select,
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .select2-container,
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper input[type="text"],
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper input[type="email"],
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper input[type="tel"],
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper input[type="number"],
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper input[type="password"],
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper textarea,
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper select,
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .select2-container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Mobile: todos los campos uno debajo del otro */
@media (max-width: 767px) {

  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper {
    display: block !important;
  }

  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper > .form-row,
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper > .form-row {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-right: 0 !important;
  }
}

/* Protección global: radios y checkboxes del checkout no deben estirarse */
body.woocommerce-checkout form.checkout input[type="checkbox"],
body.woocommerce-checkout form.checkout input[type="radio"],
body.woocommerce-checkout form.checkout .input-checkbox,
body.woocommerce-checkout form.checkout .input-radio,
body.woocommerce-checkout form.checkout input.shipping_method,
body.woocommerce-checkout form.checkout #terms,
body.woocommerce-checkout form.checkout #kl_newsletter_checkbox {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  flex: 0 0 auto !important;
  display: inline-block !important;
  float: none !important;
  clear: none !important;
  margin-left: 0 !important;
  margin-right: 8px !important;
  vertical-align: middle !important;
  position: static !important;
  transform: none !important;
}

/* Métodos de pago alineados correctamente */
body.woocommerce-checkout form.checkout .wc_payment_method {
  text-align: left !important;
}

body.woocommerce-checkout form.checkout .wc_payment_method > input[type="radio"] {
  margin-right: 8px !important;
}

/* Métodos de envío alineados correctamente */
body.woocommerce-checkout form.checkout .woocommerce-shipping-methods li {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

body.woocommerce-checkout form.checkout .woocommerce-shipping-methods input[type="radio"] {
  margin-right: 8px !important;
}

/* Labels de checkboxes importantes */
body.woocommerce-checkout form.checkout label[for="terms"],
body.woocommerce-checkout form.checkout label[for="kl_newsletter_checkbox"] {
  display: inline !important;
  width: auto !important;
  max-width: 100% !important;
  text-align: left !important;
}

/* Checkout Motoredge - Espaciado vertical en móvil */
@media (max-width: 767px) {

  /* Separación entre campos principales de entrega/facturación */
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper > .form-row,
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper > .form-row {
    margin-bottom: 18px !important;
  }

  /* Separación entre label y campo */
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper > .form-row > label,
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper > .form-row > label {
    display: block !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
  }

  /* Campos con mejor respiración visual en mobile */
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input[type="text"],
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input[type="email"],
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper input[type="tel"],
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper select,
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection,
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper input[type="text"],
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper input[type="email"],
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper input[type="tel"],
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper select,
  body.woocommerce-checkout form.checkout .woocommerce-shipping-fields__field-wrapper .select2-container .select2-selection {
    min-height: 54px !important;
  }

  /* Checkboxes debajo de email / cuenta con mejor separación */
  body.woocommerce-checkout form.checkout .woocommerce-account-fields,
  body.woocommerce-checkout form.checkout .woocommerce-billing-fields__field-wrapper + .woocommerce-account-fields {
    margin-top: 8px !important;
  }

  body.woocommerce-checkout form.checkout .woocommerce-account-fields .form-row,
  body.woocommerce-checkout form.checkout .create-account {
    margin-bottom: 16px !important;
  }
}

/* ----------------------------------------------------------
   STOCK BADGES — Color classes
   (Used by PHP snippets that add span.stock-* wrappers)
---------------------------------------------------------- */
.stock-ultima {
  color: #d90429;
  font-weight: bold;
}

.stock-bajo {
  color: #EBB349;
  font-weight: bold;
}

.stock-alto {
  color: #0a8a2a;
  font-weight: 600;
}

/* ----------------------------------------------------------
   PRODUCT LABELS / ETIQUETAS
   Shared base, then per-label overrides.
---------------------------------------------------------- */
.etiqueta-hot,
.etiqueta-nuevo,
.etiqueta-vip,
.etiqueta-chase {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 5px 10px;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.etiqueta-hot,
.etiqueta-nuevo,
.etiqueta-vip {
  border-radius: 3px;
}

/* MAS VENDIDOS */
.etiqueta-hot {
  background-color: #b3472d;
  color: #fff;
  border: 1px solid #953b25;
}

/* NUEVO */
.etiqueta-nuevo {
  background-color: #d90429;
  color: #fff;
  border: 1px solid #b10322;
}

/* SIGNATURE CLUB (VIP) */
.etiqueta-vip {
  background-color: #4b0082;
  color: #d6b370;
  border: 1px solid #bfa76e;
}

/* CHASE */
.etiqueta-chase {
  background: linear-gradient(135deg, #0e3f24, #145f3a);
  color: #d6b370;
  border: 1px solid #bfa76e;
  border-radius: 5px;
  font-weight: 500;
}

/* ----------------------------------------------------------
   MEGA MENU CTA
---------------------------------------------------------- */
.menu-cta-all > a {
  font-weight: 700 !important;
  text-transform: none !important;
}

/* ----------------------------------------------------------
   STICKY ADD-TO-CART (Woodmart) — DO NOT MODIFY
---------------------------------------------------------- */
.wd-sticky-btn .quantity {
  width: auto !important;
  max-width: none !important;
}

.wd-sticky-btn .quantity .qty,
.wd-sticky-btn .quantity input.qty,
.wd-sticky-btn .quantity .plus,
.wd-sticky-btn .quantity .minus,
.wd-sticky-btn .quantity button.plus,
.wd-sticky-btn .quantity button.minus {
  width: auto !important;
  min-width: 0 !important;
  height: initial !important;
  line-height: normal !important;
  font-size: inherit !important;
}

/* ----------------------------------------------------------
   ESTIMATED DELIVERY — Hide in sticky bar
---------------------------------------------------------- */
.wd-sticky-btn-shown .ph_est_delivery_product_page {
  display: none !important;
}

/* ----------------------------------------------------------
   SIMPLE PRODUCT CART FORM
   Layout: quantity (full-width, centered) + 2-column buttons
---------------------------------------------------------- */
.single-product .summary form.cart:not(.variations_form) {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.single-product .summary form.cart:not(.variations_form) .quantity,
.single-product .summary form.cart:not(.variations_form) button,
.single-product .summary form.cart:not(.variations_form) a {
  float: none !important;
}

.single-product .summary form.cart:not(.variations_form) .quantity {
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  margin: 0 !important;
  width: 210px;
  max-width: 100%;
}

.single-product .summary form.cart:not(.variations_form) .quantity .qty,
.single-product .summary form.cart:not(.variations_form) .quantity input.qty {
  width: 80px !important;
  height: 44px !important;
  line-height: 44px !important;
  font-size: 18px !important;
  text-align: center !important;
}

.single-product .summary form.cart:not(.variations_form) .quantity .plus,
.single-product .summary form.cart:not(.variations_form) .quantity .minus,
.single-product .summary form.cart:not(.variations_form) .quantity button.plus,
.single-product .summary form.cart:not(.variations_form) .quantity button.minus {
  width: 52px !important;
  height: 44px !important;
  min-width: 52px !important;
  font-size: 18px !important;
}

/* Add to cart — column 1 */
.single-product .summary form.cart:not(.variations_form) button.single_add_to_cart_button,
.single-product .summary form.cart:not(.variations_form) a.single_add_to_cart_button {
  grid-column: 1 !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Buy now — column 2 */
.single-product .summary form.cart:not(.variations_form) .wd-buy-now,
.single-product .summary form.cart:not(.variations_form) .buy_now_button,
.single-product .summary form.cart:not(.variations_form) .single_buy_now_button,
.single-product .summary form.cart:not(.variations_form) a.buy-now,
.single-product .summary form.cart:not(.variations_form) button[name="buy-now"],
.single-product .summary form.cart:not(.variations_form) a[class*="buy-now"],
.single-product .summary form.cart:not(.variations_form) button[class*="buy-now"],
.single-product .summary form.cart:not(.variations_form) a[class*="wd-buy-now"],
.single-product .summary form.cart:not(.variations_form) button[class*="wd-buy-now"] {
  grid-column: 2 !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Stack on very narrow screens */
@media (max-width: 360px) {
  .single-product .summary form.cart:not(.variations_form) {
    grid-template-columns: 1fr !important;
  }

  .single-product .summary form.cart:not(.variations_form) button.single_add_to_cart_button,
  .single-product .summary form.cart:not(.variations_form) a.single_add_to_cart_button,
  .single-product .summary form.cart:not(.variations_form) .wd-buy-now,
  .single-product .summary form.cart:not(.variations_form) .buy_now_button,
  .single-product .summary form.cart:not(.variations_form) .single_buy_now_button,
  .single-product .summary form.cart:not(.variations_form) a.buy-now,
  .single-product .summary form.cart:not(.variations_form) button[name="buy-now"],
  .single-product .summary form.cart:not(.variations_form) a[class*="buy-now"],
  .single-product .summary form.cart:not(.variations_form) button[class*="buy-now"],
  .single-product .summary form.cart:not(.variations_form) a[class*="wd-buy-now"],
  .single-product .summary form.cart:not(.variations_form) button[class*="wd-buy-now"] {
    grid-column: 1 !important;
  }
}

/* ----------------------------------------------------------
   VARIABLE PRODUCT CART FORM
---------------------------------------------------------- */
.product-type-variable .summary form.cart.variations_form {
  display: block !important;
}

.product-type-variable .summary form.cart.variations_form table.variations {
  width: 100% !important;
  margin: 0 0 12px !important;
}

.product-type-variable .summary form.cart.variations_form table.variations tr {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.product-type-variable .summary form.cart.variations_form table.variations td.label {
  white-space: nowrap !important;
  margin: 0 !important;
}

.product-type-variable .summary form.cart.variations_form table.variations td.value {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 420px !important;
}

.product-type-variable .summary form.cart.variations_form table.variations td.value select {
  width: 100% !important;
  max-width: 420px !important;
  box-sizing: border-box !important;
}

.product-type-variable .summary form.cart.variations_form a.reset_variations {
  display: inline-flex !important;
  position: static !important;
  float: none !important;
  margin-top: 8px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.product-type-variable .summary form.cart.variations_form .single_variation_wrap {
  display: grid !important;
  grid-template-columns: max-content 1fr 1fr !important;
  grid-template-rows: auto auto !important;
  grid-template-areas:
    "var var var"
    "qty add buy" !important;
  gap: 12px !important;
  align-items: center !important;
}

.product-type-variable .summary form.cart.variations_form .woocommerce-variation.single_variation {
  grid-area: var !important;
  margin: 0 !important;
  min-height: 34px !important;
}

.product-type-variable .summary form.cart.variations_form .woocommerce-variation-add-to-cart,
.product-type-variable .summary form.cart.variations_form .variations_button {
  display: contents !important;
}

.product-type-variable .summary form.cart.variations_form .quantity {
  grid-area: qty !important;
  justify-self: start !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
}

.product-type-variable .summary form.cart.variations_form .quantity .qty,
.product-type-variable .summary form.cart.variations_form .quantity input.qty {
  width: 60px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 16px !important;
  text-align: center !important;
}

.product-type-variable .summary form.cart.variations_form .quantity .plus,
.product-type-variable .summary form.cart.variations_form .quantity .minus,
.product-type-variable .summary form.cart.variations_form .quantity button.plus,
.product-type-variable .summary form.cart.variations_form .quantity button.minus {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  font-size: 16px !important;
}

.product-type-variable .summary form.cart.variations_form button.single_add_to_cart_button {
  grid-area: add !important;
  width: 100% !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.product-type-variable .summary form.cart.variations_form button#wd-add-to-cart.wd-buy-now-btn {
  grid-area: buy !important;
  width: 100% !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.product-type-variable .summary form.cart.variations_form .quantity,
.product-type-variable .summary form.cart.variations_form button,
.product-type-variable .summary form.cart.variations_form a {
  float: none !important;
}

/* Mobile (max 480px) */
@media (max-width: 480px) {

  .product-type-variable .summary form.cart.variations_form table.variations td.value,
  .product-type-variable .summary form.cart.variations_form table.variations td.value select {
    max-width: 100% !important;
  }

  .product-type-variable .summary form.cart.variations_form .single_variation_wrap {
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas:
      "var var"
      "qty qty"
      "add buy" !important;
  }

  .product-type-variable .summary form.cart.variations_form .quantity {
    justify-self: center !important;
  }

  .product-type-variable .summary form.cart.variations_form .wd-reset-var,
  .product-type-variable .summary form.cart.variations_form .wd-reset-var > a.reset_variations {
    position: static !important;
    transform: none !important;
  }

  .product-type-variable .summary form.cart.variations_form .wd-reset-var {
    margin: 5px 0 !important;
  }

  .product-type-variable .summary form.cart.variations_form p.stock.in-stock.wd-style-default {
    position: static !important;
    transform: none !important;
    margin-top: 5px !important;
  }
}

/* ----------------------------------------------------------
   STOCK DOT — Span-based (PHP-injected .stock-* classes)
   Removes Woodmart's default icon; shows pulsing dot instead.
---------------------------------------------------------- */

/* 1) Remove Woodmart default icon + padding on p.stock */
body.single-product p.stock.in-stock.wd-style-default::before {
  content: none !important;
  display: none !important;
}

body.single-product p.stock.in-stock.wd-style-default {
  padding-left: 0 !important;
}

/* 2) Pulsing dot on span.stock-* */
body.single-product .stock-ultima::before,
body.single-product .stock-bajo::before,
body.single-product .stock-alto::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--me-dot);
  box-shadow: 0 0 0 0 var(--me-glow);
  animation: me-stock-pulse 1.35s infinite;
  vertical-align: middle;
  transform: translateY(-1px);
  will-change: transform, box-shadow, opacity;
}

/* 3) Color tokens per stock level */
body.single-product .stock-ultima {
  --me-dot: #d90429;
  --me-glow: rgba(217, 4, 41, 0.35);
}
body.single-product .stock-bajo {
  --me-dot: #EBB349;
  --me-glow: rgba(235, 179, 73, 0.35);
}
body.single-product .stock-alto {
  --me-dot: #0a8a2a;
  --me-glow: rgba(10, 138, 42, 0.35);
}

@keyframes me-stock-pulse {
  0%   { box-shadow: 0 0 0 0    var(--me-glow); transform: translateY(-1px) scale(0.92); }
  70%  { box-shadow: 0 0 0 10px rgba(0,0,0,0);  transform: translateY(-1px) scale(1);    }
  100% { box-shadow: 0 0 0 0    rgba(0,0,0,0);  transform: translateY(-1px) scale(0.92); }
}

/* ----------------------------------------------------------
   MOTOREDGE LUXURY EDITION
   Product Copy System V3 — Premium Collector Format
---------------------------------------------------------- */


/* ==========================================================
   GENERAL COPY
========================================================== */

.me-product-copy {
  color: #1a1a1a;
  max-width: 100%;
  font-family: inherit;
}

.me-product-copy__intro p {
  margin: 0 0 24px;
  max-width: 800px;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
  color: #333333;
}

.me-product-copy__intro strong {
  color: #000000;
  font-weight: 500;
}


/* ==========================================================
   CONTENT LIST — PACKS / SERIES
   Aplica al nuevo bloque "Contenido del set"
========================================================== */

.me-product-copy__intro ul {
  max-width: 800px;
  margin: -20px 0 40px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #f2f2f2;
}

.me-product-copy__intro li {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 18px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #111111;
  border-bottom: 1px solid #f2f2f2;
}

.me-product-copy__intro li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #111111;
}

.me-product-copy__intro li::marker {
  content: "";
}


/* ==========================================================
   SECTION TITLES
========================================================== */

.me-product-copy h3 {
  margin: 50px 0 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #eaeaea;
}

.me-product-copy__collector-sheet {
  margin-top: 15px;
}


/* ==========================================================
   COLLECTOR SHEET TABLE
========================================================== */

.me-product-copy__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.me-collector-sheet-table {
  width: 100%;
  margin: 0;
  border: none;
  border-collapse: collapse;
  background: transparent;
}

.me-collector-sheet-table tr {
  background: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.me-collector-sheet-table tr:last-child {
  border-bottom: none;
}

.me-collector-sheet-table th,
.me-collector-sheet-table td {
  padding: 16px 0;
  text-align: left;
  vertical-align: middle;
  border: none;
  background: transparent !important;
}


/* Table Headers — Estilo Relojería */

.me-collector-sheet-table th {
  width: 35%;
  padding-right: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}


/* Table Data */

.me-collector-sheet-table td {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #111111;
}


/* ==========================================================
   SHORT DESCRIPTION — ABOVE THE FOLD
========================================================== */

.me-short-description {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
}


/* Meta Data Line */

.me-short-description__meta {
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.02em;
}

.me-short-description__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #f2f2f2;
}


/* Short Description Items */

.me-short-description__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0;
  padding: 8px 0;
  color: #333333;
  border-bottom: 1px solid #f2f2f2;
}

.me-short-description__item::before {
  content: none !important;
}


/* Minimalist Labels */

.me-short-description__label {
  flex: 0 0 auto;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #777777 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.me-short-description__value {
  flex: 1 1 auto;
  min-width: 0;
  display: inline-block;
  font-size: 13.5px;
  font-weight: 400 !important;
  color: #111111 !important;
  text-align: right;
}

.me-short-description__value::first-letter {
  text-transform: uppercase;
}


/* ==========================================================
   RESPONSIVE — MOBILE
========================================================== */

@media (max-width: 767px) {
  .me-product-copy__intro p {
    margin-bottom: 30px;
    font-size: 15.5px;
    line-height: 1.75;
  }

  .me-product-copy__intro ul {
    margin: -10px 0 30px;
  }

  .me-product-copy__intro li {
    font-size: 13.5px;
    line-height: 1.6;
  }

  .me-product-copy h3 {
    margin-top: 40px;
    font-size: 12px;
  }

  .me-collector-sheet-table {
    min-width: 520px;
  }

  .me-short-description__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }

  .me-short-description__value {
    margin-top: 2px;
    text-align: left;
  }
}

/* Motoredge - Ocultar Mobile Bottom Navbar de Woodmart solo en Checkout */
@media (max-width: 1024px) {

  body.woocommerce-checkout .wd-toolbar,
  body.woocommerce-checkout .wd-toolbar.wd-toolbar-label-show {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* Quitar espacio inferior reservado por Woodmart para esa barra */
  body.woocommerce-checkout .website-wrapper,
  body.woocommerce-checkout .main-page-wrapper,
  body.woocommerce-checkout .page {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* Corrección extra si Woodmart reserva altura para la toolbar */
@media (max-width: 1024px) {

  body.woocommerce-checkout {
    padding-bottom: 0 !important;
  }

  body.woocommerce-checkout:has(.wd-toolbar) {
    padding-bottom: 0 !important;
  }
}

/* ==========================================================
   Cambiar diseño thank you page
========================================================== */
body.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  display: none !important;
}

body.woocommerce-order-received .me-thankyou-wrapper,
body.woocommerce-order-received .me-thankyou-wrapper * {
  box-sizing: border-box;
}

body.woocommerce-order-received .me-thankyou-wrapper {
  max-width: 980px;
  margin: 0 auto 34px auto;
  padding: 0 14px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #181818;
}

body.woocommerce-order-received .me-thankyou-hero {
  background: linear-gradient(135deg, #111111 0%, #252525 55%, #111111 100%);
  border-radius: 22px;
  padding: 34px 28px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

body.woocommerce-order-received .me-thankyou-badge {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #d7c28a;
  margin-bottom: 18px;
  font-weight: 500;
}

body.woocommerce-order-received .me-thankyou-title {
  margin: 0 0 12px 0;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  letter-spacing: -0.4px;
}

body.woocommerce-order-received .me-thankyou-copy {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.82);
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

body.woocommerce-order-received .me-thankyou-actions {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

body.woocommerce-order-received .me-thankyou-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  min-width: 150px;
  line-height: 1.2;
}

body.woocommerce-order-received .me-thankyou-btn-primary {
  background: #d9272e;
  color: #ffffff;
}

body.woocommerce-order-received .me-thankyou-btn-light {
  background: #ffffff;
  color: #161616;
}

body.woocommerce-order-received .me-thankyou-btn-outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.28);
}

body.woocommerce-order-received .me-thankyou-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

body.woocommerce-order-received .me-thankyou-card {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 8px 22px rgba(0,0,0,.04);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.woocommerce-order-received .me-thankyou-icon {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 13px;
}

body.woocommerce-order-received .me-thankyou-card h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #181818;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-align: center;
}

body.woocommerce-order-received .me-thankyou-card p {
  margin: 0;
  max-width: 340px;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-align: center;
}

body.woocommerce-order-received .me-thankyou-note {
  margin-top: 18px;
  background: #f8f8f6;
  border: 1px solid #ededed;
  border-radius: 18px;
  padding: 20px 22px;
  text-align: center;
}

body.woocommerce-order-received .me-thankyou-note p {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

body.woocommerce-order-received .me-thankyou-links {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

body.woocommerce-order-received .me-thankyou-links a {
  color: #d9272e;
  font-weight: 700;
  text-decoration: none;
}

body.woocommerce-order-received .me-thankyou-separator {
  color: #cccccc;
}

@media (max-width: 767px) {
  body.woocommerce-order-received .me-thankyou-wrapper {
    padding: 0 12px;
    margin-bottom: 26px;
  }

  body.woocommerce-order-received .me-thankyou-hero {
    padding: 30px 18px;
    border-radius: 20px;
  }

  body.woocommerce-order-received .me-thankyou-badge {
    font-size: 11px;
    letter-spacing: 1.2px;
    padding: 7px 13px;
    margin-bottom: 16px;
  }

  body.woocommerce-order-received .me-thankyou-title {
    font-size: 25px;
    line-height: 1.24;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  body.woocommerce-order-received .me-thankyou-copy {
    font-size: 14.5px;
    line-height: 1.65;
    max-width: 320px;
  }

  body.woocommerce-order-received .me-thankyou-actions {
    margin-top: 24px;
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  body.woocommerce-order-received .me-thankyou-btn {
    width: 100%;
    max-width: 280px;
    padding: 13px 18px;
    font-size: 14px;
  }

  body.woocommerce-order-received .me-thankyou-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 14px;
  }

  body.woocommerce-order-received .me-thankyou-card {
    padding: 22px 19px;
    border-radius: 16px;
  }

  body.woocommerce-order-received .me-thankyou-note {
    padding: 18px;
    border-radius: 16px;
  }

  body.woocommerce-order-received .me-thankyou-links {
    gap: 8px;
  }

  body.woocommerce-order-received .me-thankyou-separator {
    display: none;
  }
}

@media (max-width: 380px) {
  body.woocommerce-order-received .me-thankyou-title {
    font-size: 23px;
  }

  body.woocommerce-order-received .me-thankyou-copy {
    font-size: 14px;
  }
}

/* FIX definitivo botones Thank You Page Motoredge */
body.woocommerce-order-received .me-thankyou-actions {
  margin: 28px auto 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: none !important;
}

/* Elimina márgenes si WordPress/Woodmart envuelve los botones en <p> */
body.woocommerce-order-received .me-thankyou-actions p {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-order-received .me-thankyou-actions br {
  display: none !important;
}

body.woocommerce-order-received .me-thankyou-actions .me-thankyou-btn {
  flex: 0 0 190px !important;
  width: 190px !important;
  min-width: 190px !important;
  max-width: 190px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  text-align: center !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* Mobile */
@media (max-width: 767px) {
  body.woocommerce-order-received .me-thankyou-actions {
    margin-top: 28px !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    width: 100% !important;
  }

  body.woocommerce-order-received .me-thankyou-actions .me-thankyou-btn {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 300px !important;
    height: 54px !important;
    margin: 0 !important;
  }
}

/* Barra Search desktop full wi dth post actualizacion, revisar despues si hay patches */
/* =========================================================
   MOTOREDGE - Buscador desktop responsive
   ========================================================= */
@media (min-width: 1025px) {

  /* Columna central del header */
  .whb-header .whb-column.whb-col-center,
  .whb-header .whb-column.whb-column9 {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  /* Elemento Woodmart del buscador */
  .whb-header .wd-header-search-form {
    width: 100% !important;
    max-width: 1040px !important;
    min-width: 520px !important;
    flex: 0 1 1040px !important;
  }

  /* Wrapper real de FiboSearch */
  .whb-header .dgwt-wcas-search-wrapp,
  .whb-header .dgwt-wcas-sf-wrapp {
    width: 100% !important;
    max-width: 1040px !important;
    min-width: 520px !important;
    flex: 0 1 1040px !important;
  }

  /* Formulario interno real */
  .whb-header .dgwt-wcas-search-form {
    width: 100% !important;
    max-width: 1040px !important;
    min-width: 0 !important;
  }

  /* Input */
  .whb-header .dgwt-wcas-search-input,
  .whb-header .wd-header-search-form input[type="search"],
  .whb-header .wd-header-search-form input[type="text"] {
    width: 100% !important;
    max-width: none !important;
  }
}

/* Centrar buscador desktop dentro de su columna */
@media (min-width: 1025px) {

  .whb-header .whb-column.whb-column9,
  .whb-header .whb-column.whb-col-center {
    justify-content: center !important;
  }

  .whb-header .wd-header-search-form,
  .whb-header .dgwt-wcas-search-wrapp,
  .whb-header .dgwt-wcas-sf-wrapp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* =========================================================
   MOTOREDGE - Categorías desktop estilo Dior / Maison
   Versión consolidada y optimizada
   Solo desktop
   ========================================================= */

@media (min-width: 1025px) {

  /* Variables principales */
  .wd-dropdown.wd-dropdown-cats {
    --me-menu-top: 132px;
    --me-panel-width: 560px;
    --me-panel-height: min(820px, calc(100vh - var(--me-menu-top) - 46px));
    --me-panel-pad-x: 38px;

    --me-text: #30343a;
    --me-text-hover: #111111;
    --me-line: rgba(0, 0, 0, 0.09);
    --me-panel-bg: #f8f8f6;
  }

  /* Estado forzado de cierre por JS */
  body.me-cats-force-closed .wd-dropdown.wd-dropdown-cats {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* Panel principal */
  .wd-dropdown.wd-dropdown-cats {
    position: fixed !important;
    isolation: isolate !important;

    top: var(--me-menu-top) !important;
    left: clamp(22px, 3.2vw, 54px) !important;

    width: var(--me-panel-width) !important;
    height: var(--me-panel-height) !important;
    max-height: var(--me-panel-height) !important;

    padding: 0 !important;
    margin: 0 !important;

    background: var(--me-panel-bg) !important;
    border: 1px solid rgba(0, 0, 0, 0.055) !important;
    border-radius: 10px !important;

    box-shadow:
      0 28px 80px rgba(0, 0, 0, 0.22),
      0 0 0 9999px rgba(15, 16, 16, 0.62) !important;

    overflow: hidden !important;
    z-index: 99999 !important;
  }

  /* Botón cerrar */
  .wd-dropdown.wd-dropdown-cats .me-dior-menu-close {
    position: absolute !important;
    z-index: 50 !important;
    pointer-events: auto !important;

    top: 26px !important;
    left: var(--me-panel-pad-x) !important;
    right: var(--me-panel-pad-x) !important;

    width: auto !important;
    height: 44px !important;
    min-height: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    gap: 14px !important;
    padding: 0 0 20px !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    color: var(--me-text) !important;
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-transform: none !important;

    cursor: pointer !important;
  }

  .wd-dropdown.wd-dropdown-cats .me-dior-menu-close *,
  .wd-dropdown.wd-dropdown-cats .me-dior-menu-back * {
    pointer-events: none !important;
  }

  .wd-dropdown.wd-dropdown-cats .me-dior-menu-close span {
    color: inherit !important;
    font-family: inherit !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }

  .wd-dropdown.wd-dropdown-cats .me-dior-menu-close span:first-child {
    font-size: 32px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    transform: translateY(-1px) !important;
  }

  .wd-dropdown.wd-dropdown-cats .me-dior-menu-close span:last-child {
    font-size: 18px !important;
    font-weight: 500 !important;
  }

  /* Botón regresar */
  .wd-dropdown.wd-dropdown-cats .me-dior-menu-back {
    position: absolute !important;
    z-index: 50 !important;
    pointer-events: auto !important;

    top: 84px !important;
    left: var(--me-panel-pad-x) !important;
    right: var(--me-panel-pad-x) !important;

    width: auto !important;
    height: 54px !important;
    min-height: 0 !important;

    display: none !important;
    align-items: center !important;
    justify-content: flex-start !important;

    gap: 16px !important;
    padding: 0 0 18px !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    color: var(--me-text) !important;
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
    text-transform: none !important;

    cursor: pointer !important;
  }

  .wd-dropdown.wd-dropdown-cats.me-subview .me-dior-menu-back {
    display: flex !important;
  }

  .wd-dropdown.wd-dropdown-cats .me-dior-menu-back span {
    color: inherit !important;
    font-family: inherit !important;
    text-transform: none !important;
  }

  .wd-dropdown.wd-dropdown-cats .me-dior-menu-back span:first-child {
    font-size: 38px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    transform: translateY(-1px) !important;
  }

  .wd-dropdown.wd-dropdown-cats .me-dior-back-title {
    font-size: 24px !important;
    font-weight: 500 !important;
    text-transform: none !important;
  }

  /* Menú principal */
  .wd-dropdown.wd-dropdown-cats #menu-todo-menu-pc {
    position: relative !important;
    z-index: 5 !important;

    display: block !important;
    flex: none !important;
    align-content: flex-start !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    row-gap: 0 !important;

    width: 100% !important;
    height: 100% !important;

    padding: 96px var(--me-panel-pad-x) 26px !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  .wd-dropdown.wd-dropdown-cats.me-subview #menu-todo-menu-pc {
    z-index: 5 !important;
    padding-top: 156px !important;
  }

  /* Scroll discreto */
  .wd-dropdown.wd-dropdown-cats #menu-todo-menu-pc::-webkit-scrollbar {
    width: 4px !important;
  }

  .wd-dropdown.wd-dropdown-cats #menu-todo-menu-pc::-webkit-scrollbar-track {
    background: transparent !important;
  }

  .wd-dropdown.wd-dropdown-cats #menu-todo-menu-pc::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.14) !important;
    border-radius: 20px !important;
  }

  /* Items principales */
  .wd-dropdown.wd-dropdown-cats #menu-todo-menu-pc > li {
    position: relative !important;

    display: block !important;
    flex: 0 0 auto !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border-bottom: 1px solid var(--me-line) !important;
  }

  .wd-dropdown.wd-dropdown-cats #menu-todo-menu-pc > li > a {
    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;

    padding: 0 !important;
    margin: 0 !important;

    color: var(--me-text) !important;
    background: transparent !important;

    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.025em !important;
    text-transform: none !important;

    transition: color 0.18s ease !important;
  }

  .wd-dropdown.wd-dropdown-cats #menu-todo-menu-pc > li > a:hover {
    color: var(--me-text-hover) !important;
  }

  .wd-dropdown.wd-dropdown-cats #menu-todo-menu-pc > li > a .nav-link-text {
    position: relative !important;
    display: inline-block !important;
    color: inherit !important;
    font: inherit !important;
  }

  /* Flecha principal */
  .wd-dropdown.wd-dropdown-cats #menu-todo-menu-pc > li.menu-item-has-children > a::after {
    content: "›" !important;

    position: static !important;
    display: block !important;

    color: #3b4045 !important;
    background: transparent !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 34px !important;
    font-weight: 300 !important;
    line-height: 1 !important;

    transform: translateY(-1px) !important;
  }

  /* Maquinaria no tiene submenú: sin flecha */
  .wd-dropdown.wd-dropdown-cats #menu-todo-menu-pc > li:not(.menu-item-has-children) > a::after {
    display: none !important;
  }

  /* Subrayado premium tipo Dior */
  .wd-dropdown.wd-dropdown-cats #menu-todo-menu-pc > li > a .nav-link-text::after,
  .wd-dropdown.wd-dropdown-cats .wd-sub-menu > li > a::after {
    content: "" !important;

    position: absolute !important;
    left: 0 !important;
    bottom: -5px !important;

    width: 100% !important;
    height: 1px !important;

    background: currentColor !important;

    transform: scaleX(0) !important;
    transform-origin: left center !important;
    transition: transform 0.22s ease !important;

    pointer-events: none !important;
  }

  .wd-dropdown.wd-dropdown-cats #menu-todo-menu-pc > li > a:hover .nav-link-text::after,
  .wd-dropdown.wd-dropdown-cats .wd-sub-menu > li > a:hover::after {
    transform: scaleX(1) !important;
  }

  /* Submenús ocultos por default */
  .wd-dropdown.wd-dropdown-cats #menu-todo-menu-pc > li > .wd-dropdown-menu {
    display: none !important;
    position: static !important;

    width: 100% !important;
    height: auto !important;
    max-height: none !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  /* En vista submenú: ocultar todos menos el activo */
  .wd-dropdown.wd-dropdown-cats.me-subview #menu-todo-menu-pc > li {
    display: none !important;
    border-bottom: 0 !important;
  }

  .wd-dropdown.wd-dropdown-cats.me-subview #menu-todo-menu-pc > li.me-sub-active {
    display: block !important;
  }

  .wd-dropdown.wd-dropdown-cats.me-subview #menu-todo-menu-pc > li.me-sub-active > a {
    display: none !important;
  }

  .wd-dropdown.wd-dropdown-cats.me-subview #menu-todo-menu-pc > li.me-sub-active > .wd-dropdown-menu {
    display: block !important;
  }

  /* Reset de contenedores internos */
  .wd-dropdown.wd-dropdown-cats .wd-dropdown-menu .container,
  .wd-dropdown.wd-dropdown-cats .wd-dropdown-menu .wd-entry-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .wd-dropdown.wd-dropdown-cats .wd-sub-menu {
    width: 100% !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .wd-dropdown.wd-dropdown-cats .wd-sub-menu > li {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
  }

  .wd-dropdown.wd-dropdown-cats .wd-sub-menu > li > a {
    position: relative !important;
    display: inline-block !important;

    padding: 7px 0 !important;
    margin: 0 0 5px !important;

    color: var(--me-text) !important;
    background: transparent !important;

    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    line-height: 1.28 !important;
    letter-spacing: -0.02em !important;
    text-transform: none !important;

    transition: color 0.18s ease !important;
  }

  .wd-dropdown.wd-dropdown-cats .wd-sub-menu > li > a:hover {
    color: var(--me-text-hover) !important;
  }

  /* CTA final */
  .wd-dropdown.wd-dropdown-cats .wd-sub-menu > li.menu-cta-all > a {
    margin-top: 10px !important;
    padding-top: 15px !important;

    border-top: 1px solid var(--me-line) !important;

    color: var(--me-text-hover) !important;
    font-size: 21px !important;
    font-weight: 600 !important;
  }
}

/* =========================================================
   MOTOREDGE - Efecto línea premium en HTML Blocks / Mega Menús
   Solo desktop
   ========================================================= */

@media (min-width: 1025px) {

  /* Links dentro de mega menús full width / HTML Blocks */
  .whb-header .wd-dropdown-menu.wd-design-full-width .mega-menu-list a,
  .whb-header .wd-dropdown-menu.wd-design-full-width .sub-sub-menu a,
  .whb-header .wd-dropdown-menu.wd-design-full-width .elementor-widget-wd_extra_menu_list a {
    position: relative !important;
    display: inline-block !important;

    width: auto !important;
    max-width: max-content !important;

    text-decoration: none !important;
    border-bottom: 0 !important;

    transition: color 0.18s ease !important;
  }

  /* Línea oculta por default */
  .whb-header .wd-dropdown-menu.wd-design-full-width .mega-menu-list a::after,
  .whb-header .wd-dropdown-menu.wd-design-full-width .sub-sub-menu a::after,
  .whb-header .wd-dropdown-menu.wd-design-full-width .elementor-widget-wd_extra_menu_list a::after {
    content: "" !important;

    position: absolute !important;
    left: 0 !important;
    bottom: -4px !important;

    width: 100% !important;
    height: 1px !important;

    background: currentColor !important;

    transform: scaleX(0) !important;
    transform-origin: left center !important;
    transition: transform 0.22s ease !important;

    pointer-events: none !important;
  }

  /* Línea visible al hover */
  .whb-header .wd-dropdown-menu.wd-design-full-width .mega-menu-list a:hover::after,
  .whb-header .wd-dropdown-menu.wd-design-full-width .sub-sub-menu a:hover::after,
  .whb-header .wd-dropdown-menu.wd-design-full-width .elementor-widget-wd_extra_menu_list a:hover::after {
    transform: scaleX(1) !important;
  }

  /* Evita que Woodmart meta subrayados/bordes raros */
  .whb-header .wd-dropdown-menu.wd-design-full-width .mega-menu-list li,
  .whb-header .wd-dropdown-menu.wd-design-full-width .sub-sub-menu li {
    border-bottom: 0 !important;
  }
}

/* =========================================================
   MOTOREDGE - Ícono hamburguesa desktop estilo Dior
   Solo desktop / 2 líneas premium
   ========================================================= */

@media (min-width: 1025px) {

  /* Contenedor del botón Categorías */
  .whb-header .wd-header-cats .menu-opener,
  .whb-header .whb-header-cats .menu-opener {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  /* Apaga cualquier ícono extra creado con ::before */
  .whb-header .wd-header-cats .menu-opener::before,
  .whb-header .whb-header-cats .menu-opener::before {
    content: none !important;
    display: none !important;
  }

  /* Ícono nativo de Woodmart convertido a 2 líneas */
  .whb-header .wd-header-cats .menu-opener-icon,
  .whb-header .whb-header-cats .menu-opener-icon {
    position: relative !important;
    display: inline-block !important;

    width: 22px !important;
    height: 14px !important;
    flex: 0 0 22px !important;

    margin: 0 8px 0 0 !important;
    padding: 0 !important;

    background:
      linear-gradient(#ffffff, #ffffff) left 3px / 22px 1.5px no-repeat,
      linear-gradient(#ffffff, #ffffff) left 11px / 22px 1.5px no-repeat !important;

    border: 0 !important;
    border-radius: 0 !important;

    font-size: 0 !important;
    line-height: 0 !important;

    transition: opacity 0.18s ease, transform 0.18s ease !important;
  }

  /* Apaga pseudo-elementos originales del ícono de Woodmart */
  .whb-header .wd-header-cats .menu-opener-icon::before,
  .whb-header .wd-header-cats .menu-opener-icon::after,
  .whb-header .whb-header-cats .menu-opener-icon::before,
  .whb-header .whb-header-cats .menu-opener-icon::after {
    content: none !important;
    display: none !important;
  }

  /* Oculta otros íconos internos si Woodmart los imprime */
  .whb-header .wd-header-cats .menu-opener i,
  .whb-header .wd-header-cats .menu-opener svg,
  .whb-header .wd-header-cats .menu-opener .wd-tools-icon,
  .whb-header .whb-header-cats .menu-opener i,
  .whb-header .whb-header-cats .menu-opener svg,
  .whb-header .whb-header-cats .menu-opener .wd-tools-icon {
    display: none !important;
  }

  /* Label "Categorías" mejor centrado */
  .whb-header .wd-header-cats .menu-opener-text,
  .whb-header .whb-header-cats .menu-opener-text,
  .whb-header .wd-header-cats .menu-open-label,
  .whb-header .whb-header-cats .menu-open-label {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
  }

  /* Hover sutil premium */
  .whb-header .wd-header-cats .menu-opener:hover .menu-opener-icon,
  .whb-header .whb-header-cats .menu-opener:hover .menu-opener-icon {
    opacity: 0.86 !important;
    transform: scaleX(0.95) !important;
  }
}

/* =========================================================
   MOTOREDGE - Borde boutique Comprar Ahora PDP
   ========================================================= */

.single-product form.cart button#wd-add-to-cart.wd-buy-now-btn,
.single-product form.cart .wd-buy-now-btn.btn.button.alt.btn-accent {
  border: 1px solid #c9c9c2 !important;
  box-shadow: inset 0 0 0 1px #bdbdb5 !important;
  text-decoration: none !important;
}

.single-product form.cart button#wd-add-to-cart.wd-buy-now-btn:hover,
.single-product form.cart .wd-buy-now-btn.btn.button.alt.btn-accent:hover {
  border-color: #303438 !important;
  box-shadow: inset 0 0 0 1px #303438 !important;
}

/* =========================================================
   MOTOREDGE - Blur funcional + bloqueo de hover en header
   Solo desktop / Woodmart Categorías
   ========================================================= */

@media (min-width: 1025px) {

  /* =========================================================
     1. Overlay blur funcional
     ========================================================= */

  html body .wd-close-side.wd-fill.wd-location-header,
  html body .wd-close-side.wd-fill.wd-location-header.wd-close-opened,
  html body .wd-close-side.wd-fill.wd-close-opened {
    background: rgba(20, 20, 20, 0.32) !important;
    background-color: rgba(20, 20, 20, 0.32) !important;

    -webkit-backdrop-filter: blur(18px) saturate(75%) brightness(0.84) !important;
    backdrop-filter: blur(18px) saturate(75%) brightness(0.84) !important;

    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;

    z-index: 390 !important;
    pointer-events: auto !important;
  }

  html body .wd-close-side.wd-fill.wd-location-header::before,
  html body .wd-close-side.wd-fill.wd-location-header::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
    opacity: 0 !important;
  }

  /* =========================================================
     2. Menú de categorías siempre arriba del overlay
     ========================================================= */

  html body .wd-header-cats.wd-opened {
    position: relative !important;
    z-index: 401 !important;
  }

  html body .wd-header-cats.wd-opened .wd-dropdown-cats {
    z-index: 402 !important;
    pointer-events: auto !important;
  }

  /* =========================================================
     3. Cuando Categorías está abierto:
        bloquear interacción del resto del header
     ========================================================= */

  html body .whb-header:has(.wd-header-cats.wd-opened) {
    pointer-events: none !important;
  }

  /* Categorías sí debe seguir siendo clickeable */
  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-header-cats,
  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-header-cats *,
  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-dropdown-cats,
  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-dropdown-cats * {
    pointer-events: auto !important;
  }

  /* =========================================================
     4. Matar visualmente cualquier mega menú del header superior
        aunque Woodmart lo intente abrir por hover
     ========================================================= */

  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-header-main-nav .wd-dropdown,
  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-header-main-nav .wd-dropdown-menu,
  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-header-main-nav .menu-item:hover > .wd-dropdown,
  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-header-main-nav .menu-item:hover > .wd-dropdown-menu,
  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-header-main-nav .menu-item.wd-opened > .wd-dropdown,
  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-header-main-nav .menu-item.wd-opened > .wd-dropdown-menu {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: none !important;
  }

  /* También bloquea dropdowns de cuenta/carrito/wishlist/search */
  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-header-my-account .wd-dropdown,
  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-header-cart .wd-dropdown,
  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-header-wishlist .wd-dropdown,
  html body .whb-header:has(.wd-header-cats.wd-opened) .wd-header-search-form .wd-dropdown {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* =========================================================
   MOTOREDGE - Bloquear scroll cuando Categorías está abierto
   Solo desktop
   ========================================================= */

@media (min-width: 1025px) {

  html:has(.wd-header-cats.wd-opened),
  body:has(.wd-header-cats.wd-opened) {
    overflow: hidden !important;
    height: 100% !important;
    overscroll-behavior: none !important;
  }

  body:has(.wd-header-cats.wd-opened) .wd-page-wrapper,
  body:has(.wd-header-cats.wd-opened) .website-wrapper {
    overflow: hidden !important;
  }

  /* Evita el rebote/scroll accidental con trackpad sobre el overlay */
  body:has(.wd-header-cats.wd-opened) .wd-close-side.wd-fill {
    overscroll-behavior: none !important;
    touch-action: none !important;
  }
}