/* Retiro en local + consulta de envío por WhatsApp */

.woocommerce-shipping-calculator,
#shipping_calculator,
.ac-shipping-calculator-wrapper,
#ac-shipping-calculator-wrapper,
.calculador-envio {
	display: none !important;
}

.tyg-ship-wa {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.tyg-ship-wa__pickup {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #f4f4f9;
	border-radius: 12px;
	padding: 12px;
}

.product-page-pro .tyg-ship-wa__pickup {
	background: var(--bg-card, #f4f4f9);
}

.tyg-ship-wa__icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(128, 24, 224, 0.1);
	color: #8018e0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.tyg-ship-wa__pickup strong {
	display: block;
	font-size: 0.88rem;
	font-weight: 800;
	color: #1a102e;
}

.tyg-ship-wa__pickup span {
	display: block;
	font-size: 0.78rem;
	color: #6b6b80;
	line-height: 1.35;
	margin-top: 2px;
}

.tyg-ship-wa__consult {
	background: #101028;
	border: 2px solid #9E1CF8;
	border-radius: 12px;
	padding: 14px;
}

.tyg-ship-wa__title {
	margin: 0 0 4px;
	color: #fff;
	font-size: 0.88rem;
	font-weight: 800;
	font-family: 'Space Grotesk', sans-serif;
}

.tyg-ship-wa__hint {
	margin: 0 0 10px;
	color: #c8c8d8;
	font-size: 0.75rem;
	line-height: 1.35;
}

.tyg-ship-wa__form {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.tyg-ship-wa__cp {
	flex: 1 1 120px;
	min-width: 110px;
	height: 44px;
	border: 0;
	border-radius: 10px;
	padding: 0 12px;
	font-weight: 700;
	font-size: 0.9rem;
}

.tyg-ship-wa__cp.is-invalid {
	outline: 2px solid #ff5a5a;
}

.tyg-ship-wa__btn {
	flex: 1 1 160px;
	height: 44px;
	border: 0;
	border-radius: 10px;
	background: #25d366;
	color: #fff;
	font-weight: 800;
	font-size: 0.82rem;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.tyg-ship-wa__btn:hover {
	background: #1ebe57;
}

.cart-page-pro .tyg-ship-wa,
.checkout-page-pro .tyg-ship-wa,
.ccp-cart-totals .tyg-ship-wa {
	margin-top: 14px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
