/*
Theme Name: Storefront Child - USA MASTER
Template: storefront
*/

/* 1. GLOBAL HEADER & BRANDING */
.site-header .site-branding img.custom-logo {
    max-width: 450px !important;
}

/* 2. PAGE TITLE MANAGEMENT */
.page .entry-title {
    display: none !important;
}
.entry-title {
    font-weight: bold;
    text-align: center;
}

/* 3. TYPOGRAPHY & LINKS */
a {
    text-decoration: none !important;
    border-bottom: none !important;
}
abbr.required {
    border: none !important;
    text-decoration: none !important;
}

/* 4. MARKETING BANNERS */
.exceed-your-limitations-men { font-size: 80px !important; margin-top: 150px !important; margin-bottom: -150px !important; }
.exceed-your-limitations-women { font-size: 80px !important; margin-top: 210px !important; margin-bottom: -210px !important; }
.exceeding-limitations { font-size: 80px !important; margin-top: -50px !important; margin-bottom: 75px !important; }

/* 5. MOBILE RESPONSIVENESS */
@media (max-width: 767px) {
    .exceed-your-limitations-men, .exceed-your-limitations-women { font-size: 26px !important; }
    .soccer-guy { display: none !important; }
}

/* 6. MY ACCOUNT MENU ICONS */
.woocommerce-MyAccount-navigation ul li a:before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    margin-right: 10px;
    display: inline-block;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before { content: '\f562'; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before { content: '\f07a'; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before { content: '\f6fa'; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before { content: '\f2bb'; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--warranty-registration a:before { content: '\f25d'; }

/* LOCKWOOD: Custom Warranty Tab Icons */

/* 1. Warranty Claim (Shield or Document with Check) */
.woocommerce-MyAccount-navigation-link--warranty-claim a::before {
    content: "\f132"; /* FontAwesome Shield-Alt */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

/* 2. Warranty Transfer (Arrows/Exchange) */
.woocommerce-MyAccount-navigation-link--warranty-transfer a::before {
    content: "\f362"; /* FontAwesome Exchange-Alt */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

/* 3. Support (Life Ring or Headset) */
.woocommerce-MyAccount-navigation-link--support a::before {
    content: "\f1cd"; /* FontAwesome Life-Ring */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

/* Fallback: If FontAwesome isn"t active, use WordPress Dashicons */
.woocommerce-MyAccount-navigation-link--warranty-claim a::before { content: "\f332"; font-family: dashicons; } /* Shield */
.woocommerce-MyAccount-navigation-link--warranty-transfer a::before { content: "\f531"; font-family: dashicons; } /* Replace/Transfer */
