

/* =========================================================
   Slider principal del Home — solo imagen
   ========================================================= */
.phm-main-slider{
	position:relative;
	width:min(100% - 24px, 1440px);
	margin:14px auto 18px;
	overflow:hidden;
	border-radius:20px;
	background:#f2f2f2;
	box-shadow:0 8px 24px rgba(0,0,0,.07);
}
.phm-main-slider__viewport{
	overflow:hidden;
}
.phm-main-slider__track{
	display:flex;
	width:100%;
	transform:translate3d(0,0,0);
	transition:transform .42s cubic-bezier(.2,.7,.2,1);
	will-change:transform;
}
.phm-main-slider__slide{
	flex:0 0 100%;
	min-width:100%;
	margin:0;
	opacity:.92;
	transition:opacity .36s ease;
}
.phm-main-slider__slide.is-active{
	opacity:1;
}
.phm-main-slider__slide picture,
.phm-main-slider__link{
	display:block;
	width:100%;
}
.phm-main-slider__image{
	display:block;
	width:100%;
	height:auto;
	aspect-ratio: 1920 / 620;
	object-fit:cover;
}
.phm-main-slider__arrow{
	position:absolute;
	top:50%;
	z-index:3;
	display:grid;
	place-items:center;
	width:42px;
	height:42px;
	padding:0;
	border:1px solid rgba(0,0,0,.1);
	border-radius:50%;
	background:rgba(255,255,255,.92);
	color:#171717;
	font-size:28px;
	line-height:1;
	box-shadow:0 5px 18px rgba(0,0,0,.12);
	transform:translateY(-50%);
	cursor:pointer;
}
.phm-main-slider__arrow--prev{left:14px}
.phm-main-slider__arrow--next{right:14px}
.phm-main-slider__dots{
	position:absolute;
	z-index:3;
	left:50%;
	bottom:12px;
	display:flex;
	gap:7px;
	padding:7px 9px;
	border-radius:999px;
	background:rgba(255,255,255,.88);
	transform:translateX(-50%);
	backdrop-filter:blur(8px);
	-webkit-backdrop-filter:blur(8px);
}
.phm-main-slider__dots button{
	width:7px;
	height:7px;
	padding:0;
	border:0;
	border-radius:999px;
	background:#a9a9a9;
	cursor:pointer;
	transition:width .2s ease, background-color .2s ease;
}
.phm-main-slider__dots button.is-active{
	width:20px;
	background:#f72121;
}
@media(max-width:767px){
	.phm-main-slider{
		width:calc(100% - 16px);
		margin:8px auto 12px;
		border-radius:16px;
		box-shadow:0 5px 18px rgba(0,0,0,.06);
	}
	.phm-main-slider__image{
		aspect-ratio:4 / 5;
		object-fit:cover;
	}
	.phm-main-slider__arrow{
		display:none;
	}
	.phm-main-slider__dots{
		bottom:8px;
		padding:6px 8px;
	}
}
@media(prefers-reduced-motion:reduce){
	.phm-main-slider__track{transition:none}
}

/*
 * IBUIN Home Manager — frontend complementario.
 * El layout global continúa perteneciendo al child theme.
 */
.phm-home-managed .entry-header,
.phm-home-managed .page-header,
.phm-home-managed .entry-title{display:none!important}
.pc-home-hero__visual.has-image,.pc-service-visual.has-image{border-style:solid}
.phm-cover-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.pc-home-hero__visual>.phm-cover-image{position:absolute;inset:0}
.pc-home-hero__visual.has-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(0,0,0,.06));pointer-events:none}
.pc-home-hero__visual .pc-floating-card{z-index:2}
.pc-service-visual.has-image{overflow:hidden}
.phm-resource-card[href]{display:block;color:inherit;text-decoration:none;transition:transform 180ms ease,border-color 180ms ease,box-shadow 180ms ease}
.phm-resource-card[href]:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--pc-accent) 42%,var(--pc-border));box-shadow:var(--pc-shadow-sm)}

/* ==========================================================
   SOLUCIONES + MARCAS — CARRUSEL ESTABLE v0.1.9
   Progressive enhancement: sin JS el swipe/scroll sigue funcionando.
   Los controles nunca cambian el layout, evitando parpadeos.
   ========================================================== */
.phm-home-managed .phm-solutions-heading{width:min(100%,980px);margin:0 auto 34px;text-align:center}
.phm-home-managed .phm-solutions-heading .pc-eyebrow{justify-content:center}
.phm-home-managed .phm-solutions-heading h2{margin-inline:auto;text-align:center!important;text-wrap:balance}
.phm-home-managed .phm-solutions-heading p{max-width:820px;margin:12px auto 0;color:var(--pc-muted,#626262);text-align:center}

.phm-home-managed .phm-carousel{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:14px;min-width:0}
.phm-home-managed .phm-slider-arrow{position:static!important;display:grid!important;place-items:center;width:46px;height:46px;margin:0!important;padding:0!important;border:1px solid var(--pc-border,#d9d9d9)!important;border-radius:999px!important;background:#fff!important;color:var(--pc-dark-soft,#1e1e1e)!important;box-shadow:0 8px 22px rgba(0,0,0,.10)!important;cursor:pointer;transform:none!important;visibility:hidden;opacity:0;pointer-events:none;transition:background 160ms ease,border-color 160ms ease,color 160ms ease,opacity 120ms ease,transform 160ms ease}
.phm-home-managed .phm-carousel--scrollable .phm-slider-arrow{visibility:visible;opacity:1;pointer-events:auto}
.phm-home-managed .phm-slider-arrow::before{content:"";display:block;width:10px;height:10px;border-top:3px solid currentColor;border-right:3px solid currentColor}
.phm-home-managed .phm-slider-arrow--prev::before{transform:rotate(-135deg);margin-left:4px}
.phm-home-managed .phm-slider-arrow--next::before{transform:rotate(45deg);margin-right:4px}
.phm-home-managed .phm-slider-arrow:hover:not(:disabled),.phm-home-managed .phm-slider-arrow:focus-visible:not(:disabled){background:var(--pc-accent,#f72121)!important;border-color:var(--pc-accent,#f72121)!important;color:#fff!important;outline:none;transform:translateY(-1px)!important}
.phm-home-managed .phm-slider-arrow:disabled{opacity:.22!important;pointer-events:none!important;cursor:default;box-shadow:none!important}

.phm-home-managed .pc-solution-slider__viewport,.phm-home-managed .phm-brand-slider__viewport{min-width:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y}
.phm-home-managed .pc-solution-slider__viewport::-webkit-scrollbar,.phm-home-managed .phm-brand-slider__viewport::-webkit-scrollbar{display:none}
.phm-home-managed .pc-solution-slider__viewport:focus-visible,.phm-home-managed .phm-brand-slider__viewport:focus-visible{outline:2px solid var(--pc-accent,#f72121);outline-offset:5px;border-radius:20px}

/* Soluciones: 3 visibles en escritorio */
.phm-home-managed .pc-solution-grid.pc-solution-slider__track{display:grid!important;grid-template-columns:none!important;grid-auto-flow:column;grid-auto-columns:calc((100% - 40px)/3);gap:20px!important;width:100%;min-width:100%;margin:0!important;padding:2px 1px 10px!important;transform:none!important;transition:none!important}
.phm-home-managed .pc-solution-slider__track>.pc-solution-card.phm-solution-card{display:flex!important;flex:none!important;width:auto!important;min-width:0!important;height:430px!important;flex-direction:column!important;padding:0!important;margin:0!important;overflow:hidden!important;background:var(--pc-surface,#fff)!important;border:1px solid var(--pc-border,#d9d9d9)!important;border-radius:24px!important;box-shadow:none!important;scroll-snap-align:start}
.phm-home-managed .phm-solution-card__media{position:relative;flex:0 0 178px;height:178px;overflow:hidden;background:#f2f2f2}
.phm-home-managed .phm-solution-card__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.phm-home-managed .phm-solution-card__placeholder{display:grid;width:100%;height:100%;place-items:center;color:#888888;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#f6f6f6,#ededed)}
.phm-home-managed .phm-solution-card__body{display:flex;flex:1;min-height:0;flex-direction:column;padding:22px 22px 20px}
.phm-home-managed .phm-solution-card__body h3{display:-webkit-box;overflow:hidden;margin:0 0 12px!important;color:var(--pc-text,#000000)!important;font-size:clamp(20px,1.5vw,24px)!important;font-weight:700!important;line-height:1.12!important;letter-spacing:-.015em;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.phm-home-managed .phm-solution-card__body p{display:-webkit-box;overflow:hidden;margin:0!important;color:var(--pc-muted,#626262)!important;font-size:16px!important;line-height:1.55!important;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.phm-home-managed .phm-solution-card__body>a{align-self:flex-start;margin-top:auto!important;padding-top:16px;color:var(--pc-accent,#f72121)!important;font-weight:700!important;text-decoration:none!important}
.phm-home-managed .phm-solution-card__body>a:hover{text-decoration:underline!important;text-underline-offset:3px}

/* Marcas: cabecera a la derecha, logos estables */
.phm-home-managed .phm-brands-heading{display:block!important;width:100%!important;margin:0 0 26px!important;padding:0!important}
.phm-home-managed .phm-brands-heading__inner{width:min(100%,720px)!important;margin-left:auto!important;margin-right:0!important;text-align:right!important}
.phm-home-managed .phm-brands-heading .pc-eyebrow{justify-content:flex-end!important;margin-left:auto!important;margin-right:0!important;text-align:right!important}
.phm-home-managed .phm-brands-heading h2{margin-left:auto!important;margin-right:0!important;text-align:right!important;text-wrap:balance}
.phm-home-managed .phm-brand-list{display:grid!important;grid-template-columns:none!important;grid-auto-flow:column;grid-auto-columns:calc((100% - 56px)/5);align-items:stretch;gap:14px;width:100%;min-width:100%;margin:0;padding:2px 0 8px;transform:none!important;transition:none!important}
.phm-home-managed .phm-brand-logo{display:flex;align-items:center;justify-content:center;min-width:0;height:124px;padding:22px;background:var(--pc-surface,#fff);border:1px solid var(--pc-border,#d9d9d9);border-radius:18px;text-decoration:none!important;box-shadow:0 8px 24px rgba(0,0,0,.045);scroll-snap-align:start;transition:border-color 160ms ease,box-shadow 160ms ease}
.phm-home-managed a.phm-brand-logo:hover,.phm-home-managed a.phm-brand-logo:focus-visible{border-color:color-mix(in srgb,var(--pc-accent,#f72121) 42%,var(--pc-border,#d9d9d9));box-shadow:0 12px 28px rgba(0,0,0,.07);outline:none}
.phm-home-managed .phm-brand-logo__image{display:block!important;width:100%!important;height:100%!important;max-width:180px!important;max-height:72px!important;object-fit:contain!important;object-position:center!important;opacity:1!important;visibility:visible!important;filter:none!important;animation:none!important;transition:none!important}
.phm-home-managed .phm-brand-grid{display:block!important}
.phm-home-managed .phm-brand-grid .phm-brand-slider__viewport{overflow:visible!important}
.phm-home-managed .phm-brand-grid .phm-brand-list{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-auto-flow:row!important;grid-auto-columns:auto!important;gap:14px}
.phm-home-managed .phm-brands-empty{margin:0;padding:18px 20px;border:1px dashed var(--pc-border,#d9d9d9);border-radius:16px;color:var(--pc-muted,#626262);background:var(--pc-surface,#fff)}

@media(max-width:979px){
	.phm-home-managed .phm-carousel{grid-template-columns:42px minmax(0,1fr) 42px;gap:10px}
	.phm-home-managed .phm-slider-arrow{width:42px;height:42px}
	.phm-home-managed .pc-solution-grid.pc-solution-slider__track{grid-auto-columns:calc((100% - 20px)/2)}
	.phm-home-managed .pc-solution-slider__track>.pc-solution-card.phm-solution-card{height:420px!important}
	.phm-home-managed .phm-solution-card__media{flex-basis:168px;height:168px}
	.phm-home-managed .phm-brand-list{grid-auto-columns:calc((100% - 28px)/3)}
	.phm-home-managed .phm-brand-logo{height:116px;padding:20px}
	.phm-home-managed .phm-brand-grid .phm-brand-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:699px){
	.phm-home-managed .phm-solutions-heading{margin-bottom:22px;padding-inline:4px}
	.phm-home-managed .phm-carousel{display:block!important;margin-right:-18px}
	.phm-home-managed .phm-slider-arrow{display:none!important}
	.phm-home-managed .pc-solution-slider__viewport,.phm-home-managed .phm-brand-slider__viewport{padding-right:18px;scroll-padding-left:0}
	.phm-home-managed .pc-solution-grid.pc-solution-slider__track{grid-auto-columns:86%;gap:14px!important}
	.phm-home-managed .pc-solution-slider__track>.pc-solution-card.phm-solution-card{height:400px!important;border-radius:20px!important}
	.phm-home-managed .phm-solution-card__media{flex-basis:160px;height:160px}
	.phm-home-managed .phm-solution-card__body{padding:18px 18px 17px}
	.phm-home-managed .phm-solution-card__body p{-webkit-line-clamp:3}
	.phm-home-managed .phm-brand-list{grid-auto-columns:72%;gap:12px}
	.phm-home-managed .phm-brand-logo{height:108px;padding:18px}
	.phm-home-managed .phm-brand-grid{margin-right:0!important}
	.phm-home-managed .phm-brand-grid .phm-brand-slider__viewport{padding-right:0!important}
	.phm-home-managed .phm-brand-grid .phm-brand-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row!important;grid-auto-columns:auto!important}
	.phm-home-managed .phm-brands-heading__inner{width:100%!important}
}

/* ==========================================================
   Empresas — colores administrables + botones legibles v0.1.6
   ========================================================== */
.phm-home-managed #instituciones .phm-institutions-band{
	background:var(--phm-institution-bg,var(--pc-dark,#000000))!important;
	background:linear-gradient(
		135deg,
		var(--phm-institution-bg,var(--pc-dark,#000000)),
		color-mix(in srgb,var(--phm-institution-bg,var(--pc-dark,#000000)) 84%,#ffffff)
	)!important;
	color:var(--phm-institution-text,#ffffff)!important;
}
.phm-home-managed #instituciones .phm-institutions-band h2,
.phm-home-managed #instituciones .phm-institutions-band p{
	color:var(--phm-institution-text,#ffffff)!important;
	-webkit-text-fill-color:var(--phm-institution-text,#ffffff)!important;
}
.phm-home-managed #instituciones .phm-institutions-band .pc-eyebrow{
	color:var(--pc-accent,#f72121)!important;
	-webkit-text-fill-color:var(--pc-accent,#f72121)!important;
}
.phm-home-managed #instituciones .phm-institutions-button,
.phm-home-managed #instituciones .phm-institutions-button:link,
.phm-home-managed #instituciones .phm-institutions-button:visited,
.phm-home-managed #instituciones .phm-institutions-button:hover,
.phm-home-managed #instituciones .phm-institutions-button:focus,
.phm-home-managed #instituciones .phm-institutions-button:active{
	background:var(--phm-institution-button-bg,#ffffff)!important;
	border-color:var(--phm-institution-button-bg,#ffffff)!important;
	color:var(--phm-institution-button-text,#000000)!important;
	-webkit-text-fill-color:var(--phm-institution-button-text,#000000)!important;
	text-decoration:none!important;
}
.phm-home-managed #instituciones .phm-institutions-button:hover,
.phm-home-managed #instituciones .phm-institutions-button:focus-visible{
	filter:brightness(.97);
	transform:translateY(-1px);
}

/* Blindaje de legibilidad para botones claros/ghost del Home administrado */
.phm-home-managed .pc-btn--light,
.phm-home-managed .pc-btn--light:link,
.phm-home-managed .pc-btn--light:visited,
.phm-home-managed .pc-btn--light:hover,
.phm-home-managed .pc-btn--light:focus,
.phm-home-managed .pc-btn--light:active{
	color:var(--pc-dark,#000000)!important;
	-webkit-text-fill-color:var(--pc-dark,#000000)!important;
}
.phm-home-managed .pc-btn--ghost,
.phm-home-managed .pc-btn--ghost:link,
.phm-home-managed .pc-btn--ghost:visited,
.phm-home-managed .pc-btn--ghost:hover,
.phm-home-managed .pc-btn--ghost:focus,
.phm-home-managed .pc-btn--ghost:active{
	color:var(--pc-dark,#000000)!important;
	-webkit-text-fill-color:var(--pc-dark,#000000)!important;
}


/* ==========================================================
   HOME RESPONSIVE QA v0.2.5
   - mapa real y estable
   - orientación más compacta en móvil
   - sin overflow horizontal de página
   ========================================================== */
.phm-home-managed{
	overflow-x:clip;
}

/* Mapa real */
.phm-home-managed .phm-contact-map{
	position:relative;
	min-width:0;
	min-height:340px;
	overflow:hidden;
	border:1px solid var(--pc-border,#d9d9d9);
	border-radius:var(--pc-radius-lg,26px);
	background:var(--pc-surface-soft,#f5f5f5);
	box-shadow:0 10px 28px rgba(0,0,0,.05);
}
.phm-home-managed .phm-contact-map iframe{
	display:block;
	width:100%;
	height:100%;
	min-height:340px;
	border:0;
}

/* Orientación: geometría estable y texto controlado */
.phm-home-managed .pc-need-card{
	min-height:150px;
	padding:20px;
}
.phm-home-managed .pc-need-card h3{
	margin:0 0 10px;
	font-size:clamp(20px,2vw,26px);
	line-height:1.18;
	letter-spacing:-.015em;
}
.phm-home-managed .pc-need-card p{
	margin:0;
	max-width:34ch;
	font-size:15px;
	line-height:1.5;
}

@media(max-width:699px){
	/* El carrusel debe asomar la siguiente tarjeta sin desbordar el body */
	.phm-home-managed .phm-carousel{
		display:block!important;
		width:100%;
		min-width:0;
		margin:0!important;
		overflow:hidden;
	}
	.phm-home-managed .pc-solution-slider__viewport,
	.phm-home-managed .phm-brand-slider__viewport{
		width:100%;
		max-width:100%;
		padding-right:0!important;
	}
	.phm-home-managed .pc-solution-grid.pc-solution-slider__track{
		grid-auto-columns:88%;
		gap:12px!important;
		padding-right:12%!important;
	}
	.phm-home-managed .phm-brand-list{
		grid-auto-columns:76%;
		padding-right:24%!important;
	}

	/* Orientación móvil: menos altura, sin raya decorativa */
	.phm-home-managed .pc-need-grid{
		gap:12px;
	}
	.phm-home-managed .pc-need-card{
		min-height:0!important;
		padding:20px 18px!important;
		border-radius:20px!important;
	}
	.phm-home-managed .pc-need-card::after{
		display:none!important;
	}
	.phm-home-managed .pc-need-card h3{
		margin:0 0 8px!important;
		font-size:clamp(20px,6.2vw,25px)!important;
		line-height:1.17!important;
	}
	.phm-home-managed .pc-need-card p{
		max-width:none!important;
		font-size:16px!important;
		line-height:1.48!important;
	}

	/* Contacto móvil: mapa útil pero no gigante */
	.phm-home-managed .pc-contact-grid{
		gap:14px!important;
	}
	.phm-home-managed .phm-contact-map,
	.phm-home-managed .phm-contact-map iframe{
		min-height:220px!important;
		height:220px!important;
	}
	.phm-home-managed .phm-contact-map{
		border-radius:20px!important;
		box-shadow:none;
	}
	.phm-home-managed .pc-contact-card{
		padding:20px 18px!important;
		border-radius:20px!important;
	}
}

@supports not (overflow:clip){
	.phm-home-managed{overflow-x:hidden}
}

/* =========================================================
   IBUIN Home · Ajustes finales Home
   ========================================================= */
.phm-main-slider{
  width:min(calc(100% - 24px),1300px)!important;
  aspect-ratio:1300 / 495;
  background:#fff!important;
}
.phm-main-slider__viewport,
.phm-main-slider__track,
.phm-main-slider__slide,
.phm-main-slider__slide picture,
.phm-main-slider__link{height:100%!important}
.phm-main-slider__image{
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff;
}
.phm-home-managed .phm-brands-heading{margin:0 0 18px!important}
.phm-home-managed .phm-brands-heading__inner{
  width:100%!important;
  margin:0 auto!important;
  text-align:center!important;
}
.phm-home-managed .phm-brands-heading .pc-eyebrow{
  justify-content:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
.phm-home-managed .phm-brands-heading h2{
  margin:8px auto 0!important;
  max-width:720px;
  font-size:17px!important;
  line-height:1.35!important;
  font-weight:650!important;
  text-align:center!important;
}
@media(max-width:767px){
  .phm-main-slider{
    width:calc(100% - 16px)!important;
    aspect-ratio:1300 / 495!important;
    min-height:0!important;
  }
  .phm-main-slider__image{object-fit:contain!important}
  /* En móvil grid y slider se comportan siempre como carrusel horizontal. */
  .phm-home-managed .phm-brands-section .phm-brand-slider__viewport{
    overflow-x:auto!important;
    padding-right:18px!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .phm-home-managed .phm-brands-section .phm-brand-slider__viewport::-webkit-scrollbar{display:none}
  .phm-home-managed .phm-brands-section .phm-brand-list,
  .phm-home-managed .phm-brand-grid .phm-brand-list{
    display:grid!important;
    grid-template-columns:none!important;
    grid-auto-flow:column!important;
    grid-auto-columns:72%!important;
    gap:12px!important;
    width:max-content!important;
    min-width:100%!important;
  }
  .phm-home-managed .phm-brand-logo{scroll-snap-align:start!important}
}

/* ==========================================================
   PARACARE v3.7.6 — ORIENTACIÓN + PRODUCTOS DESTACADOS
   Consolidado desde el laboratorio PCQ. El theme es el único owner.
   ========================================================== */

/* Orientación / necesidades: tarjetas compactas, editoriales y numeradas. */
.phm-home-managed .pc-need-grid{gap:12px!important}
.phm-home-managed .pc-need-card{
	position:relative!important;
	overflow:hidden!important;
	min-height:0!important;
	padding:18px 18px 17px!important;
	border:1px solid var(--pc-border,#d9d9d9)!important;
	border-radius:16px!important;
	background:#fff!important;
	color:var(--pc-text,#1e1e1e)!important;
	box-shadow:0 6px 18px rgba(0,0,0,.028)!important;
	transition:background-color .18s ease,border-color .18s ease!important;
}
.phm-home-managed .pc-need-card::before{
	content:"01";
	display:grid!important;
	place-items:center!important;
	width:32px!important;
	height:32px!important;
	margin:0 0 13px!important;
	border-radius:10px!important;
	background:#f1f3f4!important;
	color:var(--pc-accent,#f72121)!important;
	font-size:10px!important;
	font-weight:850!important;
	line-height:1!important;
	letter-spacing:.045em!important;
}
.phm-home-managed .pc-need-card:nth-child(2)::before{content:"02"}
.phm-home-managed .pc-need-card:nth-child(3)::before{content:"03"}
.phm-home-managed .pc-need-card:nth-child(4)::before{content:"04"}
.phm-home-managed .pc-need-card::after{
	content:""!important;
	position:absolute!important;
	inset:0 auto 0 0!important;
	display:block!important;
	width:3px!important;
	height:auto!important;
	border-radius:0!important;
	background:var(--pc-accent,#f72121)!important;
	opacity:0!important;
	transition:opacity .18s ease!important;
}
.phm-home-managed .pc-need-card h3{
	margin:0 0 7px!important;
	color:var(--pc-dark,#000000)!important;
	font-size:18px!important;
	font-weight:720!important;
	line-height:1.23!important;
	letter-spacing:-.012em!important;
}
.phm-home-managed .pc-need-card p{
	margin:0!important;
	max-width:34ch!important;
	color:var(--pc-muted,#626262)!important;
	font-size:13.5px!important;
	line-height:1.5!important;
}

/* Solo el bloque semántico featured_products recibe el explorador 8 / 4+4. */
.phm-home-managed [data-phm-section="featured_products"]{padding-block:48px!important}
.phm-home-managed [data-phm-section="featured_products"] .pc-section-head{
	display:grid!important;
	grid-template-columns:minmax(0,1fr) auto!important;
	gap:26px!important;
	align-items:end!important;
	max-width:none!important;
	margin-bottom:22px!important;
}
.phm-home-managed [data-phm-section="featured_products"] .phm-products-head__copy{min-width:0}
.phm-home-managed [data-phm-section="featured_products"] .pc-section-head h2{
	margin-bottom:8px!important;
	max-width:30ch!important;
	font-size:clamp(28px,3vw,38px)!important;
	line-height:1.1!important;
	letter-spacing:-.025em!important;
}
.phm-home-managed [data-phm-section="featured_products"] .pc-section-head p{
	margin:0!important;
	max-width:64ch!important;
	font-size:15px!important;
	line-height:1.55!important;
}
.phm-home-managed [data-phm-section="featured_products"] .pc-product-grid{
	display:grid!important;
	grid-template-columns:repeat(4,minmax(0,1fr))!important;
	gap:12px!important;
}
.phm-home-managed [data-phm-section="featured_products"] .pc-product-card{
	display:flex!important;
	flex-direction:column!important;
	min-width:0!important;
	overflow:hidden!important;
	border:1px solid var(--pc-border,#d9d9d9)!important;
	border-radius:14px!important;
	background:#fff!important;
	box-shadow:0 5px 16px rgba(0,0,0,.025)!important;
	transition:background-color .18s ease,border-color .18s ease!important;
}
.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__image{
	display:grid!important;
	place-items:center!important;
	width:100%!important;
	aspect-ratio:1.5/1!important;
	overflow:hidden!important;
	border-bottom:1px solid #e9e9e9!important;
	background:#fff!important;
}
.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__image img{
	display:block!important;
	width:100%!important;
	height:100%!important;
	padding:8px!important;
	object-fit:contain!important;
}
.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__body{
	display:flex!important;
	flex:1 1 auto!important;
	flex-direction:column!important;
	min-width:0!important;
	padding:12px 13px 13px!important;
}
.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__meta{
	display:block!important;
	margin-bottom:4px!important;
	color:var(--pc-accent,#f72121)!important;
	font-size:9px!important;
	font-weight:820!important;
	line-height:1.2!important;
	letter-spacing:.085em!important;
}
.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__body h3{
	display:-webkit-box!important;
	overflow:hidden!important;
	-webkit-box-orient:vertical!important;
	-webkit-line-clamp:2!important;
	min-height:38px!important;
	margin:0 0 6px!important;
	color:var(--pc-dark,#000000)!important;
	font-size:15.5px!important;
	font-weight:720!important;
	line-height:1.22!important;
	letter-spacing:-.012em!important;
}
.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__body h3 a{color:inherit!important;text-decoration:none!important}
.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__body p{
	display:-webkit-box!important;
	overflow:hidden!important;
	-webkit-box-orient:vertical!important;
	-webkit-line-clamp:2!important;
	min-height:36px!important;
	margin:0!important;
	color:var(--pc-muted,#626262)!important;
	font-size:12.5px!important;
	line-height:1.45!important;
}
.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__actions{
	display:flex!important;
	justify-content:space-between!important;
	gap:8px!important;
	margin-top:auto!important;
	padding-top:10px!important;
}
.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__actions a{
	color:var(--pc-accent-hover,#171717)!important;
	font-size:11.5px!important;
	font-weight:760!important;
	line-height:1.2!important;
	text-decoration:none!important;
}

/* Selector de Solución del explorador. */
.phm-home-managed [data-phm-section="featured_products"] .phm-products-filter{
	display:grid;
	gap:6px;
	min-width:225px;
	justify-self:end;
}
.phm-home-managed [data-phm-section="featured_products"] .phm-products-filter label{
	color:var(--pc-muted,#626262);
	font-size:10px;
	font-weight:800;
	line-height:1;
	letter-spacing:.08em;
	text-transform:uppercase;
}
.phm-home-managed [data-phm-section="featured_products"] .phm-products-select-wrap{position:relative;display:block}
.phm-home-managed [data-phm-section="featured_products"] .phm-products-select-wrap select{
	width:100%;
	min-height:42px;
	padding:9px 38px 9px 13px;
	appearance:none;
	-webkit-appearance:none;
	border:1px solid var(--pc-border,#d9d9d9);
	border-radius:11px;
	background:#fff;
	color:var(--pc-dark,#000000);
	font:inherit;
	font-size:13px;
	font-weight:650;
	line-height:1.2;
	outline:none;
	cursor:pointer;
	transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.phm-home-managed [data-phm-section="featured_products"] .phm-products-select-wrap svg{
	position:absolute;
	top:50%;
	right:12px;
	width:17px;
	height:17px;
	transform:translateY(-50%);
	color:#626262;
	pointer-events:none;
}
.phm-home-managed [data-phm-section="featured_products"] .phm-products-select-wrap select:focus-visible{
	border-color:rgba(247,33,33,.72);
	box-shadow:0 0 0 3px rgba(247,33,33,.10);
}
.phm-home-managed [data-phm-section="featured_products"] .phm-products-filter__status{
	min-height:14px;
	color:#777777;
	font-size:10.5px;
	line-height:1.3;
	text-align:right;
}
.phm-home-managed [data-phm-section="featured_products"] .phm-products-filter__retry{
	padding:0;
	border:0;
	background:transparent;
	color:var(--pc-accent,#f72121);
	font:inherit;
	font-weight:750;
	cursor:pointer;
}
.phm-home-managed [data-phm-section="featured_products"].is-loading .phm-products-select-wrap select{background:#f8f8f8}

@media(hover:hover) and (pointer:fine){
	.phm-home-managed .pc-need-card:hover{border-color:rgba(247,33,33,.34)!important;background:#f8f9fa!important}
	.phm-home-managed .pc-need-card:hover::after{opacity:1!important}
	.phm-home-managed [data-phm-section="featured_products"] .pc-product-card:hover{border-color:rgba(247,33,33,.32)!important;background:#fafafa!important}
	.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__actions a:hover{color:var(--pc-accent,#f72121)!important}
}

@media(max-width:1023px) and (min-width:700px){
	.phm-home-managed [data-phm-section="featured_products"] .pc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:699px){
	.phm-home-managed .pc-need-grid{grid-template-columns:1fr!important;gap:9px!important}
	.phm-home-managed .pc-need-card{
		display:grid!important;
		grid-template-columns:34px minmax(0,1fr)!important;
		column-gap:12px!important;
		padding:14px!important;
		border-radius:14px!important;
	}
	.phm-home-managed .pc-need-card::before{grid-row:1 / span 2!important;margin:0!important}
	.phm-home-managed .pc-need-card h3{font-size:16px!important;line-height:1.25!important}
	.phm-home-managed .pc-need-card p{max-width:none!important;font-size:13px!important}

	.phm-home-managed [data-phm-section="featured_products"]{padding-block:38px!important}
	.phm-home-managed [data-phm-section="featured_products"] .pc-section-head{
		grid-template-columns:1fr!important;
		gap:14px!important;
		align-items:start!important;
		margin-bottom:17px!important;
	}
	.phm-home-managed [data-phm-section="featured_products"] .pc-section-head h2{font-size:26px!important}
	.phm-home-managed [data-phm-section="featured_products"] .phm-products-filter{width:100%;min-width:0;justify-self:stretch}
	.phm-home-managed [data-phm-section="featured_products"] .phm-products-filter__status{text-align:left}
	.phm-home-managed [data-phm-section="featured_products"] .phm-products-select-wrap select{min-height:44px;font-size:14px}
	.phm-home-managed [data-phm-section="featured_products"] .pc-product-grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important}
	.phm-home-managed [data-phm-section="featured_products"] .pc-product-card{
		display:grid!important;
		grid-template-columns:104px minmax(0,1fr)!important;
		min-height:116px!important;
		padding:9px 0!important;
		border:0!important;
		border-bottom:1px solid #e8e8e8!important;
		border-radius:0!important;
		box-shadow:none!important;
		background:#fff!important;
	}
	.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__image{
		width:96px!important;
		height:96px!important;
		align-self:center!important;
		aspect-ratio:auto!important;
		border:1px solid #e9e9e9!important;
		border-radius:12px!important;
	}
	.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__image img{padding:5px!important}
	.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__body{justify-content:center!important;padding:3px 0 3px 8px!important}
	.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__body h3{min-height:0!important;margin-bottom:4px!important;font-size:14px!important}
	.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__body p{min-height:0!important;-webkit-line-clamp:1!important;font-size:11.5px!important}
	.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__actions{justify-content:flex-start!important;gap:16px!important;padding-top:6px!important}
	.phm-home-managed [data-phm-section="featured_products"] .pc-product-card__actions a{font-size:11px!important}
}

@media(prefers-reduced-motion:reduce){
	.phm-home-managed .pc-need-card,
	.phm-home-managed .pc-need-card::after,
	.phm-home-managed [data-phm-section="featured_products"] .pc-product-card,
	.phm-home-managed [data-phm-section="featured_products"] .phm-products-select-wrap select{transition:none!important}
}
