body {
	background-color: #f8f9fa;
	padding-top: 70px;
}

.old-price {
	color: #6c757d;
	opacity: 0.85;
	font-weight: 500;
}

.efeito-texto {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.responsive-logo {
	width: 120px;
	height: 120px;
	bottom: -60px;
	left: 20px;
}

@media (max-width: 767px) {
	.responsive-logo {
		width: 80px;
		height: 80px;
		bottom: -40px;
	}
}

.responsive-banner {
	height: 250px;
}

@media (max-width: 767px) {
	.responsive-banner {
		height: 200px;
	}
}

.swal-wide {
	width: 95% !important;
	max-width: 1200px !important;
}

.swal-wide .swal2-html-container {
	padding: 0 !important;
	margin: 0 !important;
}

@media (max-width: 768px) {
	.swal-wide {
		width: 100% !important;
	}
}

#btn-ativar-push {
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 1050;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 24px;
	padding: 0;
	display: none;
}

#update-toast {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2000;
	display: none;
}

.texto-erro {
	display: block;
	font-size: 0.875rem;
	color: #dc3545;
	margin-top: 0.25rem;
}

.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

#confirmacaoPedidoModal .modal-content {
	border: none;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#confirmacaoPedidoModal .modal-header {
	border-bottom: none;
	padding: 1.5rem;
}

#confirmacaoPedidoModal .modal-body {
	padding: 1.5rem;
}

#confirmacaoPedidoModal h6 {
	color: #198754;
	font-weight: 600;
}

#confirm-itens ul li {
	padding: 0.5rem 0;
	border-bottom: 1px dashed #dee2e6;
}

#confirm-itens ul li:last-child {
	border-bottom: none;
}

#cliente-email.is-valid,
#cliente-whatsapp.is-valid {
	border-color: #28a745 !important;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#cliente-email.is-invalid,
#cliente-whatsapp.is-invalid {
	border-color: #dc3545 !important;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#email-feedback,
#whatsapp-feedback {
	font-size: 0.875rem;
	margin-top: 0.25rem;
	display: block;
}

#email-feedback a,
#whatsapp-feedback a {
	color: inherit;
	text-decoration: underline;
	font-weight: 600;
}

#email-feedback a:hover,
#whatsapp-feedback a:hover {
	text-decoration: none;
}

#mercadoPagoModal .modal-fullscreen .modal-body {
	position: relative;
	height: calc(100vh - 56px);
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}

#mercadoPagoModal #mp-checkout-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

@media (max-width: 768px) {
	#mercadoPagoModal .modal-header {
		padding: 0.75rem;
	}

	#mercadoPagoModal .modal-title {
		font-size: 1rem;
	}

	#mercadoPagoModal .modal-body {
		height: calc(100vh - 50px);
	}
}

@media all and (display-mode: standalone) {
	#mercadoPagoModal .modal-body {
		height: 100vh;
	}

	#mercadoPagoModal .modal-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1050;
		background: rgba(13, 110, 253, 0.95) !important;
	}

	#mercadoPagoModal #mp-checkout-iframe {
		top: 0;
		height: 100vh !important;
	}
}

/* Animação de pulse para botões de pagamento */
@keyframes pulse-payment {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7);
	}

	50% {
		transform: scale(1.05);
		box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
	}
}

.pulse-animation {
	animation: pulse-payment 1s ease-in-out 3;
}

/* Destaque para seção de pagamento na entrega */
@keyframes highlight-section {

	0%,
	100% {
		background-color: transparent;
		border-color: transparent;
	}

	50% {
		background-color: rgba(255, 193, 7, 0.1);
		border-color: rgba(255, 193, 7, 0.5);
	}
}

.highlight-payment-section {
	animation: highlight-section 1s ease-in-out 3;
	padding: 1rem;
	border-radius: 0.5rem;
	border: 2px solid transparent;
}

/* Estilos para botão InfinitePay */
.btn-infinitepay {
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.btn-infinitepay:hover {
	background-color: #1a1a1a !important;
	border-color: #1a1a1a !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
	transform: translateY(-2px);
}

.btn-infinitepay:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

.btn-infinitepay::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

.btn-infinitepay:hover::before {
	width: 300px;
	height: 300px;
}