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

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", 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-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(244,165,28);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(244,165,28);
	--btn-accented-bgcolor-hover: rgb(222,150,26);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(0,0,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 650px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: contain;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(9,33,67);
	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-size: 16px;
}
.page .wd-page-content {
	background-image: none;
	background-size: contain;
	background-position: center center;
}
.product-labels .product-label.onsale {
	background-color: rgb(30,115,190);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
: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: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--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;
}

.fiixcom-short-warning{
  font-size:.92rem; line-height:1.45;
  background:#fafafa; border-left:4px solid #ffc107;
  padding:.65rem .8rem; margin:.5rem 0 1rem; border-radius:6px;
}
@media (max-width:640px){
  .fiixcom-short-warning{ font-size:.9rem; padding:.6rem .7rem; }
}

/* (Opcional) darle una altura mínima cómoda cuando esté abierto en desktop */
@media (min-width: 1024px){
  .tabs-layout-accordion .wd-scroll-content{
    min-height: 450px; /* ajusta a tu gusto o elimina esta regla */
  }
}

/* ===== Product Recommendations → estilo Woodmart (FINAL) ===== */

/* Contenedor alineado al contenido del tema */
.single-product .wc-prl-section,
.single-product .wc-prl-container,
.single-product .wc-prl-header,
.single-product .wc-prl-recommendations,
.single-product .wc-prl-products {
  max-width: 1200px;   /* ajústalo a tu ancho real si usas otro */
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* Título y descripción */
.single-product .wc-prl-title {
  font-size: 22px;
  line-height: 1.3;
  margin: 32px 0 8px;
}
.single-product .wc-prl-description {
  margin: 0 0 16px;
  font-size: 14px;
  color: #6b6b6b;
}

/* Grid responsivo (igual al catálogo) */
.single-product .wc-prl-recommendations .products {
  display: grid !important;
  gap: 20px;
}
@media (min-width:1280px){ .single-product .wc-prl-recommendations .products { grid-template-columns: repeat(5,1fr); } }
@media (max-width:1279.98px){ .single-product .wc-prl-recommendations .products { grid-template-columns: repeat(4,1fr); } }
@media (max-width:991.98px){ .single-product .wc-prl-recommendations .products { grid-template-columns: repeat(3,1fr); } }
@media (max-width:575.98px){ .single-product .wc-prl-recommendations .products { grid-template-columns: repeat(2,1fr); } }

/* Card compacta estilo Woodmart */
.single-product .wc-prl-recommendations .product {
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:12px;
  padding:14px;
  transition: box-shadow .2s ease;
}
.single-product .wc-prl-recommendations .product:hover {
  box-shadow:0 10px 20px rgba(0,0,0,.06);
}

/* Miniatura: cuadrada y contenida (evita “gigantes”) */
.single-product .wc-prl-recommendations .product a img {
  width:100% !important;
  height:auto !important;
  display:block;
  aspect-ratio:1/1;
  object-fit:contain;
  max-height:240px;    /* ↓ Súbelo/bájalo para igualar al catálogo (p.ej. 220px) */
}

/* Tipografía consistente */
.single-product .wc-prl-recommendations .woocommerce-loop-product__title {
  font-size:13px;
  line-height:1.35;
  margin:10px 0 6px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:2.7em;
}
.single-product .wc-prl-recommendations .price {
  font-size:13px;
  font-weight:600;
}

/* Botón ancho completo */
.single-product .wc-prl-recommendations .button,
.single-product .wc-prl-recommendations .add_to_cart_button { width:100%; }

/* Ocultar paginadores si el bloque los agrega */
.single-product .wc-prl-recommendations .slick-dots,
.single-product .wc-prl-recommendations .swiper-pagination { display:none !important; }

/* Espaciado inferior de la sección */
.single-product .wc-prl-products { margin-bottom:40px; }

.checkout-secure-text::before {
  content: "🔒 ";
}

/* Oculta cualquier título interno que inyecte el tema/plugin y dejamos el nuestro */
#payment .payment_method_stripe label .payment_method_title,
#payment .payment_method_woocommerce_payments label .payment_method_title,
#payment .payment_method_stripe label .wc-payment-method-name,
#payment .payment_method_woocommerce_payments label .wc-payment-method-name {
  visibility: visible; /* lo dejamos visible, el JS cambia su contenido */
}