/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Proyectos: mostrar completos los videos verticales */
.page-id-1491 .deko-projects .video-reel,
.page-id-1491 .deko-projects .video-player {
	background: #f2f4ef;
}

.page-id-1491 .deko-projects .video-player {
	object-fit: contain !important;
	object-position: center center;
	image-rendering: auto;
}

@media (max-width: 767px) {
	.page-id-1491 .deko-projects .video-reel,
	.page-id-1491 .deko-projects .video-player {
		height: 400px !important;
	}

	.page-id-1491 .deko-projects .video-reel {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
/* Catálogo editorial DEKO */
.post-type-archive-product .woocommerce-products-header,
.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product .woocommerce-ordering,
.post-type-archive-product .ct-sidebar {
	display: none !important;
}

.post-type-archive-product .ct-container[data-sidebar] {
	display: block !important;
	max-width: 1160px;
}

.post-type-archive-product .site-main {
	width: 100% !important;
}

.deko-shop-intro {
	--ink: #073f40;
	--teal: #0b7472;
	--olive: #78932f;
	--soft: #f6f7f3;
	--line: #dfe8e3;
	margin-bottom: 44px;
	color: var(--ink);
}

.deko-shop-hero {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	align-items: end;
	gap: 52px;
	margin-bottom: 30px;
	padding: 52px 0 34px;
}

.deko-shop-copy h1 {
	max-width: 720px;
	margin: 0 0 14px;
	font-size: clamp(40px, 5vw, 64px);
	line-height: 1.03;
	letter-spacing: -.035em;
}

.deko-shop-copy p,
.deko-products-heading p,
.deko-shop-final p {
	color: #5c716b;
	font-size: 17px;
	line-height: 1.55;
}

.deko-shop-copy p {
	max-width: 670px;
	margin: 0 0 22px;
}

.deko-shop-kicker {
	display: inline-block;
	margin-bottom: 11px;
	color: var(--olive);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.deko-shop-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.deko-shop-button,
.deko-product-details {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border: 1px solid var(--teal);
	border-radius: 7px;
	background: var(--teal);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
}

.deko-shop-button-alt {
	background: transparent;
	color: var(--teal) !important;
}

.deko-product-search {
	padding: 22px;
	border-radius: 10px;
	background: var(--soft);
}

.deko-product-search label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 800;
}

.deko-product-search div {
	display: grid;
	grid-template-columns: 1fr auto;
}

.deko-product-search input {
	min-width: 0;
	min-height: 44px;
	padding: 9px 11px;
	border: 1px solid #ccd9d4;
	border-radius: 6px 0 0 6px;
	background: #fff;
}

.deko-product-search button {
	padding: 9px 15px;
	border: 0;
	border-radius: 0 6px 6px 0;
	background: var(--teal);
	color: #fff;
	font-weight: 800;
}

.deko-category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-bottom: 54px;
}

.deko-category {
	position: relative;
	min-height: 210px;
	overflow: hidden;
	border-radius: 10px;
	background: var(--ink);
	color: #fff !important;
	text-decoration: none !important;
}

.deko-category:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 30%, rgba(2, 38, 39, .88));
}

.deko-category img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.deko-category span {
	position: absolute;
	z-index: 2;
	right: 16px;
	bottom: 14px;
	left: 16px;
}

.deko-category b,
.deko-category small {
	display: block;
}

.deko-category b {
	font-size: 19px;
}

.deko-category small {
	margin-top: 2px;
	color: rgba(255, 255, 255, .8);
}

.deko-products-heading {
	max-width: 720px;
	margin-bottom: 24px;
}

.deko-products-heading h2,
.deko-shop-final h2 {
	margin: 0 0 8px;
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.08;
}

.deko-products-heading p {
	margin: 0;
}

.post-type-archive-product ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px 18px !important;
}

.post-type-archive-product ul.products li.product {
	min-width: 0;
	margin: 0 !important;
	padding: 0 0 18px !important;
	border-bottom: 1px solid #dfe8e3;
}

.post-type-archive-product ul.products li.product img {
	width: 100% !important;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 9px;
}

.post-type-archive-product .woocommerce-loop-product__title {
	min-height: 2.6em;
	margin-top: 12px !important;
	font-size: 17px !important;
	line-height: 1.3 !important;
}

.post-type-archive-product .price {
	color: #073f40 !important;
	font-size: 17px !important;
	font-weight: 800 !important;
}

.post-type-archive-product .deko-product-details {
	width: 100%;
	min-height: 38px;
	margin-top: 10px;
	padding: 7px 10px;
	background: transparent;
	color: #0b7472 !important;
	font-size: 12px;
}

.post-type-archive-product a[aria-label^="Consultar por WhatsApp"] {
	display: flex !important;
	width: 100%;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	padding: 8px 10px !important;
	border-radius: 7px;
	background: #0b7472 !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800;
	text-align: center;
}

.deko-shop-final {
	margin-top: 56px;
	padding: 42px;
	border-radius: 12px;
	background: #f1efe7;
	text-align: center;
}

.deko-shop-final p {
	max-width: 620px;
	margin: 0 auto 20px;
}

.deko-shop-final .deko-shop-actions {
	justify-content: center;
}

@media (max-width: 700px) {
	.deko-shop-hero {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 26px 0 20px;
	}

	.deko-shop-copy h1 {
		font-size: 30px;
	}

	.deko-shop-copy p,
	.deko-products-heading p,
	.deko-shop-final p {
		font-size: 13px;
		line-height: 1.4;
	}

	.deko-shop-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.deko-shop-button {
		min-height: 40px;
		padding: 8px;
		font-size: 11px;
	}

	.deko-product-search {
		padding: 14px;
	}

	.deko-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin-bottom: 34px;
	}

	.deko-category {
		min-height: 145px;
	}

	.deko-category img {
		object-fit: contain;
		object-position: center;
		background: #073f40;
	}

	.deko-category span {
		right: 10px;
		bottom: 9px;
		left: 10px;
	}

	.deko-category b {
		font-size: 14px;
	}

	.deko-category small {
		font-size: 10px;
	}

	.deko-products-heading h2,
	.deko-shop-final h2 {
		font-size: 24px;
	}

	.post-type-archive-product ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 20px 9px !important;
	}

	.post-type-archive-product .woocommerce-loop-product__title {
		font-size: 13px !important;
	}

	.post-type-archive-product .price {
		font-size: 14px !important;
	}

	.post-type-archive-product .deko-product-details,
	.post-type-archive-product a[aria-label^="Consultar por WhatsApp"] {
		min-height: 34px;
		padding: 6px !important;
		font-size: 10px !important;
	}

	.deko-shop-final {
		margin-top: 36px;
		padding: 26px 16px;
	}
}
/* Pie global compacto DEKO */
#footer.ct-footer {
	display: none !important;
}
.deko-compact-footer {
	--footer-ink: #073f40;
	--footer-teal: #0b7472;
	--footer-olive: #78932f;
	border-top: 1px solid #e1e8e3;
	background: #fff;
	color: var(--footer-ink);
}
.deko-footer-main {
	display: grid;
	grid-template-columns: 1.15fr .8fr 1fr;
	align-items: center;
	gap: 46px;
	width: min(1120px, calc(100% - 44px));
	margin: 0 auto;
	padding: 44px 0 36px;
}
.deko-footer-brand img {
	display: block;
	width: 150px;
	height: auto;
	margin-bottom: 14px;
}
.deko-footer-brand p {
	max-width: 310px;
	margin: 0;
	color: #5c716b;
	font-size: 15px;
	line-height: 1.45;
}
.deko-footer-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 22px;
}
.deko-footer-links a,
.deko-footer-contact > a:not(.deko-footer-whatsapp),
.deko-footer-bottom a {
	color: var(--footer-ink);
	text-decoration: none;
}
.deko-footer-links a {
	font-weight: 750;
}
.deko-footer-contact {
	display: grid;
	gap: 7px;
	justify-items: start;
}
.deko-footer-whatsapp {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
	padding: 9px 16px;
	border-radius: 7px;
	background: var(--footer-teal);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
}
.deko-footer-contact > a:not(.deko-footer-whatsapp) {
	font-size: 14px;
}
.deko-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 15px max(22px, calc((100% - 1120px) / 2));
	background: #f6f7f3;
	color: #667872;
	font-size: 12px;
	line-height: 1.4;
}
.deko-footer-bottom i {
	margin: 0 7px;
	font-style: normal;
}
@media (max-width: 700px) {
	.deko-footer-main {
		grid-template-columns: 1fr;
		gap: 22px;
		width: calc(100% - 28px);
		padding: 28px 0 24px;
		text-align: center;
	}
	.deko-footer-brand img {
		width: 130px;
		margin: 0 auto 10px;
	}
	.deko-footer-brand p {
		margin: 0 auto;
		font-size: 13px;
	}
	.deko-footer-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px 12px;
	}
	.deko-footer-links a {
		font-size: 13px;
	}
	.deko-footer-contact {
		justify-items: stretch;
	}
	.deko-footer-whatsapp {
		width: 100%;
	}
	.deko-footer-contact > a:not(.deko-footer-whatsapp) {
		font-size: 13px;
	}
	.deko-footer-bottom {
		display: grid;
		gap: 5px;
		padding: 13px 14px;
		text-align: center;
	}
}
/* Filtros de catálogo y comportamiento del botón flotante */
.deko-filter-panel {
	margin: -4px 0 34px;
	padding: 0 0 22px;
	border: 0;
	border-bottom: 1px solid #dfe8e3;
	color: #073f40;
}
.deko-filter-panel summary {
	margin-bottom: 14px;
	color: #073f40;
	font-size: 15px;
	font-weight: 850;
	cursor: pointer;
	list-style-position: inside;
}
.deko-filter-groups {
	display: grid;
	gap: 11px;
}
.deko-filter-group {
	display: grid;
	grid-template-columns: 110px 1fr;
	align-items: start;
	gap: 14px;
}
.deko-filter-group > b {
	padding-top: 7px;
	color: #78932f;
	font-size: 12px;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.deko-filter-group > div {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
.deko-filter-group a {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	padding: 6px 11px;
	border: 1px solid #d6e1dc;
	border-radius: 18px;
	background: #fff;
	color: #315a56;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}
.deko-filter-group a:hover {
	border-color: #0b7472;
	background: #f3f7f5;
	color: #0b7472;
}
.joinchat {
	transition: opacity .25s ease, transform .25s ease !important;
}
.deko-footer-in-view .joinchat {
	opacity: 0 !important;
	pointer-events: none !important;
	transform: translateY(18px) !important;
}
@media (max-width: 700px) {
	.deko-filter-panel {
		margin-bottom: 26px;
		padding-bottom: 17px;
	}
	.deko-filter-panel summary {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.deko-filter-group {
		display: block;
	}
	.deko-filter-group > b {
		display: block;
		margin-bottom: 5px;
		padding: 0;
		font-size: 10px;
	}
	.deko-filter-group > div {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: thin;
	}
	.deko-filter-group a {
		flex: 0 0 auto;
		min-height: 31px;
		padding: 5px 9px;
		font-size: 11px;
	}
	.joinchat {
		--bottom: 14px;
		--sep: 12px;
	}
}

/* Proyectos: carruseles completos y proporcionados en móvil */
@media (max-width: 700px) {
	.page-id-1491 .media-showcase {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 10px !important;
		height: auto !important;
	}
	.page-id-1491 .deko-reel,
	.page-id-1491 .video-reel {
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		aspect-ratio: 16 / 10;
	}
	.page-id-1491 .reel-track,
	.page-id-1491 .reel-slide {
		height: 100% !important;
		min-height: 0 !important;
	}
	.page-id-1491 .reel-slide img,
	.page-id-1491 .video-player {
		display: block;
		width: 100% !important;
		height: 100% !important;
		max-height: none !important;
		object-fit: contain !important;
	}
	.page-id-1491 .video-player {
		position: absolute !important;
		inset: 0 !important;
	}
	.page-id-1491 .section-action {
		margin-top: 10px !important;
	}
	.page-id-1491 .document-buttons {
		gap: 7px !important;
	}
	.page-id-1491 .pdf-button {
		min-height: 42px;
		padding: 8px 10px !important;
		line-height: 1.25 !important;
	}
	.page-id-1491 .joinchat {
		display: none !important;
	}
}

@media (max-width: 700px) {
	body.page-id-1491 #main .section .media-showcase > .video-reel {
		height: min(210px, calc((100vw - 28px) * .625)) !important;
		min-height: 0 !important;
		max-height: 210px !important;
		aspect-ratio: 16 / 10 !important;
	}
	body.page-id-1491 #main .section .media-showcase > .video-reel > .video-player {
		height: 100% !important;
		min-height: 0 !important;
		max-height: 100% !important;
	}
}

/* Jerarquía visual del menú móvil */
@media (max-width: 999.98px) {
  .mobile-menu > ul > li > .sub-menu > li > a.ct-menu-link,
  .mobile-menu > ul > li > .sub-menu > li > .ct-sub-menu-parent > a.ct-menu-link {
    color: #78c5ba !important;
    font-weight: 700;
  }

  .mobile-menu > ul > li > .sub-menu > li > .ct-sub-menu-parent > .ct-toggle-dropdown-mobile {
    color: #78c5ba !important;
  }

  .mobile-menu > ul > li > .sub-menu > li > .sub-menu > li > a.ct-menu-link,
  .mobile-menu > ul > li > .sub-menu > li > .sub-menu > li > .ct-sub-menu-parent > a.ct-menu-link {
    color: #d5b477 !important;
    font-size: 0.9em;
    font-weight: 600;
  }

  .mobile-menu .sub-menu li.current-menu-item > a.ct-menu-link,
  .mobile-menu .sub-menu li.current-menu-item > .ct-sub-menu-parent > a.ct-menu-link {
    color: #c2cb62 !important;
  }
}

/* Fotografías limpias en categorías de Productos */
@media (max-width: 700px) {
  .deko-category img {
    object-fit: cover;
    object-position: center;
    background: transparent;
  }

  .deko-category:nth-child(1) img {
    object-position: center 55%;
  }

  .deko-category:nth-child(3) img {
    object-position: center 48%;
  }
}

/* Categorías de producto compactas en móvil */
@media (max-width: 700px) {
  .tax-product_cat ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px 9px !important;
  }

  .tax-product_cat ul.products li.product {
    min-width: 0;
    margin: 0 !important;
    padding: 0 0 18px !important;
    border-bottom: 1px solid #dfe8e3;
  }

  .tax-product_cat ul.products li.product img {
    width: 100% !important;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 9px;
  }

  .tax-product_cat .woocommerce-loop-product__title {
    min-height: 2.6em;
    margin-top: 12px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .tax-product_cat .price {
    color: #073f40 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
  }

  .tax-product_cat .deko-product-details,
  .tax-product_cat a[aria-label^="Consultar por WhatsApp"] {
    width: 100%;
    min-height: 34px;
    margin-top: 8px;
    padding: 6px !important;
    border-radius: 7px;
    font-size: 10px !important;
    text-align: center;
  }
}


/* Mostrar detalles técnicos en todas las categorías de producto */
.tax-product_cat .deko-product-details {
  display: flex !important;
  width: 100%;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 7px 10px !important;
  border: 0 !important;
  border-radius: 7px;
  background: transparent !important;
  color: #0b7472 !important;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
}

.tax-product_cat .deko-product-details:hover,
.tax-product_cat .deko-product-details:focus {
  color: #073f40 !important;
}

@media (max-width: 700px) {
  .tax-product_cat .deko-product-details {
    min-height: 34px;
    margin-top: 8px;
    padding: 6px !important;
    font-size: 10px !important;
  }
}
/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Proyectos: mostrar completos los videos verticales */
.page-id-1491 .deko-projects .video-reel,
.page-id-1491 .deko-projects .video-player {
	background: #f2f4ef;
}

.page-id-1491 .deko-projects .video-player {
	object-fit: contain !important;
	object-position: center center;
	image-rendering: auto;
}

@media (max-width: 767px) {
	.page-id-1491 .deko-projects .video-reel,
	.page-id-1491 .deko-projects .video-player {
		height: 400px !important;
	}

	.page-id-1491 .deko-projects .video-reel {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
/* Catálogo editorial DEKO */
.post-type-archive-product .woocommerce-products-header,
.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product .woocommerce-ordering,
.post-type-archive-product .ct-sidebar {
	display: none !important;
}

.post-type-archive-product .ct-container[data-sidebar] {
	display: block !important;
	max-width: 1160px;
}

.post-type-archive-product .site-main {
	width: 100% !important;
}

.deko-shop-intro {
	--ink: #073f40;
	--teal: #0b7472;
	--olive: #78932f;
	--soft: #f6f7f3;
	--line: #dfe8e3;
	margin-bottom: 44px;
	color: var(--ink);
}

.deko-shop-hero {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	align-items: end;
	gap: 52px;
	margin-bottom: 30px;
	padding: 52px 0 34px;
}

.deko-shop-copy h1 {
	max-width: 720px;
	margin: 0 0 14px;
	font-size: clamp(40px, 5vw, 64px);
	line-height: 1.03;
	letter-spacing: -.035em;
}

.deko-shop-copy p,
.deko-products-heading p,
.deko-shop-final p {
	color: #5c716b;
	font-size: 17px;
	line-height: 1.55;
}

.deko-shop-copy p {
	max-width: 670px;
	margin: 0 0 22px;
}

.deko-shop-kicker {
	display: inline-block;
	margin-bottom: 11px;
	color: var(--olive);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.deko-shop-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.deko-shop-button,
.deko-product-details {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border: 1px solid var(--teal);
	border-radius: 7px;
	background: var(--teal);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
}

.deko-shop-button-alt {
	background: transparent;
	color: var(--teal) !important;
}

.deko-product-search {
	padding: 22px;
	border-radius: 10px;
	background: var(--soft);
}

.deko-product-search label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 800;
}

.deko-product-search div {
	display: grid;
	grid-template-columns: 1fr auto;
}

.deko-product-search input {
	min-width: 0;
	min-height: 44px;
	padding: 9px 11px;
	border: 1px solid #ccd9d4;
	border-radius: 6px 0 0 6px;
	background: #fff;
}

.deko-product-search button {
	padding: 9px 15px;
	border: 0;
	border-radius: 0 6px 6px 0;
	background: var(--teal);
	color: #fff;
	font-weight: 800;
}

.deko-category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-bottom: 54px;
}

.deko-category {
	position: relative;
	min-height: 210px;
	overflow: hidden;
	border-radius: 10px;
	background: var(--ink);
	color: #fff !important;
	text-decoration: none !important;
}

.deko-category:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 30%, rgba(2, 38, 39, .88));
}

.deko-category img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.deko-category span {
	position: absolute;
	z-index: 2;
	right: 16px;
	bottom: 14px;
	left: 16px;
}

.deko-category b,
.deko-category small {
	display: block;
}

.deko-category b {
	font-size: 19px;
}

.deko-category small {
	margin-top: 2px;
	color: rgba(255, 255, 255, .8);
}

.deko-products-heading {
	max-width: 720px;
	margin-bottom: 24px;
}

.deko-products-heading h2,
.deko-shop-final h2 {
	margin: 0 0 8px;
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.08;
}

.deko-products-heading p {
	margin: 0;
}

.post-type-archive-product ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px 18px !important;
}

.post-type-archive-product ul.products li.product {
	min-width: 0;
	margin: 0 !important;
	padding: 0 0 18px !important;
	border-bottom: 1px solid #dfe8e3;
}

.post-type-archive-product ul.products li.product img {
	width: 100% !important;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 9px;
}

.post-type-archive-product .woocommerce-loop-product__title {
	min-height: 2.6em;
	margin-top: 12px !important;
	font-size: 17px !important;
	line-height: 1.3 !important;
}

.post-type-archive-product .price {
	color: #073f40 !important;
	font-size: 17px !important;
	font-weight: 800 !important;
}

.post-type-archive-product .deko-product-details {
	width: 100%;
	min-height: 38px;
	margin-top: 10px;
	padding: 7px 10px;
	background: transparent;
	color: #0b7472 !important;
	font-size: 12px;
}

.post-type-archive-product a[aria-label^="Consultar por WhatsApp"] {
	display: flex !important;
	width: 100%;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	padding: 8px 10px !important;
	border-radius: 7px;
	background: #0b7472 !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800;
	text-align: center;
}

.deko-shop-final {
	margin-top: 56px;
	padding: 42px;
	border-radius: 12px;
	background: #f1efe7;
	text-align: center;
}

.deko-shop-final p {
	max-width: 620px;
	margin: 0 auto 20px;
}

.deko-shop-final .deko-shop-actions {
	justify-content: center;
}

@media (max-width: 700px) {
	.deko-shop-hero {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 26px 0 20px;
	}

	.deko-shop-copy h1 {
		font-size: 30px;
	}

	.deko-shop-copy p,
	.deko-products-heading p,
	.deko-shop-final p {
		font-size: 13px;
		line-height: 1.4;
	}

	.deko-shop-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.deko-shop-button {
		min-height: 40px;
		padding: 8px;
		font-size: 11px;
	}

	.deko-product-search {
		padding: 14px;
	}

	.deko-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin-bottom: 34px;
	}

	.deko-category {
		min-height: 145px;
	}

	.deko-category img {
		object-fit: contain;
		object-position: center;
		background: #073f40;
	}

	.deko-category span {
		right: 10px;
		bottom: 9px;
		left: 10px;
	}

	.deko-category b {
		font-size: 14px;
	}

	.deko-category small {
		font-size: 10px;
	}

	.deko-products-heading h2,
	.deko-shop-final h2 {
		font-size: 24px;
	}

	.post-type-archive-product ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 20px 9px !important;
	}

	.post-type-archive-product .woocommerce-loop-product__title {
		font-size: 13px !important;
	}

	.post-type-archive-product .price {
		font-size: 14px !important;
	}

	.post-type-archive-product .deko-product-details,
	.post-type-archive-product a[aria-label^="Consultar por WhatsApp"] {
		min-height: 34px;
		padding: 6px !important;
		font-size: 10px !important;
	}

	.deko-shop-final {
		margin-top: 36px;
		padding: 26px 16px;
	}
}
/* Pie global compacto DEKO */
#footer.ct-footer {
	display: none !important;
}
.deko-compact-footer {
	--footer-ink: #073f40;
	--footer-teal: #0b7472;
	--footer-olive: #78932f;
	border-top: 1px solid #e1e8e3;
	background: #fff;
	color: var(--footer-ink);
}
.deko-footer-main {
	display: grid;
	grid-template-columns: 1.15fr .8fr 1fr;
	align-items: center;
	gap: 46px;
	width: min(1120px, calc(100% - 44px));
	margin: 0 auto;
	padding: 44px 0 36px;
}
.deko-footer-brand img {
	display: block;
	width: 150px;
	height: auto;
	margin-bottom: 14px;
}
.deko-footer-brand p {
	max-width: 310px;
	margin: 0;
	color: #5c716b;
	font-size: 15px;
	line-height: 1.45;
}
.deko-footer-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 22px;
}
.deko-footer-links a,
.deko-footer-contact > a:not(.deko-footer-whatsapp),
.deko-footer-bottom a {
	color: var(--footer-ink);
	text-decoration: none;
}
.deko-footer-links a {
	font-weight: 750;
}
.deko-footer-contact {
	display: grid;
	gap: 7px;
	justify-items: start;
}
.deko-footer-whatsapp {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
	padding: 9px 16px;
	border-radius: 7px;
	background: var(--footer-teal);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
}
.deko-footer-contact > a:not(.deko-footer-whatsapp) {
	font-size: 14px;
}
.deko-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 15px max(22px, calc((100% - 1120px) / 2));
	background: #f6f7f3;
	color: #667872;
	font-size: 12px;
	line-height: 1.4;
}
.deko-footer-bottom i {
	margin: 0 7px;
	font-style: normal;
}
@media (max-width: 700px) {
	.deko-footer-main {
		grid-template-columns: 1fr;
		gap: 22px;
		width: calc(100% - 28px);
		padding: 28px 0 24px;
		text-align: center;
	}
	.deko-footer-brand img {
		width: 130px;
		margin: 0 auto 10px;
	}
	.deko-footer-brand p {
		margin: 0 auto;
		font-size: 13px;
	}
	.deko-footer-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px 12px;
	}
	.deko-footer-links a {
		font-size: 13px;
	}
	.deko-footer-contact {
		justify-items: stretch;
	}
	.deko-footer-whatsapp {
		width: 100%;
	}
	.deko-footer-contact > a:not(.deko-footer-whatsapp) {
		font-size: 13px;
	}
	.deko-footer-bottom {
		display: grid;
		gap: 5px;
		padding: 13px 14px;
		text-align: center;
	}
}
/* Filtros de catálogo y comportamiento del botón flotante */
.deko-filter-panel {
	margin: -4px 0 34px;
	padding: 0 0 22px;
	border: 0;
	border-bottom: 1px solid #dfe8e3;
	color: #073f40;
}
.deko-filter-panel summary {
	margin-bottom: 14px;
	color: #073f40;
	font-size: 15px;
	font-weight: 850;
	cursor: pointer;
	list-style-position: inside;
}
.deko-filter-groups {
	display: grid;
	gap: 11px;
}
.deko-filter-group {
	display: grid;
	grid-template-columns: 110px 1fr;
	align-items: start;
	gap: 14px;
}
.deko-filter-group > b {
	padding-top: 7px;
	color: #78932f;
	font-size: 12px;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.deko-filter-group > div {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
.deko-filter-group a {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	padding: 6px 11px;
	border: 1px solid #d6e1dc;
	border-radius: 18px;
	background: #fff;
	color: #315a56;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}
.deko-filter-group a:hover {
	border-color: #0b7472;
	background: #f3f7f5;
	color: #0b7472;
}
.joinchat {
	transition: opacity .25s ease, transform .25s ease !important;
}
.deko-footer-in-view .joinchat {
	opacity: 0 !important;
	pointer-events: none !important;
	transform: translateY(18px) !important;
}
@media (max-width: 700px) {
	.deko-filter-panel {
		margin-bottom: 26px;
		padding-bottom: 17px;
	}
	.deko-filter-panel summary {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.deko-filter-group {
		display: block;
	}
	.deko-filter-group > b {
		display: block;
		margin-bottom: 5px;
		padding: 0;
		font-size: 10px;
	}
	.deko-filter-group > div {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: thin;
	}
	.deko-filter-group a {
		flex: 0 0 auto;
		min-height: 31px;
		padding: 5px 9px;
		font-size: 11px;
	}
	.joinchat {
		--bottom: 14px;
		--sep: 12px;
	}
}

/* Proyectos: carruseles completos y proporcionados en móvil */
@media (max-width: 700px) {
	.page-id-1491 .media-showcase {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 10px !important;
		height: auto !important;
	}
	.page-id-1491 .deko-reel,
	.page-id-1491 .video-reel {
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		aspect-ratio: 16 / 10;
	}
	.page-id-1491 .reel-track,
	.page-id-1491 .reel-slide {
		height: 100% !important;
		min-height: 0 !important;
	}
	.page-id-1491 .reel-slide img,
	.page-id-1491 .video-player {
		display: block;
		width: 100% !important;
		height: 100% !important;
		max-height: none !important;
		object-fit: contain !important;
	}
	.page-id-1491 .video-player {
		position: absolute !important;
		inset: 0 !important;
	}
	.page-id-1491 .section-action {
		margin-top: 10px !important;
	}
	.page-id-1491 .document-buttons {
		gap: 7px !important;
	}
	.page-id-1491 .pdf-button {
		min-height: 42px;
		padding: 8px 10px !important;
		line-height: 1.25 !important;
	}
	.page-id-1491 .joinchat {
		display: none !important;
	}
}

@media (max-width: 700px) {
	body.page-id-1491 #main .section .media-showcase > .video-reel {
		height: min(210px, calc((100vw - 28px) * .625)) !important;
		min-height: 0 !important;
		max-height: 210px !important;
		aspect-ratio: 16 / 10 !important;
	}
	body.page-id-1491 #main .section .media-showcase > .video-reel > .video-player {
		height: 100% !important;
		min-height: 0 !important;
		max-height: 100% !important;
	}
}

/* Jerarquía visual del menú móvil */
@media (max-width: 999.98px) {
  .mobile-menu > ul > li > .sub-menu > li > a.ct-menu-link,
  .mobile-menu > ul > li > .sub-menu > li > .ct-sub-menu-parent > a.ct-menu-link {
    color: #78c5ba !important;
    font-weight: 700;
  }

  .mobile-menu > ul > li > .sub-menu > li > .ct-sub-menu-parent > .ct-toggle-dropdown-mobile {
    color: #78c5ba !important;
  }

  .mobile-menu > ul > li > .sub-menu > li > .sub-menu > li > a.ct-menu-link,
  .mobile-menu > ul > li > .sub-menu > li > .sub-menu > li > .ct-sub-menu-parent > a.ct-menu-link {
    color: #d5b477 !important;
    font-size: 0.9em;
    font-weight: 600;
  }

  .mobile-menu .sub-menu li.current-menu-item > a.ct-menu-link,
  .mobile-menu .sub-menu li.current-menu-item > .ct-sub-menu-parent > a.ct-menu-link {
    color: #c2cb62 !important;
  }
}

/* Fotografías limpias en categorías de Productos */
@media (max-width: 700px) {
  .deko-category img {
    object-fit: cover;
    object-position: center;
    background: transparent;
  }

  .deko-category:nth-child(1) img {
    object-position: center 55%;
  }

  .deko-category:nth-child(3) img {
    object-position: center 48%;
  }
}

/* Categorías de producto compactas en móvil */
@media (max-width: 700px) {
  .tax-product_cat ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px 9px !important;
  }

  .tax-product_cat ul.products li.product {
    min-width: 0;
    margin: 0 !important;
    padding: 0 0 18px !important;
    border-bottom: 1px solid #dfe8e3;
  }

  .tax-product_cat ul.products li.product img {
    width: 100% !important;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 9px;
  }

  .tax-product_cat .woocommerce-loop-product__title {
    min-height: 2.6em;
    margin-top: 12px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .tax-product_cat .price {
    color: #073f40 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
  }

  .tax-product_cat .deko-product-details,
  .tax-product_cat a[aria-label^="Consultar por WhatsApp"] {
    width: 100%;
    min-height: 34px;
    margin-top: 8px;
    padding: 6px !important;
    border-radius: 7px;
    font-size: 10px !important;
    text-align: center;
  }
}


/* Selector de idiomas integrado al encabezado DEKO. */
#header .gt_switcher_wrapper,
#offcanvas .gt_switcher_wrapper {
	position: static !important;
	inset: auto !important;
	z-index: auto !important;
	display: inline-flex !important;
	align-items: center;
	gap: 4px;
	width: auto !important;
	max-width: 100%;
	padding: 5px 8px !important;
	margin: 0 !important;
	border: 1px solid rgba(22, 50, 46, .16) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .96) !important;
	box-shadow: 0 4px 14px rgba(18, 50, 46, .08) !important;
}
#header [data-device="desktop"] [data-items="primary"] > .gt_switcher_wrapper {
	margin-left: 14px !important;
}
#offcanvas .gt_switcher_wrapper {
	margin: 20px auto 0 !important;
}
#header .gt_switcher_wrapper a,
#offcanvas .gt_switcher_wrapper a {
	min-width: 34px;
	min-height: 34px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	color: #16322e !important;
	font-weight: 700;
	text-decoration: none;
}
