/* ============================================
   ESTILOS ESPECÍFICOS DE PRODUCT DETAILS
   ============================================ */

/* Product Info Block - Commercial B2B Design */
.product-info-block {
	padding: 2rem 0;
}

/* Main Product Title */
.product-title-main {
	font-size: 2.5rem;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

@media (max-width: 768px) {
	.product-title-main {
		font-size: 2rem;
	}
}

/* Product Badges */
.product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.product-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #4a4a4a;
}

.product-badge i {
	font-size: 0.85rem;
	color: #666;
}

.product-badge-brand {
	background-color: #e8f4f8;
	border-color: #b8d4e0;
	color: #2c5f7c;
}

.product-badge-category {
	background-color: #f0f0f0;
	border-color: #d0d0d0;
	color: #4a4a4a;
}

/* Product Benefits */
.product-benefits {
	margin-bottom: 2.5rem;
	padding: 1.5rem 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.benefit-item:last-child {
	margin-bottom: 0;
}

.benefit-icon {
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8f9fa;
	border-radius: 6px;
	color: #25d366;
	font-size: 1.1rem;
}

.benefit-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	font-size: 5.2rem !important;
}

.benefit-text strong {
	font-size: 1.2rem;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.4;
}

.benefit-text span {
	font-size: 1.1rem;
	color: #666;
	line-height: 1.8;
}

/* Main CTA: WhatsApp Button */
.product-cta-main {
	margin-bottom: 1.5rem;
}

.btn-whatsapp-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	width: 100%;
	padding: 1.125rem 2rem;
	background-color: #25d366;
	color: #ffffff;
	font-size: 1.825rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 8px;
	border: none;
	transition: background-color 0.2s ease, transform 0.1s ease;
	box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-primary:hover {
	background-color: #20ba5a;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp-primary:active {
	transform: translateY(0);
}

.btn-whatsapp-primary i {
	font-size: 1.5rem;
}

.btn-whatsapp-primary span {
	font-weight: 600;
}

/* Technical Sheet Link */
.product-tech-sheet-link {
	margin-bottom: 2rem;
	text-align: center;
}

.link-tech-sheet {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #666;
	width: 100%;
	text-align: center;
	justify-content: center;
	font-size: 1.5rem;
	text-decoration: none;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.link-tech-sheet:hover {
	color: #dc3545;
	background-color: #ececec;
	text-decoration: none;
}

.link-tech-sheet i {
	font-size: 1rem;
	color: #dc3545;
}

/* Trust Elements */
.product-trust {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e8e8e8;
}

.trust-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.9rem;
	color: #4a4a4a;
}

.trust-item i {
	color: #25d366;
	font-size: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.product-info-block {
		padding: 1.5rem 0;
	}
	
	.product-title-main {
		font-size: 1.75rem;
		margin-bottom: 1.25rem;
	}
	
	.product-badges {
		margin-bottom: 1.5rem;
	}
	
	.product-benefits {
		margin-bottom: 2rem;
		padding: 1.25rem 0;
	}
	
	.benefit-item {
		margin-bottom: 1rem;
	}
	
	.benefit-icon {
		width: 2.25rem;
		height: 2.25rem;
		font-size: 1rem;
	}
	
	.btn-whatsapp-primary {
		padding: 1rem 1.5rem;
		font-size: 1rem;
	}
	
	.product-trust {
		padding-top: 1.25rem;
	}
}

/* Animaciones simples al pasar el mouse */
.shop-datails-pic img {
	transition: transform 0.3s ease;
}

.shop-datails-pic:hover img {
	transform: scale(1.05);
}

.sh-pic {
	transition: all 0.3s ease;
	cursor: pointer;
}

.sh-pic:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
	border-color: #dc3545 !important;
}

.sh-pic img {
	transition: all 0.3s ease;
}

.sh-pic:hover img {
	border-color: #dc3545 !important;
}

/* Botones con animación y color rojo */
.sh-de-btn-1 {
	transition: all 0.3s ease;
}

.sh-de-btn-1:hover {
	background-color: #dc3545 !important;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
}

.sh-de-btn-2 {
	transition: all 0.3s ease;
	border-color: #dc3545 !important;
	color: #dc3545 !important;
}

.sh-de-btn-2:hover {
	background-color: #dc3545 !important;
	color: #ffffff !important;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
}

/* Pestañas con animación */
.nav-pills .nav-link {
	transition: all 0.3s ease;
}

.nav-pills .nav-link:hover {
	background-color: rgba(220, 53, 69, 0.1);
	color: #dc3545;
}

.nav-pills .nav-link.active {
	background-color: #dc3545 !important;
	color: #ffffff !important;
}

/* Tabla con hover */
.table tbody tr {
	transition: all 0.3s ease;
}

.table tbody tr:hover {
	background-color: rgba(220, 53, 69, 0.05);
	transform: translateX(5px);
}

/* Productos relacionados con hover */
.products-box {
	transition: all 0.3s ease;
}

.products-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(220, 53, 69, 0.2);
}

.products-box:hover .products-pic img {
	transform: scale(1.1);
}

.products-pic img {
	transition: transform 0.3s ease;
}

.cart-btn {
	transition: all 0.3s ease;
}

.cart-btn:hover {
	background-color: #dc3545 !important;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

/* Precio destacado */
.sh-de-price span {
	color: #dc3545;
	font-weight: 700;
}

/* Botón de descarga de ficha técnica mejorado */
.technical-sheet-download-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 18px 40px;
	background: linear-gradient(135deg, var(--clr-def, #cd0b0b) 0%, #a00909 100%);
	color: #ffffff;
	border: none;
	border-radius: 12px;
	font-size: 1.3rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 15px rgba(205, 11, 11, 0.3);
	position: relative;
	overflow: hidden;
	min-width: 320px;
	text-align: center;
}

.technical-sheet-download-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	transform: translate(-50%, -50%);
	transition: width 0.6s ease, height 0.6s ease;
	z-index: 0;
}

.technical-sheet-download-btn:hover::before {
	width: 400px;
	height: 400px;
}

.technical-sheet-download-btn i,
.technical-sheet-download-btn span {
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
}

.technical-sheet-download-btn:hover {
	background: linear-gradient(135deg, #a00909 0%, var(--clr-def, #cd0b0b) 100%);
	color: #ffffff;
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(205, 11, 11, 0.5);
	text-decoration: none;
}

.technical-sheet-download-btn:hover i {
	transform: scale(1.2) rotate(-5deg);
}

.technical-sheet-download-btn i {
	font-size: 1.8rem;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Botón pequeño en la parte superior también mejorado */
.sh-de-btn-2 {
	padding: 12px 24px;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.sh-de-btn-2:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(205, 11, 11, 0.4);
}

/* Tabs verticales */
.nav-tabs-vertical {
	flex-direction: column;
}

.nav-tab-item {
	margin-bottom: 10px;
	padding: 5px;
	border: 2px solid transparent;
}

.nav-tab-item.active {
	border-color: #0d6efd;
}

.nav-tab-thumb {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

/* Botón de ficha técnica */
.btn-technical-sheet {
	background-color: var(--clr-def, #cd0b0b);
	color: #ffffff;
	border-color: var(--clr-def, #cd0b0b);
}

/* Icono PDF grande */
.icon-pdf-large {
	font-size: 4rem;
	color: var(--clr-def, #cd0b0b);
	margin-bottom: 20px;
}

/* Nota: estilos del bloque .impeercol-photo-reveal están en assets/style.css (hoja global) */

