.mic-whatsapp-button {
	flex-basis: 100%;
	width: 100%;
	height: 50px;
	min-height: 50px;
	margin: 14px 0 0;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #25d366 !important;
	border: 1px solid #25d366 !important;
	border-radius: 6px !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .9px;
	line-height: 1.2;
	padding: 0 20px !important;
	text-align: center;
	text-transform: uppercase;
}

.mic-whatsapp-button:hover,
.mic-whatsapp-button:focus {
	background: #1ebe5d !important;
	border-color: #1ebe5d !important;
	color: #fff !important;
}

.mic-whatsapp-icon,
.mic-email-icon {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.mic-whatsapp-icon svg,
.mic-email-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.mic-inquiry-panel {
	padding: 30px;
	background: #fff;
}

.mic-inquiry-panel h2 {
	margin-top: 0;
}

.mic-inquiry-form p {
	margin: 0 0 18px;
}

.mic-inquiry-form label {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.mic-inquiry-form input,
.mic-inquiry-form textarea,
.mic-cart-note input {
	width: 100%;
	box-sizing: border-box;
}

.mic-submit {
	width: 100%;
}

.mic-inquiry-help {
	margin: 20px 0;
	color: #777;
}

.mic-contact-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.mic-contact-action {
	min-height: 56px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 6px !important;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .4px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
}

.mic-contact-action--whatsapp {
	background: #25d366 !important;
	border: 1px solid #25d366 !important;
	color: #fff !important;
}

.mic-contact-action--whatsapp:hover,
.mic-contact-action--whatsapp:focus {
	background: #1ebe5d !important;
	border-color: #1ebe5d !important;
	color: #fff !important;
}

.mic-contact-action--email {
	background: #fff !important;
	border: 1px solid #111 !important;
	color: #111 !important;
}

.mic-contact-action--email:hover,
.mic-contact-action--email:focus {
	background: #111 !important;
	color: #fff !important;
}

.mic-cart-note {
	margin-top: 12px;
}

.woocommerce-cart .cart-collaterals.mic-cart-collaterals-empty,
.woocommerce-cart .c-cart__collaterals.mic-cart-collaterals-empty,
.woocommerce-cart .cart-collaterals:not(:has(.cart_totals)):not(:has(.cross-sells)):not(:has(.mic-inquiry-panel)) {
	display: none !important;
}

.woocommerce-cart .woocommerce-cart-form {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.mic-cart-action-buttons {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	width: 100%;
}

.mic-cart-action-buttons button[name="update_cart"],
.mic-cart-action-buttons .c-cart__shop-update-button,
.mic-cart-action-buttons .mic-cart-checkout-button {
	box-sizing: border-box !important;
	min-height: 56px;
	height: 56px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 34px !important;
	line-height: 1 !important;
	vertical-align: top;
	width: 220px;
	max-width: 100%;
}

.mic-hide-cart-prices .c-cart__shop-th--product-subtotal,
.mic-hide-cart-prices .c-cart__shop-td--product-subtotal,
.mic-hide-cart-prices .c-cart__item-price,
.mic-hide-cart-prices .product-subtotal,
.mic-hide-cart-prices .product-price {
	display: none !important;
}

.mic-description-tab-open .description_tab .c-product__tabs-panel,
.mic-description-tab-open #tab-description,
.mic-description-tab-open [id^="tab-description-"] {
	display: block !important;
}

@media (max-width: 767px) {
	.single-product .c-product__summary,
	.single-product .c-product__atc-wrap,
	.single-product form.cart {
		width: 100% !important;
		max-width: none !important;
	}

	.single-product form.cart {
		display: flex;
		flex-wrap: wrap;
	}

	.single-product form.cart .quantity {
		flex: 0 0 auto;
	}

	.single-product form.cart .single_add_to_cart_button {
		flex: 1 1 0;
		min-width: 0;
	}

	.mic-whatsapp-button {
		height: 50px;
		min-height: 50px;
		margin-top: 12px;
		width: 100%;
	}

	.mic-contact-actions {
		grid-template-columns: 1fr;
	}

	.mic-cart-action-buttons {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.mic-cart-action-buttons button[name="update_cart"],
	.mic-cart-action-buttons .c-cart__shop-update-button,
	.mic-cart-action-buttons .mic-cart-checkout-button {
		width: 100% !important;
		height: 48px !important;
		min-height: 48px;
		margin: 0 !important;
		padding: 0 22px !important;
	}
}
