:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(0, 0, 0);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(221,51,51);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #195d78;
	--btn-accented-bgcolor-hover: #f28532;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(30,115,190);
	--wd-link-color-hover: rgb(221,51,51);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
	font-family: Arial, Helvetica, sans-serif;	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	color: rgb(0,0,0);
}
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a:hover {
	color: rgb(221,51,51);
}
html .wd-dropdown-menu.wd-design-sized .sub-sub-menu li a, html .wd-dropdown-menu.wd-design-full-width .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu .sub-sub-menu li a {
	font-family: Arial, Helvetica, sans-serif;	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	color: rgb(0,0,0);
}
html .wd-dropdown-menu.wd-design-sized .sub-sub-menu li a:hover, html .wd-dropdown-menu.wd-design-full-width .sub-sub-menu li a:hover, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu .sub-sub-menu  li a:hover, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu .sub-sub-menu li a:hover {
	color: rgb(221,51,51);
}
.a2z-mega-links a {
	font-size: 16px;
	line-height: 34px;
}
.a2z-mega-links a:hover {
	color: rgb(8,168,232);
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* Stop menus/categories being forced uppercase */
.main-navigation a,
#site-navigation a,
.menu a,
.menu-item a,
.nav a,
.navbar a,
.product-categories a,
.woocommerce-widget-layered-nav-list__item a,
.widget_product_categories a,
.widget_categories a {
  text-transform: none !important;
}

/* A2Z Schoolwear - Footer Newsletter */
.a2z-footer-newsletter-text h3,
.a2z-footer-newsletter-text p {
    color: #fff !important;
}

/* Mailchimp form */
.mc4wp-form {
    margin: 0 !important;
}

.mc4wp-form p {
    margin: 0 !important;
}

/* Hide Email address label */
.mc4wp-form label {
    display: none !important;
}

/* Put email + button on one line */
.mc4wp-form-fields {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 600px;
}

/* Email field */
.mc4wp-form input[type="email"] {
    flex: 1;
    width: auto !important;
    height: 48px;
    margin: 0 !important;
    padding: 0 18px;
    border: 0 !important;
    border-radius: 5px 0 0 5px !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 14px;
}

/* Sign Up button */
.mc4wp-form input[type="submit"] {
    height: 48px;
    margin: 0 !important;
    padding: 0 28px !important;
    border: 0 !important;
    border-radius: 0 5px 5px 0 !important;
    background: #168fe5 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color .2s ease;
}

.mc4wp-form input[type="submit"]:hover {
    background: #0d78c4 !important;
}

/* Mobile */
@media (max-width: 767px) {
    .mc4wp-form-fields {
        display: block;
        max-width: none;
    }

    .mc4wp-form input[type="email"] {
        width: 100% !important;
        border-radius: 5px !important;
        margin-bottom: 8px !important;
    }

    .mc4wp-form input[type="submit"] {
        width: 100%;
        border-radius: 5px !important;
    }
}

/* Footer social links side by side */
.a2z-footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.a2z-footer-social a {
    display: inline-block;
    margin: 0 !important;
}

/* =====================================================
   A2Z SCHOOLWEAR - NEW FOOTER
   ===================================================== */

/* Main footer links */
.a2z-footer-about,
.a2z-footer-links,
.a2z-footer-benefits {
    color: #4f5965;
}

.a2z-footer-links a,
.a2z-footer-about a {
    color: #4f5965;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.a2z-footer-links a:hover,
.a2z-footer-about a:hover {
    color: #149be3;
}

/* Footer headings */
.a2z-footer-links + h4,
.a2z-footer-benefits + h4 {
    color: #0b3760;
}

/* Social links */
.a2z-footer-social {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
}

.a2z-footer-social a {
    display: inline-block;
    color: #147fc1;
    text-decoration: none;
    font-weight: 500;
    transition: color .2s ease;
}

.a2z-footer-social a:hover {
    color: #0b3760;
}

/* =====================================================
   COPYRIGHT / PAYMENT ROW
   ===================================================== */

.a2z-footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    min-height: 55px;
    font-size: 13px;
    color: #fff;
}

.a2z-footer-bottom-left > span {
    display: inline-flex;
    align-items: center;
}

.a2z-footer-policies {
    display: inline-flex !important;
    align-items: center;
    gap: 9px;
}

.a2z-footer-bottom-left a {
    color: #fff !important;
    text-decoration: none;
    opacity: .9;
    transition: opacity .2s ease;
}

.a2z-footer-bottom-left a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* Payment image column */
.a2z-footer-payments {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 55px;
}

.a2z-footer-payments img {
    display: block;
    width: auto;
    max-width: 360px;
    max-height: 48px;
    object-fit: contain;
    margin-left: auto;
}

/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 767px) {

    .a2z-footer-bottom-left {
        justify-content: center;
        text-align: center;
        gap: 7px 12px;
    }

    .a2z-footer-policies {
        justify-content: center;
    }

    .a2z-footer-payments {
        justify-content: center;
        margin-top: 12px;
    }

    .a2z-footer-payments img {
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
        height: auto;
    }

    .a2z-footer-social {
        flex-wrap: wrap;
    }
}

/* ===== Footer final alignment fixes ===== */

/* Keep copyright + policies + separator on one line */
.a2z-footer-bottom-left {
    flex-wrap: nowrap !important;
    white-space: nowrap;
}

.a2z-footer-policies {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

/* Push newsletter form to the right */
.mc4wp-form-fields {
    margin-left: auto !important;
    margin-right: 0 !important;
}

/* Keep form a good width while right aligned */
.mc4wp-form {
    width: 100%;
}

.mc4wp-form-fields {
    max-width: 500px;
}

/* Mobile: allow copyright to wrap neatly */
@media (max-width: 767px) {
    .a2z-footer-bottom-left {
        flex-wrap: wrap !important;
        white-space: normal;
    }

    .a2z-footer-policies {
        white-space: normal;
    }

    .mc4wp-form-fields {
        margin-left: 0 !important;
        max-width: 100%;
    }
}

/* A2Z Schoolwear Prefooter - title */
.a2z-prefooter-title {
    padding: 18px 10px;
}

.a2z-prefooter-small {
    color: #073763;
    font-size: 25px;
    line-height: 1.05;
    font-weight: 700;
}

.a2z-prefooter-big {
    color: #159fe6;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 600;
}

.a2z-prefooter-title p {
    margin: 7px 0 0;
    color: #66717c;
    font-size: 13px;
}

/* A2Z Prefooter benefits */
.a2z-prefooter-benefit {
    text-align: center;
    padding: 16px 8px;
}

.a2z-prefooter-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 8px;
    border: 2px solid #073763;
    border-radius: 50%;
    color: #073763;
    font-size: 21px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
}

.a2z-prefooter-benefit strong {
    display: block;
    color: #073763;
    font-size: 13px;
    line-height: 1.3;
}

.a2z-prefooter-benefit span {
    display: block;
    margin-top: 3px;
    color: #6b7480;
    font-size: 12px;
}

@media (max-width: 767px) {
    .a2z-prefooter-benefit {
        padding: 10px 4px;
    }

    .a2z-prefooter-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
        line-height: 34px;
    }
}
/* Prefooter - remove WPBakery paragraph spacing */
.a2z-prefooter-benefit p {
    margin: 0 !important;
    padding: 0 !important;
}

.a2z-prefooter-benefit strong {
    margin-bottom: 4px !important;
}

.a2z-prefooter-benefit span {
    margin-top: 3px !important;
}

/* Keep all benefit blocks vertically aligned */
.a2z-prefooter-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* ===== PREFOOTER FINAL COMPACT FIX ===== */

.a2z-prefooter-benefit {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 8px 4px !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.a2z-prefooter-benefit .a2z-prefooter-icon {
    margin: 0 auto 6px !important;
}

.a2z-prefooter-benefit strong {
    display: block !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

.a2z-prefooter-benefit span {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

/* Remove WPBakery/Text Block spacing around each benefit */
.a2z-prefooter-benefit,
.a2z-prefooter-benefit * {
    box-sizing: border-box;
}

.a2z-prefooter-benefit + p,
.a2z-prefooter-benefit ~ p {
    margin: 0 !important;
}
/* A2Z new footer - widen WoodMart footer container */
footer .container,
.wd-footer .container,
.footer-container .container {
    width: 95% !important;
    max-width: 1280px !important;
}
/* A2Z prefooter - match footer width */
.prefooter .container,
.wd-prefooter .container {
    width: 95% !important;
    max-width: 1280px !important;
}

/* =========================================
   A2Z TRACK YOUR DELIVERY
   ========================================= */

.a2z-track-help {
    max-width: 1180px;
    margin: 0 auto;
    padding: 38px 20px;
    text-align: center;
}

.a2z-track-help h2 {
    margin: 0 0 8px;
    color: #073763;
    font-size: 25px;
    font-weight: 700;
}

.a2z-track-intro {
    max-width: 680px;
    margin: 0 auto 28px !important;
    color: #66717c;
    font-size: 14px;
    line-height: 1.6;
}

.a2z-track-options {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.a2z-track-option {
    flex: 1;
    max-width: 330px;
    padding: 22px 18px;
    background: #f5f8fb;
    border-radius: 6px;
}

.a2z-track-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 auto 11px;
    border: 2px solid #073763;
    border-radius: 50%;
    color: #073763;
    font-size: 16px;
    font-weight: 700;
}

.a2z-track-option strong {
    display: block;
    margin-bottom: 6px;
    color: #073763;
    font-size: 13px;
}

.a2z-track-option span {
    display: block;
    color: #66717c;
    font-size: 13px;
    line-height: 1.5;
}

.a2z-track-note {
    margin: 20px 0 0 !important;
    color: #66717c;
    font-size: 12px;
}

/* Mobile */
@media (max-width: 767px) {

    .a2z-track-help {
        padding: 28px 15px;
    }

    .a2z-track-help h2 {
        font-size: 22px;
    }

    .a2z-track-options {
        display: block;
    }

    .a2z-track-option {
        max-width: none;
        margin-bottom: 12px;
    }
}
/* =====================================================
   A2Z ORDER TRACKING - SUCCESS RESULT
   ===================================================== */

/* Successful order result */
.woocommerce-order-details,
.woocommerce-customer-details {
    background: #fff;
    color: #354052;
    border-radius: 6px;
}

/* Order details headings */
.woocommerce-order-details h2,
.woocommerce-customer-details h2,
.woocommerce-column__title {
    color: #073f70 !important;
    font-weight: 700;
}

/* Order table */
.woocommerce-order-details table {
    background: #fff;
    color: #354052;
    border-radius: 6px;
    overflow: hidden;
}

.woocommerce-order-details table th {
    color: #073f70 !important;
    font-weight: 700;
}

.woocommerce-order-details table td,
.woocommerce-order-details table th {
    border-color: #e5eaf0 !important;
}

/* Product links */
.woocommerce-order-details a {
    color: #0b83cf;
}

/* Tracking information */
.woocommerce-order-details a[href*="evri"],
.woocommerce-order-details a[href*="royalmail"] {
    display: inline-block;
    margin-top: 7px;
    padding: 8px 14px;
    background: #168fe5;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none !important;
}

/* Addresses */
.woocommerce-customer-details address {
    background: #f7f9fb;
    color: #4f5965;
    border: 1px solid #e7ebef;
    border-radius: 6px;
    padding: 18px !important;
    line-height: 1.7;
}

/* Invoice/action button */
.woocommerce-order-details .button {
    background: #168fe5 !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 10px 18px !important;
}

.woocommerce-order-details .button:hover {
    background: #0d78c4 !important;
}
/* Track Order page only - don't display personal address details */
.page-id-1309 .woocommerce-customer-details {
    display: none !important;
}

/* Track Order page - tracking link */
.page-id-1309 .woocommerce-order-details a[href*="evri"],
.page-id-1309 .woocommerce-order-details a[href*="royalmail"] {
    display: inline-flex !important;
    align-items: center;
    padding: 10px 18px !important;
    background: #168fe5 !important;
    color: #fff !important;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: none;
}

.page-id-1309 .woocommerce-order-details a[href*="evri"]:hover,
.page-id-1309 .woocommerce-order-details a[href*="royalmail"]:hover {
    background: #0d78c4 !important;
    transform: translateY(-1px);
}

/* Carrier name should be a label, not another button */
.page-id-1309 .woocommerce-order-details td a:not([href*="evri"]):not([href*="royalmail"]) {
    box-shadow: none;
}

/* =====================================================
   TRACK ORDER - FINAL VISUAL OVERRIDES
   ===================================================== */

/* Successful order card */
.page-id-1309 .woocommerce-order-details {
    padding: 0 26px 26px !important;
}

/* Order details heading */
.page-id-1309 .woocommerce-order-details h2 {
    padding: 22px 0 16px !important;
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    color: #073f70 !important;
}

/* Give table clean card appearance */
.page-id-1309 .woocommerce-order-details table {
    border: 1px solid #e4eaf0 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

/* More comfortable rows */
.page-id-1309 .woocommerce-order-details th,
.page-id-1309 .woocommerce-order-details td {
    padding: 17px 20px !important;
}

/* Product details */
.page-id-1309 .woocommerce-order-details .wc-item-meta {
    margin: 10px 0 0 !important;
}

.page-id-1309 .woocommerce-order-details .wc-item-meta li {
    display: flex !important;
    align-items: center;
    gap: 5px;
    margin: 3px 0 !important;
}

/* =========================================
   ORDER STATUS LINE
   ========================================= */

/* Remove ugly WooCommerce white mark boxes */
.page-id-1309 mark {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 3px !important;
    color: #fff !important;
    font-weight: 700 !important;
}

/* Completed status gets a proper badge */
.page-id-1309 mark.order-status {
    background: #e9f7ef !important;
    color: #16834b !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
}

/* =========================================
   TRACKING AREA
   ========================================= */

/* Tracking number */
.page-id-1309 a[href*="evri"],
.page-id-1309 a[href*="royalmail"] {
    padding: 9px 16px !important;
    border-radius: 5px !important;
    background: #168fe5 !important;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: .2px;
}

/* =========================================
   REMOVE EXCESS HEIGHT
   ========================================= */

/* Successful result should not retain huge hero height */
.page-id-1309 .woocommerce-order-tracking + .woocommerce-order-details,
.page-id-1309 .woocommerce-order-details {
    min-height: 0 !important;
}

/* Mobile */
@media (max-width: 767px) {

    .page-id-1309 .woocommerce-order-details {
        padding: 0 12px 15px !important;
    }

    .page-id-1309 .woocommerce-order-details th,
    .page-id-1309 .woocommerce-order-details td {
        padding: 13px 10px !important;
    }
}

/* =====================================================
   TRACK ORDER - INNER CARD ALIGNMENT
   ===================================================== */

/* Make white order card narrower than navy container */
.page-id-1309 .woocommerce-order-details {
    width: 88% !important;
    max-width: 900px !important;
    margin: 20px auto 0 !important;
    padding: 0 24px 24px !important;
}

/* Keep table compact */
.page-id-1309 .woocommerce-order-details table {
    width: 100% !important;
}

/* Product / total columns */
.page-id-1309 .woocommerce-order-details th:first-child,
.page-id-1309 .woocommerce-order-details td:first-child {
    width: 70% !important;
}

.page-id-1309 .woocommerce-order-details th:last-child,
.page-id-1309 .woocommerce-order-details td:last-child {
    width: 30% !important;
    text-align: right !important;
}

/* Product details should align left - not float in middle */
.page-id-1309 .woocommerce-order-details .wc-item-meta {
    text-align: left !important;
    margin: 8px 0 0 !important;
}

.page-id-1309 .woocommerce-order-details .wc-item-meta li {
    justify-content: flex-start !important;
}

/* Tracking row - vertically aligned */
.page-id-1309 .woocommerce-order-details td {
    vertical-align: middle !important;
}

/* Tracking number button */
.page-id-1309 .woocommerce-order-details a[href*="evri"],
.page-id-1309 .woocommerce-order-details a[href*="royalmail"] {
    min-height: 36px !important;
    padding: 0 14px !important;
    margin-left: 8px !important;
    font-size: 12px !important;
}

/* Make carrier smaller - it is a label, not main action */
.page-id-1309 .woocommerce-order-details a[href*="evri"]:last-child,
.page-id-1309 .woocommerce-order-details a[href*="royalmail"]:last-child {
    vertical-align: middle;
}

/* Consistent table rows */
.page-id-1309 .woocommerce-order-details tfoot th,
.page-id-1309 .woocommerce-order-details tfoot td {
    height: 48px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* Invoice aligned with right column */
.page-id-1309 .woocommerce-order-details tfoot .button {
    margin: 0 !important;
}

/* Mobile */
@media (max-width: 767px) {

    .page-id-1309 .woocommerce-order-details {
        width: 94% !important;
        padding: 0 12px 15px !important;
    }

    .page-id-1309 .woocommerce-order-details th:first-child,
    .page-id-1309 .woocommerce-order-details td:first-child {
        width: 65% !important;
    }

    .page-id-1309 .woocommerce-order-details th:last-child,
    .page-id-1309 .woocommerce-order-details td:last-child {
        width: 35% !important;
    }
}

/* =====================================================
   TRACK ORDER - PRODUCT + TRACKING ALIGNMENT
   ===================================================== */

/* Product information all aligned to the left */
.page-id-1309 .woocommerce-order-details
.woocommerce-table__product-name {
    text-align: left !important;
}

.page-id-1309 .woocommerce-order-details
.woocommerce-table__product-name > a {
    display: block;
    margin: 0 0 8px !important;
}

/* Size / colour underneath product name */
.page-id-1309 .woocommerce-order-details .wc-item-meta {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.page-id-1309 .woocommerce-order-details .wc-item-meta li {
    display: block !important;
    margin: 3px 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

/* Remove floating/centred variation values */
.page-id-1309 .woocommerce-order-details .wc-item-meta p {
    display: inline !important;
    margin: 0 !important;
}

/* Product total stays neatly right aligned */
.page-id-1309 .woocommerce-order-details
.woocommerce-table__product-total {
    text-align: right !important;
    vertical-align: middle !important;
}

/* Tracking line gets breathing room */
.page-id-1309 .woocommerce-order-details
.woocommerce-table__product-name {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

/* Tracking/carrier buttons slightly smaller and cleaner */
.page-id-1309 .woocommerce-order-details a[href*="evri"],
.page-id-1309 .woocommerce-order-details a[href*="royalmail"] {
    min-height: 34px !important;
    padding: 0 13px !important;
    border-radius: 4px !important;
}

/* Make bottom rows consistent */
.page-id-1309 .woocommerce-order-details tfoot tr {
    height: 48px;
}

.page-id-1309 .woocommerce-order-details tfoot th,
.page-id-1309 .woocommerce-order-details tfoot td {
    vertical-align: middle !important;
}

/* =====================================================
   TRACK ORDER - CARD WIDTH + PRODUCT META FINAL FIX
   ===================================================== */

/* White card fills navy area neatly */
.page-id-1309 .woocommerce-order-details {
    width: calc(100% - 70px) !important;
    max-width: none !important;
    margin: 20px auto 0 !important;
    padding: 0 22px 22px !important;
    box-sizing: border-box !important;
}

/* Product cell */
.page-id-1309 .woocommerce-order-details
.woocommerce-table__product-name {
    text-align: left !important;
}

/* Product name */
.page-id-1309 .woocommerce-order-details
.woocommerce-table__product-name > a {
    display: inline !important;
    margin: 0 !important;
}

/* Quantity stays beside product name */
.page-id-1309 .woocommerce-order-details
.product-quantity {
    display: inline !important;
    margin-left: 4px !important;
}

/* SIZE / COLOUR - remove WooCommerce indentation */
.page-id-1309 .woocommerce-order-details .wc-item-meta {
    display: block !important;
    margin: 9px 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.page-id-1309 .woocommerce-order-details .wc-item-meta li {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 3px 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.page-id-1309 .woocommerce-order-details .wc-item-meta-label {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page-id-1309 .woocommerce-order-details .wc-item-meta p {
    display: inline !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Keep total column aligned */
.page-id-1309 .woocommerce-order-details th:last-child,
.page-id-1309 .woocommerce-order-details td:last-child {
    text-align: right !important;
}

/* Mobile */
@media (max-width: 767px) {
    .page-id-1309 .woocommerce-order-details {
        width: calc(100% - 24px) !important;
        padding: 0 12px 15px !important;
    }
}

/* =====================================================
   TRACK ORDER - SIZE / COLOUR FINAL ALIGNMENT
   ===================================================== */

/* Remove all indentation from product variation details */
.page-id-1309 .woocommerce-order-details .wc-item-meta,
.page-id-1309 .woocommerce-order-details dl.variation {
    margin: 8px 0 0 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

/* WooCommerce variation labels */
.page-id-1309 .woocommerce-order-details dl.variation dt,
.page-id-1309 .woocommerce-order-details dl.variation dd {
    display: inline !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

/* Put each variation on its own clean line */
.page-id-1309 .woocommerce-order-details dl.variation dt {
    clear: left !important;
    display: block !important;
    margin-top: 4px !important;
    color: #34495e !important;
    font-weight: 600 !important;
}

.page-id-1309 .woocommerce-order-details dl.variation dd {
    display: block !important;
    margin: 1px 0 0 0 !important;
    color: #66717c !important;
}

/* If plugin uses wc-item-meta instead */
.page-id-1309 .woocommerce-order-details .wc-item-meta li {
    display: block !important;
    margin: 4px 0 0 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.page-id-1309 .woocommerce-order-details .wc-item-meta li p {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Kill theme indentation on nested product information */
.page-id-1309 .woocommerce-order-details
.woocommerce-table__product-name ul,
.page-id-1309 .woocommerce-order-details
.woocommerce-table__product-name dl {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Track another order button */
.a2z-track-another {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 0 auto 24px !important;
    padding: 0 22px;
    background: #073f70;
    color: #fff !important;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background .2s ease, transform .2s ease;
}

.a2z-track-another:hover {
    background: #168fe5;
    color: #fff !important;
    transform: translateY(-1px);
}
/* =====================================================
   TRACK ORDER - SIZE / COLOUR + BUTTON FIX
   ===================================================== */

/* Size / Colour rows */
.page-id-1309 .woocommerce-order-details .wc-item-meta {
    margin: 10px 0 0 !important;
    padding: 0 !important;
}

.page-id-1309 .woocommerce-order-details .wc-item-meta li {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 7px !important;
    margin: 5px 0 !important;
    padding: 0 !important;
    color: #4f5965 !important;
}

/* Select Size / Select Color LABEL */
.page-id-1309 .woocommerce-order-details .wc-item-meta-label {
    display: inline-block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #073f70 !important;
    background: transparent !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
}

/* Size / Colour VALUE */
.page-id-1309 .woocommerce-order-details .wc-item-meta p {
    display: inline-block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #4f5965 !important;
    background: transparent !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
}

/* Remove any theme colour/background from meta */
.page-id-1309 .woocommerce-order-details .wc-item-meta li *,
.page-id-1309 .woocommerce-order-details .wc-item-meta li mark {
    background-color: transparent !important;
}
/* Track Another Order - inside navy tracking section */
.a2z-track-another-wrap {
    text-align: center;
    margin: 22px 0 5px;
}

.a2z-track-another-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 44px;
    padding: 0 24px;
    background: #168fe5 !important;
    color: #fff !important;
    border: 2px solid #168fe5;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .2s ease;
}

.a2z-track-another-btn:hover {
    background: #fff !important;
    color: #073f70 !important;
    border-color: #fff;
    transform: translateY(-1px);
}
/* Track Another Order - hidden until a result exists */
.page-id-1309 .a2z-track-another-wrap {
    display: none !important;
}

/* JS adds this class after successful order lookup */
.page-id-1309 .a2z-track-another-wrap.a2z-show-track-again {
    display: block !important;
    text-align: center;
    margin: 22px 0 5px;
}
