/*
Theme Name: VaporLane Marketplace
Theme URI: https://vaporlane.com/
Author: Codex
Author URI: https://openai.com/
Description: A WordPress storefront theme for the VaporLane vape marketplace, with WooCommerce-ready product sections and responsive homepage templates.
Version: 1.0.120
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mirage-replica
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, block-styles
*/

.mirage-native-checkout-page #billing_phone_field .optional {
	display: none;
}

.mirage-native-checkout-page #billing_phone_field label.required_field::after {
	color: #c2410c;
	content: " *";
	font-weight: 700;
}

.mirage-native-checkout-page #billing_phone_field .woocommerce-input-wrapper {
	display: grid !important;
	grid-template-columns: 142px minmax(0, 1fr) !important;
	gap: 8px !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

.mirage-native-checkout-page .mirage-phone-prefix {
	display: grid !important;
	grid-template-columns: 30px minmax(0, 1fr) 1px 14px !important;
	align-items: center !important;
	gap: 8px !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 46px !important;
	height: 46px !important;
	border: 1px solid #d8d8d8 !important;
	border-radius: 5px !important;
	background: #ffffff !important;
	padding: 0 10px !important;
	color: #101820 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	box-sizing: border-box !important;
}

.mirage-native-checkout-page .mirage-phone-flag {
	position: relative !important;
	display: block !important;
	width: 28px !important;
	height: 18px !important;
	overflow: hidden !important;
	border-radius: 2px !important;
	background: repeating-linear-gradient(to bottom, #b22234 0 1.54px, #ffffff 1.54px 3.08px) !important;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
}

.mirage-native-checkout-page .mirage-phone-flag::before {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 14px !important;
	height: 11px !important;
	background: #3c3b6e !important;
}

.mirage-native-checkout-page .mirage-phone-flag span {
	position: absolute !important;
	z-index: 1 !important;
	top: 3px !important;
	left: 4px !important;
	width: 2px !important;
	height: 2px !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	box-shadow: 4px 0 #ffffff, 8px 0 #ffffff, 0 4px #ffffff, 4px 4px #ffffff, 8px 4px #ffffff !important;
}

.mirage-native-checkout-page .mirage-phone-dial {
	min-width: 0 !important;
	color: #101820 !important;
	white-space: nowrap !important;
}

.mirage-native-checkout-page .mirage-phone-divider {
	width: 1px !important;
	height: 24px !important;
	background: #d8d8d8 !important;
}

.mirage-native-checkout-page .mirage-phone-caret {
	justify-self: center !important;
	width: 0 !important;
	height: 0 !important;
	border-left: 4px solid transparent !important;
	border-right: 4px solid transparent !important;
	border-top: 5px solid #8b95a1 !important;
}

@media (max-width: 620px) {
	.mirage-native-checkout-page #billing_phone_field .woocommerce-input-wrapper {
		grid-template-columns: 142px minmax(0, 1fr) !important;
	}

	.mirage-native-checkout-page .mirage-phone-prefix {
		grid-template-columns: 30px minmax(0, 1fr) 1px 14px !important;
		gap: 8px !important;
		padding: 0 9px !important;
	}

	.mirage-native-checkout-page .mirage-phone-flag {
		width: 28px !important;
		height: 18px !important;
	}
}
