:root {
	--picoteos-accent: var(--pic-accent, #30e3ca);
	--picoteos-accent-hover: var(--pic-accent-hover, #25bfa9);
	--picoteos-accent-soft: #effdfb;
	--picoteos-ink: #18181b;
	--picoteos-copy: #374151;
	--picoteos-muted: #6b7280;
	--picoteos-border: #e5e7eb;
	--picoteos-surface: #f9fafb;
	--picoteos-dark: #18181b;
	--picoteos-darker: #09090b;
}

.picoteos-service-product {
	background: var(--picoteos-surface);
}

.picoteos-product {
	background: var(--picoteos-surface);
	color: var(--picoteos-copy);
	font-family: inherit;
	line-height: 1.65;
}

.picoteos-product *,
.picoteos-product *::before,
.picoteos-product *::after {
	box-sizing: border-box;
}

.picoteos-product__container {
	width: min(100% - 32px, 1180px);
	margin-inline: auto;
}

.picoteos-product__notices {
	width: min(100% - 32px, 1180px);
	margin-inline: auto;
}

.picoteos-product__notices:empty {
	display: none;
}

.picoteos-product__notices .woocommerce-error,
.picoteos-product__notices .woocommerce-info,
.picoteos-product__notices .woocommerce-message {
	margin: 18px 0 0;
	border-top-color: var(--picoteos-accent-hover);
}

.picoteos-product .picoteos-icon {
	width: 20px;
	height: 20px;
}

.picoteos-fallback-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

/* Encabezado oscuro, igual a la ficha de servicio del tema. */
.picoteos-product__hero {
	padding: 50px 0 54px;
	color: #fff;
	background:
		radial-gradient(circle at 82% 0, rgba(48, 227, 202, .18), transparent 34%),
		linear-gradient(135deg, #18181b 0%, #111827 65%, #09090b 100%);
}

.picoteos-product__back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 22px;
	color: #d1d5db;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.picoteos-product__back:hover {
	color: var(--picoteos-accent);
}

.picoteos-product__back .picoteos-icon {
	width: 18px;
	height: 18px;
}

.picoteos-product__eyebrow,
.picoteos-card__kicker {
	margin: 0 0 8px;
	color: #168172;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .1em;
	line-height: 1.3;
	text-transform: uppercase;
}

.picoteos-product__hero .picoteos-product__eyebrow {
	color: var(--picoteos-accent);
}

.picoteos-product__hero h1 {
	max-width: 930px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.2rem, 5.2vw, 3.55rem);
	font-weight: 850;
	letter-spacing: -.045em;
	line-height: 1.08;
}

.picoteos-product__hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 20px;
}

.picoteos-product__hero-meta p,
.picoteos-product__hero-meta a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: #d1d5db;
	font-size: 15px;
	font-weight: 650;
	text-decoration: none;
}

.picoteos-product__hero-meta a:hover {
	color: var(--picoteos-accent);
}

.picoteos-product__hero-meta .picoteos-icon {
	color: var(--picoteos-accent);
}

/* Cuerpo principal. */
.picoteos-product__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px;
	padding-block: 42px 68px;
}

.picoteos-product__main,
.picoteos-product__sidebar {
	display: grid;
	gap: 22px;
	min-width: 0;
}

.picoteos-card {
	padding: 26px;
	background: #fff;
	border: 1px solid var(--picoteos-border);
	border-radius: 16px;
	box-shadow: 0 3px 12px rgba(24, 24, 27, .045);
	overflow: hidden;
}

.picoteos-card h2 {
	margin: 0 0 16px;
	color: #1f2937;
	font-size: clamp(1.3rem, 2.5vw, 1.55rem);
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.25;
}

.picoteos-product__media {
	padding: 0;
	background: #f3f4f6;
}

.picoteos-product__image {
	display: block;
	width: 100%;
	max-height: 620px;
	object-fit: contain;
	background: #fff;
}

.picoteos-product__placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 340px;
	color: #166b5f;
	background: linear-gradient(135deg, #fff, var(--picoteos-accent-soft));
	font-size: 24px;
	font-weight: 850;
}

.picoteos-product__placeholder .picoteos-icon {
	width: 64px;
	height: 64px;
	color: var(--picoteos-accent-hover);
}

.picoteos-product__content {
	color: var(--picoteos-copy);
	font-size: 16px;
	line-height: 1.8;
}

.picoteos-product__content > *:first-child {
	margin-top: 0;
}

.picoteos-product__content > *:last-child {
	margin-bottom: 0;
}

.picoteos-product__content a {
	color: #147a6c;
	text-decoration: underline;
}

/* Características. */
.picoteos-features {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0;
}

.picoteos-features > div {
	display: grid;
	grid-template-columns: 28px minmax(120px, .42fr) 1fr;
	gap: 10px 14px;
	align-items: start;
	padding: 15px 0;
	border-top: 1px solid #f0f1f3;
}

.picoteos-features > div:first-child {
	padding-top: 0;
	border-top: 0;
}

.picoteos-features > div:last-child {
	padding-bottom: 0;
}

.picoteos-feature-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #111827;
	background: var(--picoteos-accent);
	border-radius: 999px;
}

.picoteos-feature-check .picoteos-icon,
.picoteos-feature-check .picoteos-fallback-icon {
	display: none;
}

.picoteos-feature-check::before {
	font-size: 13px;
	font-weight: 900;
	content: "✓";
}

.picoteos-features dt {
	color: #374151;
	font-weight: 750;
}

.picoteos-features dd {
	margin: 0;
	color: var(--picoteos-muted);
}

/* Ubicación, galería y compartir. */
.picoteos-location-card,
.picoteos-product__share {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

.picoteos-location-card h2,
.picoteos-product__share h2 {
	margin-bottom: 5px;
}

.picoteos-location-card p:not(.picoteos-card__kicker) {
	margin: 0;
	color: var(--picoteos-muted);
}

.picoteos-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.picoteos-gallery a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	background: #f3f4f6;
}

.picoteos-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .25s ease;
}

.picoteos-gallery a:hover img {
	transform: scale(1.035);
}

.picoteos-share-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.picoteos-share-links a,
.picoteos-share-links button {
	display: inline-flex;
	align-items: center;
	min-height: 39px;
	padding: 8px 13px;
	color: #374151;
	background: #f3f4f6;
	border: 1px solid transparent;
	border-radius: 8px;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.picoteos-share-links a:hover,
.picoteos-share-links button:hover {
	color: #176f63;
	background: var(--picoteos-accent-soft);
	border-color: var(--picoteos-accent);
}

/* Botones y contacto. */
.picoteos-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 46px;
	padding: 11px 18px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .15s ease;
}

.picoteos-button:hover {
	box-shadow: 0 8px 18px rgba(24, 24, 27, .12);
	transform: translateY(-1px);
}

.picoteos-button--primary {
	width: 100%;
	color: #111827;
	background: var(--picoteos-accent);
	border-color: var(--picoteos-accent);
}

.picoteos-button--primary:hover {
	color: #111827;
	background: var(--picoteos-accent-hover);
	border-color: var(--picoteos-accent-hover);
}

.picoteos-button--call,
.picoteos-button--secondary {
	color: #374151;
	background: #fff;
	border-color: #d1d5db;
}

.picoteos-button--call {
	width: 100%;
	margin-top: 10px;
}

.picoteos-button--call:hover,
.picoteos-button--secondary:hover {
	color: #176f63;
	background: var(--picoteos-accent-soft);
	border-color: var(--picoteos-accent);
}

.picoteos-button--secondary .picoteos-icon,
.picoteos-contact-card__website .picoteos-icon {
	display: none;
}

.picoteos-button--secondary::after,
.picoteos-contact-card__website::after {
	content: "↗";
}

.picoteos-product__sidebar {
	align-self: start;
}

.picoteos-contact-card {
	padding-top: 22px;
	border-top: 4px solid var(--picoteos-accent);
	box-shadow: 0 14px 34px rgba(24, 24, 27, .09);
}

.picoteos-contact-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 14px;
	color: #111827;
	background: var(--picoteos-accent);
	border-radius: 11px;
}

.picoteos-contact-card h2 {
	margin-bottom: 8px;
}

.picoteos-contact-card > p {
	margin: 0 0 18px;
	color: var(--picoteos-muted);
	font-size: 14px;
}

.picoteos-contact-card__website {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 15px;
	color: #147a6c;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.picoteos-contact-card__empty {
	padding: 12px;
	background: #f9fafb;
	border-radius: 8px;
}

.picoteos-product__cart {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--picoteos-border);
}

.picoteos-product__cart .price {
	display: block;
	margin-bottom: 12px;
	color: #111827;
	font-size: 22px;
	font-weight: 850;
}

.picoteos-product__cart form.cart {
	display: flex;
	gap: 8px;
	margin: 0;
}

.picoteos-product__cart .quantity .qty {
	min-height: 44px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
}

.picoteos-product__cart .single_add_to_cart_button {
	min-height: 44px;
	color: #111827 !important;
	background: var(--picoteos-accent) !important;
	border-radius: 8px !important;
}

.picoteos-category-card h2 {
	font-size: 19px;
}

.picoteos-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.picoteos-tags a {
	padding: 7px 11px;
	color: #176f63;
	background: var(--picoteos-accent-soft);
	border: 1px solid rgba(48, 227, 202, .34);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.picoteos-tags a:hover {
	color: #111827;
	background: var(--picoteos-accent);
	border-color: var(--picoteos-accent);
}

/* Opiniones y servicios relacionados. */
.picoteos-reviews {
	margin-bottom: 56px;
}

.picoteos-reviews .commentlist {
	padding: 0;
	list-style: none;
}

.picoteos-reviews textarea,
.picoteos-reviews input[type="text"],
.picoteos-reviews input[type="email"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
}

.picoteos-reviews input[type="submit"] {
	color: #111827 !important;
	background: var(--picoteos-accent) !important;
	border-radius: 8px !important;
}

.picoteos-product__related {
	padding: 54px 0 66px;
	background: #fff;
	border-top: 1px solid var(--picoteos-border);
}

.picoteos-product__related > .picoteos-product__container > h2 {
	margin: 0 0 24px;
	color: #1f2937;
	font-size: clamp(1.7rem, 3vw, 2.1rem);
	letter-spacing: -.035em;
}

.picoteos-related-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.picoteos-related-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--picoteos-border);
	border-radius: 14px;
	box-shadow: 0 3px 10px rgba(24, 24, 27, .045);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.picoteos-related-card:hover {
	border-color: var(--picoteos-accent);
	box-shadow: 0 12px 26px rgba(24, 24, 27, .09);
	transform: translateY(-3px);
}

.picoteos-related-card__image {
	display: block;
	height: 180px;
	background: #f3f4f6;
}

.picoteos-related-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.picoteos-related-card > div {
	padding: 18px;
}

.picoteos-related-card h3 {
	margin: 0;
	color: #1f2937;
	font-size: 18px;
	line-height: 1.3;
}

.picoteos-related-card h3 a {
	color: inherit;
	text-decoration: none;
}

.picoteos-related-card p {
	margin: 8px 0 0;
	color: var(--picoteos-muted);
	font-size: 14px;
}

.picoteos-related-card__link {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	margin-top: 14px;
	color: #147a6c;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.picoteos-related-card__link .picoteos-icon {
	width: 17px;
	height: 17px;
}

@media (min-width: 640px) {
	.picoteos-product__container,
	.picoteos-product__notices {
		width: min(100% - 48px, 1180px);
	}

	.picoteos-card {
		padding: 30px;
	}

	.picoteos-product__media {
		padding: 0;
	}

	.picoteos-location-card,
	.picoteos-product__share {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.picoteos-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.picoteos-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 900px) {
	.picoteos-product__layout {
		grid-template-columns: minmax(0, 1fr) 330px;
	}

	.picoteos-product__sidebar {
		position: sticky;
		top: 92px;
	}

	.admin-bar .picoteos-product__sidebar {
		top: 124px;
	}

	.picoteos-related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 639px) {
	.picoteos-product__hero {
		padding-block: 42px 46px;
	}

	.picoteos-product__layout {
		padding-block: 28px 52px;
	}

	.picoteos-card {
		padding: 21px;
		border-radius: 13px;
	}

	.picoteos-product__media {
		padding: 0;
	}

	.picoteos-features > div {
		grid-template-columns: 26px 1fr;
		gap: 5px 10px;
	}

	.picoteos-features dd {
		grid-column: 2;
	}

	.picoteos-gallery {
		grid-template-columns: 1fr;
	}

	.picoteos-product__placeholder {
		min-height: 250px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.picoteos-product *,
	.picoteos-product *::before,
	.picoteos-product *::after {
		animation-duration: .01ms !important;
		transition-duration: .01ms !important;
	}
}
