/* =====================================================================
   FlexingMed - Tienda moderna
   Rediseño del catálogo WooCommerce alineado con el nuevo home.
   Paleta: primario #396CF0 · fondo suave #F0F4FF
   Todo va scopeado bajo .fx-shop-modern para no afectar otras páginas.
   ===================================================================== */

.fx-shop-modern {
	--fx-primary: #396CF0;
	--fx-primary-dark: #2b56c9;
	--fx-primary-soft: #F0F4FF;
	--fx-ink: #111827;
	--fx-muted: #6b7280;
	--fx-line: #e9edf5;
	--fx-radius: 16px;
	--fx-shadow: 0 10px 30px rgba(57, 108, 240, .12);
}

/* ---------- Barra superior (orden / resultados) ---------- */
.fx-shop-modern .woo-shop-top {
	background: #fff;
	border: 1px solid var(--fx-line);
	border-radius: var(--fx-radius);
	padding: 14px 20px;
	margin-bottom: 22px;
	box-shadow: 0 4px 14px rgba(17, 24, 39, .04);
}
.fx-shop-modern .woo-shop-top .row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.fx-shop-modern .woocommerce-result-count {
	color: var(--fx-muted);
	font-size: 14px;
	margin: 0;
}
.fx-shop-modern .view-mode ul {
	margin: 0 14px 0 0;
	padding: 0;
	display: flex;
	gap: 6px;
	list-style: none;
}
.fx-shop-modern .view-mode ul li a {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid var(--fx-line);
	color: var(--fx-muted);
	transition: all .2s ease;
}
.fx-shop-modern .view-mode ul li a:hover {
	background: var(--fx-primary-soft);
	color: var(--fx-primary);
	border-color: var(--fx-primary-soft);
}
.fx-shop-modern .woocommerce-ordering select.orderby {
	appearance: none;
	-webkit-appearance: none;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M6 8 0 2l1.4-1.4L6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E") no-repeat right 16px center;
	border: 1px solid var(--fx-line);
	border-radius: 10px;
	padding: 10px 42px 10px 16px;
	color: var(--fx-ink);
	font-size: 14px;
	cursor: pointer;
	min-width: 220px;
}
.fx-shop-modern .woocommerce-ordering select.orderby:focus {
	outline: none;
	border-color: var(--fx-primary);
	box-shadow: 0 0 0 3px var(--fx-primary-soft);
}

/* ---------- Barra de filtros por categoría (pastillas) ---------- */
.fx-shop-modern .fx-cat-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px;
}
.fx-shop-modern .fx-pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 16px;
	border-radius: 999px;
	border: 1px solid var(--fx-line);
	background: #fff;
	color: var(--fx-ink);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: all .2s ease;
}
.fx-shop-modern .fx-pill:hover {
	border-color: var(--fx-primary);
	color: var(--fx-primary);
	transform: translateY(-1px);
}
.fx-shop-modern .fx-pill--active {
	background: var(--fx-primary);
	border-color: var(--fx-primary);
	color: #fff;
}
.fx-shop-modern .fx-pill__count {
	background: rgba(0, 0, 0, .06);
	border-radius: 999px;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: 700;
}
.fx-shop-modern .fx-pill--active .fx-pill__count {
	background: rgba(255, 255, 255, .25);
}

/* ---------- Grid de productos ---------- */
.fx-shop-modern ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
	margin: 0 0 40px !important;
	padding: 0 !important;
	list-style: none;
}
.fx-shop-modern ul.products::before,
.fx-shop-modern ul.products::after {
	display: none !important;
}
.fx-shop-modern ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	background: #fff;
	border: 1px solid var(--fx-line);
	border-radius: var(--fx-radius);
	padding: 16px;
	display: flex;
	flex-direction: column;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.fx-shop-modern ul.products li.product:hover {
	transform: translateY(-6px);
	box-shadow: var(--fx-shadow);
	border-color: #d8e2fb;
}
.fx-shop-modern ul.products li.product .clear {
	display: none;
}

/* ---------- Imagen ---------- */
.fx-shop-modern .product-thumb-area {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}
.fx-shop-modern .product-thumb-area .item-img {
	position: relative;
	display: block;
	background: #fbfcfe;
	border-radius: 12px;
}
.fx-shop-modern .product-thumb-area img {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 14px;
	margin: 0 !important;
	transition: transform .4s ease;
}
.fx-shop-modern ul.products li.product:hover .product-thumb-area img {
	transform: scale(1.06);
}

/* ---------- Acciones sobre la imagen (carrito / quickview / wishlist) ---------- */
.fx-shop-modern .shop-action-items {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 10px;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .28s ease, transform .28s ease;
}
.fx-shop-modern ul.products li.product:hover .shop-action-items {
	opacity: 1;
	transform: translateY(0);
}
.fx-shop-modern .shop-action-items li {
	margin: 0;
	list-style: none;
}
.fx-shop-modern .shop-action-items li a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	color: var(--fx-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	box-shadow: 0 6px 16px rgba(17, 24, 39, .14);
	transition: all .2s ease;
}
.fx-shop-modern .shop-action-items li a:hover {
	background: var(--fx-primary);
	color: #fff;
	transform: translateY(-2px);
}
.fx-shop-modern .shop-action-items li a.loading,
.fx-shop-modern .shop-action-items li a.added {
	background: var(--fx-primary);
	color: #fff;
}

/* ---------- Info del producto ---------- */
.fx-shop-modern .product-info-area {
	padding: 16px 4px 4px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.fx-shop-modern .product-info-area h3,
.fx-shop-modern .product-info-area .woocommerce-loop-product__title {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	margin: 0 0 8px;
	min-height: 58px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.fx-shop-modern .product-info-area h3 a {
	color: var(--fx-ink);
	transition: color .2s ease;
}
.fx-shop-modern .product-info-area h3 a:hover {
	color: var(--fx-primary);
}
.fx-shop-modern .shop-excerpt {
	color: var(--fx-muted);
	font-size: 13.5px;
	line-height: 1.6;
}
.fx-shop-modern .shop-excerpt.grid-hide {
	display: none;
}
.fx-shop-modern .price {
	color: var(--fx-primary);
	font-weight: 700;
	font-size: 17px;
	margin: 4px 0 0;
}

/* Etiqueta de categoría sobre el título (estilo vidamedica) */
.fx-shop-modern .fx-card-cat {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--fx-primary);
	margin: 0 0 6px;
	text-decoration: none;
	transition: color .2s ease;
}
.fx-shop-modern .fx-card-cat:hover {
	color: var(--fx-primary-dark);
}

/* Botón "Ver producto" visible en cada tarjeta */
.fx-shop-modern .fx-view-btn {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 11px 16px;
	border-radius: 12px;
	background: var(--fx-primary-soft);
	color: var(--fx-primary);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid transparent;
	transition: all .2s ease;
}
.fx-shop-modern .fx-view-btn span {
	transition: transform .2s ease;
}
.fx-shop-modern .fx-view-btn:hover {
	background: var(--fx-primary);
	color: #fff;
}
.fx-shop-modern .fx-view-btn:hover span {
	transform: translateX(4px);
}

/* ---------- Showcase de categorías ---------- */
.fx-shop-modern .fx-catshow {
	background: linear-gradient(135deg, var(--fx-primary) 0%, var(--fx-primary-dark) 100%);
	border-radius: 22px;
	padding: 40px 34px 44px;
	margin: 0 0 34px;
	position: relative;
	overflow: hidden;
}
.fx-shop-modern .fx-catshow::before,
.fx-shop-modern .fx-catshow::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, .06);
}
.fx-shop-modern .fx-catshow::before {
	width: 260px;
	height: 260px;
	top: -120px;
	right: -80px;
}
.fx-shop-modern .fx-catshow::after {
	width: 200px;
	height: 200px;
	bottom: -110px;
	left: -70px;
}
.fx-shop-modern .fx-catshow__head {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.fx-shop-modern .fx-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 10px;
}
.fx-shop-modern .fx-catshow__title {
	color: #fff;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 800;
	margin: 0 0 10px;
}
.fx-shop-modern .fx-catshow__title em {
	font-style: italic;
	font-weight: 800;
	color: rgba(255, 255, 255, .85);
}
.fx-shop-modern .fx-catshow__sub {
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
	margin: 0;
}
.fx-shop-modern .fx-catshow__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.fx-shop-modern .fx-cat-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding: 20px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .16);
	text-decoration: none;
	backdrop-filter: blur(4px);
	transition: background .25s ease, transform .25s ease, border-color .25s ease;
}
.fx-shop-modern .fx-cat-card:hover {
	background: rgba(255, 255, 255, .16);
	border-color: rgba(255, 255, 255, .4);
	transform: translateY(-4px);
}
.fx-shop-modern .fx-cat-card__icon {
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(255, 255, 255, .16);
	color: #fff;
	margin-bottom: 8px;
}
.fx-shop-modern .fx-cat-card__icon svg {
	width: 24px;
	height: 24px;
}
.fx-shop-modern .fx-cat-card__name {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	line-height: 1.3;
}
.fx-shop-modern .fx-cat-card__desc {
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 6px;
}
.fx-shop-modern .fx-cat-card__link {
	margin-top: auto;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.fx-shop-modern .fx-cat-card__link i {
	font-style: normal;
	transition: transform .2s ease;
}
.fx-shop-modern .fx-cat-card:hover .fx-cat-card__link i {
	transform: translateX(4px);
}

/* ---------- Badge de oferta ---------- */
.fx-shop-modern span.onsale {
	background: var(--fx-primary);
	color: #fff;
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 700;
	min-height: 0;
	min-width: 0;
	line-height: 1.2;
	top: 12px;
	left: 12px;
	right: auto;
	margin: 0;
	position: absolute;
	z-index: 3;
	box-shadow: 0 6px 16px rgba(57, 108, 240, .3);
}

/* ---------- Paginación ---------- */
.fx-shop-modern .woocommerce-pagination ul {
	border: 0 !important;
	display: flex;
	gap: 8px;
	justify-content: center;
}
.fx-shop-modern .woocommerce-pagination ul li {
	border: 0 !important;
	margin: 0 !important;
}
.fx-shop-modern .woocommerce-pagination ul li a,
.fx-shop-modern .woocommerce-pagination ul li span {
	min-width: 42px;
	height: 42px;
	line-height: 42px;
	padding: 0 12px;
	border-radius: 10px !important;
	border: 1px solid var(--fx-line) !important;
	background: #fff;
	color: var(--fx-ink);
	font-weight: 600;
	transition: all .2s ease;
}
.fx-shop-modern .woocommerce-pagination ul li a:hover {
	background: var(--fx-primary-soft);
	color: var(--fx-primary);
	border-color: var(--fx-primary-soft) !important;
}
.fx-shop-modern .woocommerce-pagination ul li span.current {
	background: var(--fx-primary) !important;
	color: #fff !important;
	border-color: var(--fx-primary) !important;
}

/* ---------- Botones WooCommerce genéricos (single / cart) ---------- */
.fx-shop-modern .woocommerce a.button,
.fx-shop-modern .woocommerce button.button,
.fx-shop-modern .woocommerce input.button,
.fx-shop-modern .woocommerce #respond input#submit,
.fx-shop-modern .woocommerce a.button.alt,
.fx-shop-modern .woocommerce button.button.alt {
	background: var(--fx-primary);
	color: #fff;
	border-radius: 999px;
	padding: 12px 26px;
	font-weight: 600;
	text-transform: none;
	border: 0;
	transition: filter .2s ease, transform .2s ease;
}
.fx-shop-modern .woocommerce a.button:hover,
.fx-shop-modern .woocommerce button.button:hover,
.fx-shop-modern .woocommerce input.button:hover,
.fx-shop-modern .woocommerce a.button.alt:hover,
.fx-shop-modern .woocommerce button.button.alt:hover {
	filter: brightness(.94);
	transform: translateY(-1px);
	color: #fff;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
	.fx-shop-modern ul.products {
		grid-template-columns: repeat(3, 1fr);
		gap: 22px;
	}
	.fx-shop-modern .fx-catshow__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 991px) {
	.fx-shop-modern ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
	}
	.fx-shop-modern .fx-catshow {
		padding: 32px 22px 34px;
	}
	.fx-shop-modern .fx-catshow__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.fx-shop-modern .fx-catshow__title {
		font-size: 28px;
	}
}
@media (max-width: 575px) {
	.fx-shop-modern ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
	.fx-shop-modern ul.products li.product {
		padding: 10px;
	}
	.fx-shop-modern .product-info-area h3,
	.fx-shop-modern .product-info-area .woocommerce-loop-product__title {
		font-size: 14px;
		min-height: 38px;
	}
	.fx-shop-modern .woocommerce-ordering select.orderby {
		min-width: 100%;
	}
	.fx-shop-modern .fx-catshow__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.fx-shop-modern .fx-cat-card {
		padding: 16px;
	}
	.fx-shop-modern .fx-catshow__title {
		font-size: 24px;
	}
}

/* =====================================================================
   Ajustes v2.1 — título de producto más pequeño + sidebar moderno
   ===================================================================== */

/* Título del producto: vence la regla forzada del tema (20px !important) */
body.fx-shop-modern #primary .container .row .col-xl-9 #main .products .product .product-info-area h3 a,
body.fx-shop-modern #primary .container .row .col-sm-12 #main .products .product .product-info-area h3 a,
body.fx-shop-modern #primary #main .products .product .product-info-area h3 a {
	font-size: 14px !important;
	line-height: 1.4 !important;
	font-family: 'Raleway', 'Roboto', sans-serif !important;
}

/* ---------- Sidebar: tarjetas de buscador y categorías ---------- */
.fx-shop-modern .widget_product_search,
.fx-shop-modern .widget_product_categories {
	background: #fff;
	border: 1px solid var(--fx-line);
	border-radius: 16px;
	padding: 22px;
	margin-bottom: 22px;
	box-shadow: 0 4px 16px rgba(17, 24, 39, .05);
}

/* Encabezados limpios (los títulos originales del tema están ocultos) */
.fx-shop-modern .widget_product_search::before,
.fx-shop-modern .widget_product_categories::before {
	display: block;
	font-family: 'Raleway', 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: var(--fx-ink);
	padding-left: 12px;
	border-left: 4px solid var(--fx-primary);
	line-height: 1;
	margin-bottom: 16px;
}
.fx-shop-modern .widget_product_search::before { content: "Buscar"; }
.fx-shop-modern .widget_product_categories::before { content: "Categorías"; }

/* Buscador */
.fx-shop-modern .widget_product_search form {
	display: flex;
	gap: 8px;
}
.fx-shop-modern .widget_product_search .search-field {
	flex: 1;
	min-width: 0;
	border: 1px solid var(--fx-line);
	border-radius: 12px;
	padding: 11px 14px;
	font-size: 14px;
	background: #f9fafc;
	transition: all .2s ease;
}
.fx-shop-modern .widget_product_search .search-field:focus {
	outline: none;
	background: #fff;
	border-color: var(--fx-primary);
	box-shadow: 0 0 0 3px var(--fx-primary-soft);
}
.fx-shop-modern .widget_product_search button {
	background: var(--fx-primary);
	color: #fff;
	border: 0;
	border-radius: 12px;
	padding: 0 18px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	transition: background .2s ease;
}
.fx-shop-modern .widget_product_search button:hover {
	background: var(--fx-primary-dark);
}

/* Lista de categorías */
.fx-shop-modern .widget_product_categories ul.product-categories,
.fx-shop-modern .widget_product_categories ul.children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fx-shop-modern .widget_product_categories li.cat-item {
	margin: 0;
	border: 0;
	padding: 0;
}
.fx-shop-modern .widget_product_categories li.cat-item::before,
.fx-shop-modern .widget_product_categories li.cat-item::after {
	display: none !important;
	content: none !important;
}
.fx-shop-modern .widget_product_categories li.cat-item a {
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	color: var(--fx-ink);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s ease;
}
.fx-shop-modern .widget_product_categories li.cat-item a:hover {
	background: var(--fx-primary-soft);
	color: var(--fx-primary);
	padding-left: 16px;
}
.fx-shop-modern .widget_product_categories ul.children {
	margin: 2px 0 6px 8px;
	padding-left: 12px;
	border-left: 1px solid var(--fx-line);
}
.fx-shop-modern .widget_product_categories ul.children li.cat-item a {
	font-size: 13px;
	font-weight: 500;
	color: var(--fx-muted);
	padding: 7px 12px;
}
.fx-shop-modern .widget_product_categories li.current-cat > a {
	background: var(--fx-primary);
	color: #fff;
}

@media (max-width: 575px) {
	body.fx-shop-modern #primary #main .products .product .product-info-area h3 a {
		font-size: 13px !important;
	}
}

/* =====================================================================
   Ficha de producto individual
   ===================================================================== */
.fx-shop-modern.single-product div.product {
	margin-bottom: 40px;
}

/* Galería */
.fx-shop-modern .woocommerce-product-gallery {
	background: #fff;
	border: 1px solid var(--fx-line);
	border-radius: 18px;
	padding: 24px;
	box-shadow: 0 6px 20px rgba(17, 24, 39, .05);
}
.fx-shop-modern .woocommerce-product-gallery__image img {
	border-radius: 12px;
}

/* Resumen */
body.fx-shop-modern .woocommerce div.product .summary.entry-summary .product_title,
.fx-shop-modern .summary.entry-summary .product_title {
	font-size: 27px !important;
	line-height: 1.2 !important;
	font-weight: 800;
	color: var(--fx-ink);
	margin: 0 0 14px;
}
.fx-shop-modern .summary.entry-summary p.price:empty {
	display: none;
}
.fx-shop-modern .summary.entry-summary .short-description {
	color: var(--fx-muted);
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 24px;
}
.fx-shop-modern .summary.entry-summary .yith-ywraq-add-to-quote {
	margin: 0 0 6px;
}
body.fx-shop-modern .woocommerce div.product .summary.entry-summary a.button,
.fx-shop-modern .woocommerce .summary.entry-summary a.button,
.fx-shop-modern .summary.entry-summary .add-request-quote-button.button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 15px 34px !important;
	font-size: 15px !important;
	border-radius: 999px !important;
	background: var(--fx-primary) !important;
	color: #fff !important;
	border: 0 !important;
}
body.fx-shop-modern .woocommerce div.product .summary.entry-summary a.button:hover,
.fx-shop-modern .summary.entry-summary .add-request-quote-button.button:hover {
	background: var(--fx-primary-dark) !important;
}
.fx-shop-modern .product-meta {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--fx-line);
	font-size: 14px;
	color: var(--fx-muted);
}
.fx-shop-modern .product-meta span {
	font-weight: 700;
	color: var(--fx-ink);
}
.fx-shop-modern .product-meta a {
	color: var(--fx-primary);
}

/* Pestañas (descripción) */
.fx-shop-modern .woocommerce-tabs {
	clear: both;
	margin-top: 24px;
}
.fx-shop-modern .woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid var(--fx-line);
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.fx-shop-modern .woocommerce-tabs ul.tabs::before,
.fx-shop-modern .woocommerce-tabs ul.tabs li::before,
.fx-shop-modern .woocommerce-tabs ul.tabs li::after {
	display: none !important;
	content: none !important;
	border: 0 !important;
}
.fx-shop-modern .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
}
body.fx-shop-modern .woocommerce div.product .woocommerce-tabs ul.tabs li a,
.fx-shop-modern .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 12px 18px;
	font-weight: 700;
	color: var(--fx-muted) !important;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
	transition: all .2s ease;
}
body.fx-shop-modern .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.fx-shop-modern .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a,
body.fx-shop-modern .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.fx-shop-modern .woocommerce-tabs ul.tabs li.active a,
.fx-shop-modern .woocommerce-tabs ul.tabs li:first-child a,
.fx-shop-modern .woocommerce-tabs ul.tabs li a:hover {
	color: var(--fx-primary) !important;
	border-bottom-color: var(--fx-primary);
}
.fx-shop-modern .woocommerce-tabs .panel {
	padding-top: 24px;
}
.fx-shop-modern .woocommerce-tabs .panel h2 {
	font-size: 22px;
	margin-bottom: 14px;
}
.fx-shop-modern .woocommerce-tabs .panel a {
	color: var(--fx-primary);
	font-weight: 600;
}

/* Productos relacionados */
.fx-shop-modern .related.products {
	clear: both;
	margin-top: 46px;
}
.fx-shop-modern .related.products .owl-custom-nav-title,
.fx-shop-modern .related.products > h2 {
	font-size: 24px;
	font-weight: 800;
	color: var(--fx-ink);
	margin: 0 0 20px;
}
.fx-shop-modern .related.products .owl-custom-nav .owl-prev,
.fx-shop-modern .related.products .owl-custom-nav .owl-next {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	border: 1px solid var(--fx-line);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--fx-muted);
	cursor: pointer;
	transition: all .2s ease;
}
.fx-shop-modern .related.products .owl-custom-nav .owl-prev:hover,
.fx-shop-modern .related.products .owl-custom-nav .owl-next:hover {
	background: var(--fx-primary);
	color: #fff;
	border-color: var(--fx-primary);
}
