.elementor-3047 .elementor-element.elementor-element-ce02356{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-3047 .elementor-element.elementor-element-ef0300e{text-align:center;}.elementor-3047 .elementor-element.elementor-element-ef0300e .elementor-heading-title{font-family:"Heebo Custom", Sans-serif;font-size:28px;font-weight:800;color:var( --e-global-color-secondary );}@media(min-width:768px){.elementor-3047 .elementor-element.elementor-element-ce02356{--content-width:850px;}}/* Start custom CSS for shortcode, class: .elementor-element-79bddf9 *//* --- Style the Order Tracking Form (Global) --- */

/* 1. Instruction Text */
.woocommerce-form-track-order p {
    font-family: "Heebo", sans-serif;
    font-size: 16px; /* Updated to your preference */
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

/* 2. Labels (Order ID / Email) */
.woocommerce-form-track-order label {
    font-family: "Heebo", sans-serif;
    line-height: 2;
    display: block;
    font-weight: 600; 
}

/* 3. Input Fields (The boxes) */
.woocommerce-form-track-order input.input-text {
    border-radius: 5px;
    padding: 14px; /* Updated to your preference */
    border: 1px solid #ddd;
    font-family: "Heebo", sans-serif;
    margin-bottom: 25px; /* Updated to your preference */
    width: 100%; 
    box-sizing: border-box; 
}

/* 4. The "Track" Button */
.woocommerce-form-track-order button.button {
    background-color: #BD9332 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    border-radius: 25px !important;
    padding: 16px 38px !important; /* Updated to your preference */
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease;
    margin-top: 10px; 
    width: 100%; /* Optional: Keeps it clean on all devices */
    max-width: 250px; /* Increased slightly to accommodate larger padding */
}

/* 5. Button Hover State */
.woocommerce-form-track-order button.button:hover {
    background-color: #356271 !important; /* Updated to your new Blue/Teal color */
    transform: translateY(-2px);
}

/* --- MOBILE SPECIFIC FIXES --- */
@media only screen and (max-width: 768px) {
    
    /* Force the form rows to stack vertically */
    .woocommerce-form-track-order p.form-row {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important; /* Kept the extra mobile padding */
    }

    /* Ensure Inputs are plenty clickable */
    .woocommerce-form-track-order input.input-text {
        font-size: 16px; /* Prevents iPhone zoom */
    }

    /* Center the button on mobile */
    .woocommerce-form-track-order button.button {
        width: 100%; 
        max-width: 100%;
        margin-top: 15px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Heebo Custom';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://ncc.mymerch.ink/wp-content/uploads/sites/3/2025/11/Heebo-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Heebo Custom';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://ncc.mymerch.ink/wp-content/uploads/sites/3/2025/11/Heebo-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Heebo Custom';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://ncc.mymerch.ink/wp-content/uploads/sites/3/2025/11/Heebo-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Heebo Custom';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://ncc.mymerch.ink/wp-content/uploads/sites/3/2025/11/Heebo-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Heebo Custom';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://ncc.mymerch.ink/wp-content/uploads/sites/3/2025/11/Heebo-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Heebo Custom';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://ncc.mymerch.ink/wp-content/uploads/sites/3/2025/11/Heebo-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Heebo Custom';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://ncc.mymerch.ink/wp-content/uploads/sites/3/2025/11/Heebo-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Heebo Custom';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://ncc.mymerch.ink/wp-content/uploads/sites/3/2025/11/Heebo-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Heebo Custom';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://ncc.mymerch.ink/wp-content/uploads/sites/3/2025/11/Heebo-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */