/*
 Theme Name:   Oxfit Child
 Theme URI:    https://oxfitsports.com/
 Description:  Child theme for Woodmart on oxfitsports.com. All custom CSS, template overrides, and PHP hooks live here so the parent theme can update freely. Edit this file, not the parent.
 Author:       Oxfit Sports
 Author URI:   https://oxfitsports.com/
 Template:     woodmart
 Version:       1.0.528
 Text Domain:  oxfit-child
*/

/* ==========================================================================
   Section index
   --------------------------------------------------------------------------
   1. Header / Navigation
   2. Page wrapper spacing
   3. (reserved — Typography)
   4. (reserved — Forms / RFQ)
   5. (reserved — Product / WooCommerce)
   6. (reserved — Footer)
   ========================================================================== */


/* ==========================================================================
   1. Header / Navigation
   ========================================================================== */

/* === oxfit-nav-fix-2026-05-02 ===
   Issue: with whb-flex-equal-sides, side columns are equal width but inner
   content (logo on left, icon cluster on right) is unequal — visual gap from
   menu to icons looks larger than gap from logo to menu.
   Fix: switch the row to space-between distribution, let side columns hug
   their content, and let the center column expand and center the menu inside.
   Desktop only — mobile uses a different builder block. */
@media (min-width: 1025px) {
  .whb-general-header.whb-flex-equal-sides .whb-flex-row {
    justify-content: space-between;
  }
  .whb-general-header.whb-flex-equal-sides .whb-col-left,
  .whb-general-header.whb-flex-equal-sides .whb-col-right {
    flex: 0 0 auto;
  }
  .whb-general-header.whb-flex-equal-sides .whb-col-center {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
}


/* ==========================================================================
   2. Page wrapper spacing
   ========================================================================== */

/* === oxfit-tighten-hero-2026-05-02 ===
   On the homepage, remove default top padding/margin from the wrapper chain
   so the Elementor content (brand carousel etc.) sits flush below the header
   without an extra gap. */
body.home .main-page-wrapper {
  padding-top: 0;
  margin-top: 0;
}
body.home .site-content {
  padding-top: 0;
  margin-top: 0;
}
body.home .site-content > article > .entry-content {
  padding-top: 0;
  margin-top: 0;
}
body.home .site-content > article > .entry-content > .elementor > .elementor-element:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* === MU-PLUGIN CSS EXTRACTION START === */
/* The blocks below were inline <style> in mu-plugins/oxfit-schema.php and
   mu-plugins/oxfit-banner.php. Moved here so WP Rocket can minify+combine,
   and so the HTML payload drops by ~32KB on every page request. Extracted
   automatically — total 31737 chars. */

/* ────── Design fixes (was oxfit_design_fixes mu-plugin) ── (was 6045 chars in oxfit-schema.php) ────── */
/* ── 1. ANNOUNCEMENT BAR — bigger font, taller bar ── */
.woodmart-top-bar,
.wd-header-top,
.top-bar-content,
.whb-top-bar .row,
div[class*="top-bar"] { font-size:13px!important; min-height:36px!important; }
.woodmart-top-bar span,
.woodmart-top-bar a,
.wd-header-top span,
.wd-header-top a { font-size:13px!important; }

/* ── 2. CONTACT FORM SUBMIT BUTTON — gold, bold, visible ── */
.wpcf7 input[type=submit],
.wpcf7 button[type=submit],
.wpcf7-submit {
    background:#c8a84b!important;
    color:#fff!important;
    border:none!important;
    padding:14px 40px!important;
    font-size:15px!important;
    font-weight:700!important;
    border-radius:4px!important;
    cursor:pointer!important;
    text-transform:uppercase!important;
    letter-spacing:1px!important;
    min-height:50px!important;
    width:100%!important;
    margin-top:10px!important;
    transition:background 0.2s!important;
}
.wpcf7 input[type=submit]:hover,
.wpcf7-submit:hover { background:#1a1a2e!important; }

/* ── 3. PRODUCT CARDS — add "Get Wholesale Price" label ── */
.product-grid-item .product-element-bottom,
.wd-product .wd-product-grid-item .product-element-bottom {
    background:#1a1a2e!important;
    padding:8px 12px!important;
}
.product-grid-item .add_to_cart_button,
.wd-product .add_to_cart_button,
li.product .add_to_cart_button {
    background:#c8a84b!important;
    color:#fff!important;
    font-weight:700!important;
    border-radius:4px!important;
    border:none!important;
    font-size:12px!important;
}
/* "Get Wholesale Price" overlay on product thumb */
.product-grid-item .product-image-wrap:after,
li.product .wd-product-grid-wrap:after {
    display:none;
}
.woocommerce ul.products li.product .wd-entities-title {
    font-weight:700!important;
    color:#1a1a2e!important;
}

/* ── 4. HERO BUTTON STYLING ── */
.smartslider3 .n2-ss-btn-container a,
.n2-ss-button-container a,
.nextend-button {
    font-weight:800!important;
    text-transform:uppercase!important;
    letter-spacing:1px!important;
}

/* ── 5. SEO LANDING PAGE — hide blog sidebar, full width ── */
.boxing-gloves-manufacturer-sialkot-pakistan .sidebar,
.mma-gloves-manufacturer-pakistan .sidebar,
.boxing-gloves-supplier-uk .sidebar,
.martial-arts-uniforms-manufacturer-pakistan .sidebar,
.sports-equipment-manufacturer-sialkot .sidebar,
.private-label-boxing-equipment .sidebar,
body.page-id-16751 .sidebar,
body.page-id-16752 .sidebar,
body.page-id-16753 .sidebar,
body.page-id-16754 .sidebar,
body.page-id-16755 .sidebar,
body.page-id-16756 .sidebar {
    display:none!important;
}
body.page-id-16751 .content-area,
body.page-id-16752 .content-area,
body.page-id-16753 .content-area,
body.page-id-16754 .content-area,
body.page-id-16755 .content-area,
body.page-id-16756 .content-area {
    width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
}

/* ── 6. CATEGORY PAGE OEM BANNER ── */
#oxfit-oem-banner {
    background:linear-gradient(135deg,#1a1a2e 60%,#2d2d4e);
    color:#fff;
    padding:20px 30px;
    border-radius:6px;
    margin:0 0 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:16px;
}
#oxfit-oem-banner p { margin:0; font-size:15px; color:#ddd; }
#oxfit-oem-banner strong { color:#c8a84b; font-size:18px; display:block; margin-bottom:4px; }
#oxfit-oem-banner a.oem-btn {
    background:#c8a84b;
    color:#fff!important;
    padding:12px 28px;
    border-radius:4px;
    font-weight:800;
    font-size:14px;
    text-decoration:none;
    white-space:nowrap;
    flex-shrink:0;
}
#oxfit-oem-banner a.oem-btn:hover { background:#fff; color:#1a1a2e!important; }

/* ── 7. B2B TRUST STRIP on homepage ── */
#oxfit-b2b-trust {
    background:#f8f9fa;
    border-top:3px solid #c8a84b;
    border-bottom:1px solid #e5e5e5;
    padding:24px 16px;
}
#oxfit-b2b-trust .trust-inner {
    max-width:1200px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    gap:20px;
    text-align:center;
}
#oxfit-b2b-trust .trust-item { flex:1; min-width:160px; }
#oxfit-b2b-trust .trust-icon { font-size:32px; margin-bottom:8px; }
#oxfit-b2b-trust .trust-title { font-weight:800; color:#1a1a2e; font-size:15px; margin-bottom:4px; }
#oxfit-b2b-trust .trust-desc { color:#666; font-size:12px; line-height:1.5; }

/* ── 8. STICKY CTA on SEO landing pages ── */
#oxfit-sticky-cta {
    background:#1a1a2e;
    color:#fff;
    padding:14px 20px;
    text-align:center;
    position:sticky;
    top:0;
    z-index:9999;
    box-shadow:0 2px 8px rgba(0,0,0,0.3);
}
#oxfit-sticky-cta span { font-size:14px; margin-right:16px; }
#oxfit-sticky-cta a {
    background:#c8a84b;
    color:#fff!important;
    padding:8px 24px;
    border-radius:4px;
    font-weight:800;
    font-size:14px;
    text-decoration:none;
    display:inline-block;
}
#oxfit-sticky-cta a:hover { background:#fff; color:#1a1a2e!important; }

/* ── 9. CTA BOX at top of landing pages ── */
.oxfit-lp-cta-top {
    background:linear-gradient(135deg,#1a1a2e,#2d2d4e);
    border-left:5px solid #c8a84b;
    border-radius:0 8px 8px 0;
    padding:24px 28px;
    margin:0 0 36px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:16px;
}
.oxfit-lp-cta-top .cta-text { color:#fff; }
.oxfit-lp-cta-top .cta-text strong { display:block; font-size:18px; color:#c8a84b; margin-bottom:4px; }
.oxfit-lp-cta-top .cta-text span { font-size:13px; color:#aaa; }
.oxfit-lp-cta-top a.cta-btn {
    background:#c8a84b;
    color:#fff!important;
    padding:14px 32px;
    border-radius:4px;
    font-weight:800;
    font-size:15px;
    text-decoration:none;
    white-space:nowrap;
}
.oxfit-lp-cta-top a.cta-btn:hover { background:#fff; color:#1a1a2e!important; }

@media(max-width:768px){
    #oxfit-oem-banner,
    .oxfit-lp-cta-top { flex-direction:column; text-align:center; }
    #oxfit-oem-banner a.oem-btn,
    .oxfit-lp-cta-top a.cta-btn { width:100%; text-align:center; }
}

/* ────── Animations (was oxfit_anim_css mu-plugin) ── (was 5855 chars in oxfit-schema.php) ────── */
/* ═══ 1. GLOWING PULSE on primary CTA buttons ═══ */
.oxfit-sticky-cta a,
.oxfit-lp-cta-box a,
.elementor-button[style*="background-color:#e31"],
.elementor-button[style*="background:#e31"],
.elementor-button[style*="background-color: #e31"],
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.wp-block-button__link,
a.oxfit-pulse,
button.oxfit-pulse {
    animation: oxfit-btn-pulse 2.5s ease-in-out infinite !important;
}
@keyframes oxfit-btn-pulse {
    0%   { box-shadow: 0 0 0 0   rgba(227,28,28,0.65); }
    60%  { box-shadow: 0 0 0 14px rgba(227,28,28,0);   }
    100% { box-shadow: 0 0 0 0   rgba(227,28,28,0);    }
}

/* ═══ 2. PRODUCT CARD HOVER LIFT + GLOW ═══ */
.woocommerce ul.products li.product,
.wc-block-grid__product,
.products .product {
    transition: transform 0.32s cubic-bezier(.25,.8,.25,1),
                box-shadow 0.32s cubic-bezier(.25,.8,.25,1) !important;
    will-change: transform;
}
.woocommerce ul.products li.product:hover,
.wc-block-grid__product:hover {
    transform: translateY(-9px) !important;
    box-shadow: 0 18px 45px rgba(227,28,28,0.18), 0 6px 16px rgba(0,0,0,0.22) !important;
    z-index: 5;
}

/* ═══ 3. STATS COUNTER SECTION ═══ */
.oxfit-stats-strip {
    background: linear-gradient(135deg, #0f0f0f 0%, #1c1c1c 100%);
    padding: 55px 20px;
    text-align: center;
    border-top: 3px solid #e31c1c;
    border-bottom: 1px solid #2a2a2a;
}
.oxfit-stats-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 50px;
    max-width: 860px;
    margin: 0 auto;
}
.oxfit-stat-item {
    text-align: center;
    min-width: 150px;
    padding: 15px 10px;
}
.oxfit-stat-number {
    font-size: 3.2rem;
    font-weight: 900;
    color: #e31c1c;
    display: block;
    line-height: 1;
    font-family: 'Oswald', 'Arial Black', sans-serif;
    letter-spacing: -1px;
}
.oxfit-stat-label {
    font-size: 0.78rem;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
    display: block;
}

/* ═══ 4. TYPEWRITER BANNER (below nav) ═══ */
.oxfit-tw-bar {
    background: #0d0d0d;
    text-align: center;
    padding: 11px 20px;
    border-bottom: 2px solid #e31c1c;
    position: relative;
    z-index: 100;
}
.oxfit-tw-label {
    color: #777;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 8px;
}
.oxfit-tw-text {
    color: #e31c1c;
    font-weight: 700;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-right: 2px solid #e31c1c;
    padding-right: 3px;
    animation: oxfit-cursor-blink 0.75s step-end infinite;
}
@keyframes oxfit-cursor-blink {
    0%, 100% { border-color: #e31c1c; }
    50%       { border-color: transparent; }
}

/* ═══ 5. WHATSAPP FLOATING BUTTON ═══ */
.oxfit-wa-fab {
    position: fixed;
    bottom: 28px;
    right: 22px;
    z-index: 999999;
    width: 58px;
    height: 58px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 22px rgba(37,211,102,0.45);
    cursor: pointer;
    text-decoration: none !important;
    animation: oxfit-wa-bounce 4s ease-in-out infinite;
    transition: transform 0.2s, box-shadow 0.2s;
}
.oxfit-wa-fab:hover {
    animation: none !important;
    transform: scale(1.12) !important;
    box-shadow: 0 8px 30px rgba(37,211,102,0.6) !important;
}
.oxfit-wa-fab svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    flex-shrink: 0;
}
.oxfit-wa-tip {
    position: absolute;
    right: 68px;
    top: 50%;
    transform: translateY(-50%);
    background: #1a1a1a;
    color: #fff;
    padding: 7px 13px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
    border-left: 3px solid #25D366;
}
.oxfit-wa-fab:hover .oxfit-wa-tip { opacity: 1; }
@keyframes oxfit-wa-bounce {
    0%,100% { transform: translateY(0);    }
    20%      { transform: translateY(-11px); }
    40%      { transform: translateY(0);    }
    60%      { transform: translateY(-5px); }
    80%      { transform: translateY(0);    }
}

/* ═══ 6. FACTORY TO DOOR PROCESS ═══ */
.oxfit-fp-section {
    background: #111;
    padding: 65px 20px 55px;
    overflow: hidden;
}
.oxfit-fp-section h2 {
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 8px;
}
.oxfit-fp-subtitle {
    text-align: center;
    color: #888;
    font-size: 0.92rem;
    margin: 0 0 50px;
    letter-spacing: 1px;
}
.oxfit-fp-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    max-width: 1050px;
    margin: 0 auto;
}
.oxfit-fp-step {
    text-align: center;
    flex: 1;
    min-width: 130px;
    max-width: 160px;
    padding: 20px 8px;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.oxfit-fp-step.oxfit-in { opacity: 1; transform: translateY(0); }
.oxfit-fp-arrow {
    color: #e31c1c;
    font-size: 1.6rem;
    flex-shrink: 0;
    margin-bottom: 36px;
    opacity: 0;
    transition: opacity 0.5s ease 0.2s;
    align-self: center;
    padding: 0 4px;
}
.oxfit-fp-arrow.oxfit-in { opacity: 1; }
.oxfit-fp-icon  { font-size: 2.6rem; display: block; margin-bottom: 12px; }
.oxfit-fp-title { color: #fff; font-size: 0.82rem; font-weight: 700;
                  text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 6px; }
.oxfit-fp-desc  { color: #777; font-size: 0.74rem; line-height: 1.45; }
@media (max-width: 700px) {
    .oxfit-fp-arrow { display: none; }
    .oxfit-fp-step  { min-width: 100px; }
}

/* ────── Features v2 / conversion CSS (was oxfit_features_css mu-plugin) ── (was 14855 chars in oxfit-schema.php) ────── */
/* ═══ PROGRESS BAR (top of page on load) ═══ */
#oxfit-progress {
    position: fixed; top: 0; left: 0; height: 3px;
    background: linear-gradient(90deg, #e31c1c, #ff6b35);
    z-index: 999999; width: 0%; transition: width 0.25s ease;
    box-shadow: 0 0 8px rgba(227,28,28,0.6);
}

/* ═══ BACK TO TOP ═══ */
#oxfit-top-btn {
    position: fixed; bottom: 100px; right: 22px; z-index: 99990;
    width: 42px; height: 42px; background: #e31c1c; color: #fff;
    border: none; border-radius: 50%; cursor: pointer; font-size: 1.2rem;
    display: none; align-items: center; justify-content: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.3);
    transition: background 0.2s, transform 0.2s;
}
#oxfit-top-btn:hover { background: #c01515; transform: translateY(-3px); }

/* ═══ COUNTDOWN TIMER BANNER ═══ */
#oxfit-countdown-bar {
    background: linear-gradient(135deg, #1a0000, #2d0505);
    border-bottom: 2px solid #e31c1c;
    text-align: center; padding: 10px 15px;
    color: #fff; font-size: 0.82rem;
    letter-spacing: 1px; text-transform: uppercase;
    position: relative; z-index: 500;
}
#oxfit-countdown-bar strong { color: #e31c1c; }
.oxfit-cd-units {
    display: inline-flex; gap: 6px;
    align-items: center; margin-left: 10px;
}
.oxfit-cd-box {
    background: #e31c1c; color: #fff;
    padding: 3px 8px; border-radius: 4px;
    font-size: 1rem; font-weight: 900;
    min-width: 32px; text-align: center;
    font-family: 'Courier New', monospace;
}
.oxfit-cd-sep { color: #e31c1c; font-weight: 900; font-size: 1rem; }

/* ═══ LIVE ORDER NOTIFICATIONS ═══ */
#oxfit-notif-wrap {
    position: fixed; bottom: 90px; left: 20px;
    z-index: 99998; pointer-events: none;
    display: flex; flex-direction: column; gap: 10px;
}
.oxfit-notif {
    background: #fff; border-left: 4px solid #25a244;
    border-radius: 8px; padding: 12px 16px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.15);
    display: flex; align-items: center; gap: 12px;
    max-width: 290px; font-size: 0.82rem;
    transform: translateX(-340px);
    transition: transform 0.45s cubic-bezier(.25,.8,.25,1), opacity 0.4s;
    opacity: 0;
}
.oxfit-notif.oxfit-show { transform: translateX(0); opacity: 1; }
.oxfit-notif-flag { font-size: 1.6rem; flex-shrink: 0; }
.oxfit-notif-text strong { display: block; color: #111; font-size: 0.85rem; }
.oxfit-notif-text span  { color: #777; font-size: 0.75rem; }
@media (max-width: 500px) { .oxfit-notif { max-width: 240px; } }

/* ═══ COUNTRY FLAGS STRIP ═══ */
.oxfit-flags-section {
    background: #0a0a0a; padding: 28px 0;
    border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e; overflow: hidden;
}
.oxfit-flags-label {
    text-align: center; color: #555; font-size: 0.72rem;
    text-transform: uppercase; letter-spacing: 3px;
    margin-bottom: 16px;
}
.oxfit-flags-track-wrap { overflow: hidden; position: relative; }
.oxfit-flags-track {
    display: flex; gap: 28px; align-items: center;
    width: max-content;
    animation: oxfit-flags-scroll 28s linear infinite;
}
.oxfit-flags-track:hover { animation-play-state: paused; }
.oxfit-flag-item {
    display: flex; flex-direction: column; align-items: center;
    gap: 5px; flex-shrink: 0; cursor: default;
}
.oxfit-flag-item span:first-child { font-size: 1.9rem; }
.oxfit-flag-item span:last-child {
    font-size: 0.62rem; color: #555; text-transform: uppercase;
    letter-spacing: 1px;
}
@keyframes oxfit-flags-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ═══ STICKY MOBILE QUOTE BAR ═══ */
#oxfit-mobile-bar {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 99995;
    background: #111; border-top: 2px solid #e31c1c;
    padding: 10px 12px; gap: 10px;
}
@media (max-width: 768px) {
    #oxfit-mobile-bar { display: flex; }
}
#oxfit-mobile-bar a {
    flex: 1; text-align: center; padding: 12px 8px;
    border-radius: 6px; font-size: 0.82rem; font-weight: 700;
    text-decoration: none !important; text-transform: uppercase;
    letter-spacing: 1px; display: flex; align-items: center;
    justify-content: center; gap: 6px;
}
.oxfit-mb-quote { background: #e31c1c; color: #fff !important; }
.oxfit-mb-wa    { background: #25D366; color: #fff !important; }
.oxfit-mb-quote:hover { background: #c01515; }
.oxfit-mb-wa:hover    { background: #1da851; }

/* ═══ ROTATING TESTIMONIALS ═══ */
.oxfit-testimonials {
    background: #0f0f0f; padding: 60px 20px;
    border-top: 3px solid #e31c1c;
}
.oxfit-testi-title {
    text-align: center; color: #fff; font-size: 1.7rem;
    font-weight: 900; text-transform: uppercase;
    letter-spacing: 3px; margin: 0 0 40px;
}
.oxfit-testi-wrap {
    max-width: 750px; margin: 0 auto;
    position: relative; min-height: 190px;
}
.oxfit-testi-card {
    background: #1a1a1a; border: 1px solid #2a2a2a;
    border-left: 4px solid #e31c1c; border-radius: 10px;
    padding: 28px 32px; position: absolute; width: 100%;
    box-sizing: border-box;
    opacity: 0; transform: translateY(14px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}
.oxfit-testi-card.oxfit-active {
    opacity: 1; transform: translateY(0); pointer-events: auto;
}
.oxfit-testi-stars { color: #f5a623; font-size: 1.1rem; margin-bottom: 14px; }
.oxfit-testi-text {
    color: #ccc; font-size: 0.95rem; line-height: 1.7;
    font-style: italic; margin: 0 0 18px;
}
.oxfit-testi-author {
    color: #fff; font-weight: 700; font-size: 0.88rem;
}
.oxfit-testi-role { color: #777; font-size: 0.78rem; margin-top: 3px; }
.oxfit-testi-dots {
    display: flex; justify-content: center; gap: 8px; margin-top: 200px;
}
.oxfit-td {
    width: 9px; height: 9px; border-radius: 50%;
    background: #333; cursor: pointer; transition: background 0.3s;
}
.oxfit-td.oxfit-active { background: #e31c1c; }

/* ═══ WHY SIALKOT SECTION ═══ */
.oxfit-sialkot {
    background: linear-gradient(135deg, #0d0d0d 0%, #141414 100%);
    padding: 65px 20px; border-top: 1px solid #1e1e1e;
}
.oxfit-sialkot h2 {
    text-align: center; color: #fff; font-size: 1.8rem;
    font-weight: 900; text-transform: uppercase;
    letter-spacing: 3px; margin: 0 0 8px;
}
.oxfit-sialkot .oxfit-sub {
    text-align: center; color: #777; font-size: 0.9rem;
    margin: 0 0 50px; letter-spacing: 1px;
}
.oxfit-sialkot-grid {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 25px; max-width: 960px; margin: 0 auto;
}
.oxfit-scard {
    background: #1a1a1a; border: 1px solid #252525;
    border-radius: 10px; padding: 28px 24px;
    text-align: center; flex: 1; min-width: 200px;
    max-width: 220px; transition: border-color 0.3s, transform 0.3s;
}
.oxfit-scard:hover {
    border-color: #e31c1c; transform: translateY(-5px);
}
.oxfit-scard-icon { font-size: 2.4rem; display: block; margin-bottom: 14px; }
.oxfit-scard-num {
    font-size: 2rem; font-weight: 900; color: #e31c1c;
    display: block; font-family: 'Oswald','Arial Black',sans-serif;
    margin-bottom: 6px;
}
.oxfit-scard-label { color: #aaa; font-size: 0.8rem; line-height: 1.5; }

/* ═══ PRICING TIERS TABLE ═══ */
.oxfit-pricing-section {
    background: #111; padding: 55px 20px;
    border-top: 3px solid #e31c1c;
}
.oxfit-pricing-section h2 {
    text-align: center; color: #fff; font-size: 1.7rem;
    font-weight: 900; text-transform: uppercase;
    letter-spacing: 2px; margin: 0 0 10px;
}
.oxfit-pricing-sub {
    text-align: center; color: #888; font-size: 0.88rem; margin: 0 0 40px;
}
.oxfit-pricing-wrap { max-width: 700px; margin: 0 auto; }
.oxfit-pricing-table {
    width: 100%; border-collapse: collapse;
    border-radius: 10px; overflow: hidden;
}
.oxfit-pricing-table thead tr {
    background: #e31c1c; color: #fff;
}
.oxfit-pricing-table th {
    padding: 14px 20px; font-size: 0.78rem;
    text-transform: uppercase; letter-spacing: 2px;
    font-weight: 700; text-align: left;
}
.oxfit-pricing-table tbody tr {
    background: #1a1a1a; border-bottom: 1px solid #252525;
    transition: background 0.2s;
}
.oxfit-pricing-table tbody tr:hover { background: #222; }
.oxfit-pricing-table tbody tr.oxfit-popular {
    background: #1f0f0f; border-left: 3px solid #e31c1c;
}
.oxfit-pricing-table td {
    padding: 14px 20px; color: #ddd; font-size: 0.88rem;
}
.oxfit-pricing-table td:first-child { font-weight: 700; color: #fff; }
.oxfit-popular-badge {
    background: #e31c1c; color: #fff; font-size: 0.65rem;
    padding: 2px 7px; border-radius: 10px;
    margin-left: 8px; vertical-align: middle;
    text-transform: uppercase; letter-spacing: 1px;
}
.oxfit-saving-tag { color: #4caf50; font-weight: 700; font-size: 0.82rem; }
.oxfit-pricing-cta {
    text-align: center; margin-top: 28px;
}
.oxfit-pricing-cta a {
    background: #e31c1c; color: #fff !important;
    padding: 14px 36px; border-radius: 6px; font-weight: 700;
    text-decoration: none !important; text-transform: uppercase;
    letter-spacing: 1px; font-size: 0.88rem;
    display: inline-block; transition: background 0.2s;
}
.oxfit-pricing-cta a:hover { background: #c01515; }

/* ═══ DARK/LIGHT MODE TOGGLE ═══ */
#oxfit-theme-btn {
    position: fixed; top: 50%; right: 0; transform: translateY(-50%);
    z-index: 9999; background: #1a1a1a; color: #fff;
    border: 1px solid #333; border-right: none;
    border-radius: 8px 0 0 8px; padding: 10px 9px;
    cursor: pointer; font-size: 1.1rem; line-height: 1;
    transition: background 0.2s; writing-mode: initial;
}
#oxfit-theme-btn:hover { background: #333; }
body.oxfit-light #oxfit-theme-btn { background: #f0f0f0; color: #111; border-color: #ccc; }

/* Light mode overrides */
body.oxfit-light { background: #f8f8f8 !important; }
body.oxfit-light .site-header,
body.oxfit-light header { background: #fff !important; }
body.oxfit-light .oxfit-stats-strip,
body.oxfit-light .oxfit-testimonials,
body.oxfit-light .oxfit-sialkot,
body.oxfit-light .oxfit-pricing-section,
body.oxfit-light .oxfit-fp-section { background: #f0f0f0 !important; }
body.oxfit-light .oxfit-stats-strip .oxfit-stat-label,
body.oxfit-light .oxfit-sialkot .oxfit-sub { color: #555 !important; }
body.oxfit-light .oxfit-scard,
body.oxfit-light .oxfit-testi-card { background: #fff !important; border-color: #e0e0e0 !important; }
body.oxfit-light .oxfit-testi-text { color: #444 !important; }
body.oxfit-light .oxfit-testi-author { color: #111 !important; }
body.oxfit-light .oxfit-sialkot h2,
body.oxfit-light .oxfit-testi-title,
body.oxfit-light .oxfit-pricing-section h2 { color: #111 !important; }

/* ═══ EXIT-INTENT POPUP ═══ */
#oxfit-exit-overlay {
    position: fixed; inset: 0; z-index: 9999999;
    background: rgba(0,0,0,0.75); display: none;
    align-items: center; justify-content: center;
    padding: 20px;
}
#oxfit-exit-overlay.oxfit-show { display: flex; }
#oxfit-exit-modal {
    background: #111; border: 2px solid #e31c1c;
    border-radius: 14px; max-width: 480px; width: 100%;
    padding: 40px 36px; text-align: center; position: relative;
    animation: oxfit-modal-in 0.35s cubic-bezier(.25,.8,.25,1);
}
@keyframes oxfit-modal-in {
    from { transform: scale(0.85); opacity: 0; }
    to   { transform: scale(1);    opacity: 1; }
}
#oxfit-exit-modal .oxfit-em-close {
    position: absolute; top: 14px; right: 18px;
    background: none; border: none; color: #777;
    font-size: 1.4rem; cursor: pointer; line-height: 1;
    transition: color 0.2s;
}
#oxfit-exit-modal .oxfit-em-close:hover { color: #fff; }
#oxfit-exit-modal .oxfit-em-icon { font-size: 2.8rem; margin-bottom: 14px; display: block; }
#oxfit-exit-modal h3 {
    color: #fff; font-size: 1.5rem; font-weight: 900;
    margin: 0 0 10px; text-transform: uppercase; letter-spacing: 1px;
}
#oxfit-exit-modal p { color: #aaa; font-size: 0.88rem; line-height: 1.6; margin: 0 0 24px; }
#oxfit-exit-form { display: flex; flex-direction: column; gap: 12px; }
#oxfit-exit-form input {
    background: #1e1e1e; border: 1px solid #333; border-radius: 6px;
    padding: 12px 16px; color: #fff; font-size: 0.88rem;
    outline: none; transition: border-color 0.2s;
}
#oxfit-exit-form input:focus { border-color: #e31c1c; }
#oxfit-exit-form input::placeholder { color: #555; }
#oxfit-exit-form button {
    background: #e31c1c; color: #fff; border: none;
    padding: 14px; border-radius: 6px; font-size: 0.9rem;
    font-weight: 700; cursor: pointer; text-transform: uppercase;
    letter-spacing: 1px; transition: background 0.2s;
}
#oxfit-exit-form button:hover { background: #c01515; }
#oxfit-exit-modal .oxfit-em-skip {
    display: block; margin-top: 14px; color: #555;
    font-size: 0.78rem; cursor: pointer; text-decoration: underline;
    background: none; border: none;
}
#oxfit-exit-modal .oxfit-em-skip:hover { color: #aaa; }

/* ═══ PRODUCT IMAGE ZOOM ═══ */
.woocommerce div.product .woocommerce-product-gallery__image img {
    transition: transform 0.4s ease;
    cursor: zoom-in;
}
.woocommerce div.product .woocommerce-product-gallery__image:hover img {
    transform: scale(1.08);
}
.woocommerce div.product .woocommerce-product-gallery__image {
    overflow: hidden;
}

/* ═══ SIZE GUIDE POPUP ═══ */
.oxfit-size-guide-btn {
    display: inline-flex; align-items: center; gap: 6px;
    background: none; border: 1px solid #444; color: #aaa;
    padding: 7px 14px; border-radius: 20px; font-size: 0.78rem;
    cursor: pointer; margin: 10px 0 16px; transition: all 0.2s;
    text-transform: uppercase; letter-spacing: 1px;
}
.oxfit-size-guide-btn:hover { border-color: #e31c1c; color: #fff; }
#oxfit-size-overlay {
    position: fixed; inset: 0; z-index: 9999998;
    background: rgba(0,0,0,0.8); display: none;
    align-items: center; justify-content: center; padding: 20px;
}
#oxfit-size-overlay.oxfit-show { display: flex; }
#oxfit-size-modal {
    background: #111; border: 1px solid #333; border-radius: 14px;
    max-width: 580px; width: 100%; padding: 36px;
    position: relative; max-height: 90vh; overflow-y: auto;
}
#oxfit-size-modal h3 {
    color: #fff; font-size: 1.3rem; font-weight: 900;
    text-transform: uppercase; letter-spacing: 2px; margin: 0 0 20px;
}
.oxfit-size-table { width: 100%; border-collapse: collapse; }
.oxfit-size-table th {
    background: #e31c1c; color: #fff; padding: 10px 14px;
    font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1px;
    text-align: left;
}
.oxfit-size-table td {
    padding: 10px 14px; border-bottom: 1px solid #1e1e1e;
    color: #ccc; font-size: 0.85rem;
}
.oxfit-size-table tr:nth-child(even) td { background: #161616; }
#oxfit-size-modal .oxfit-sm-close {
    position: absolute; top: 14px; right: 18px;
    background: none; border: none; color: #777;
    font-size: 1.4rem; cursor: pointer;
}
#oxfit-size-modal .oxfit-sm-close:hover { color: #fff; }
.oxfit-size-note {
    color: #666; font-size: 0.75rem; margin-top: 16px; line-height: 1.6;
}

/* ────── Heavy-Duty Training Gear hero (was oxfit-banner.php inline) ── (was 4982 chars in oxfit-banner.php) ────── */
*{margin:0;padding:0;box-sizing:border-box;}
.oxs-wrap{width:100%;background:#0d0d0d;overflow:hidden;font-family:"Arial Black",Impact,sans-serif;position:relative;transition:background .7s ease;}
.oxslide{display:none;width:100%;min-height:440px;align-items:center;position:relative;}
.oxslide.oxs-active{display:flex;}
.oxs-left{flex:1;padding:48px 60px;z-index:10;}
.oxs-tag{display:inline-block;background:var(--acc,#e31c1c);color:#fff;font-size:10px;letter-spacing:4px;padding:5px 14px;text-transform:uppercase;margin-bottom:18px;animation:oxTagIn .5s ease-out both;}
.oxs-title{font-size:clamp(26px,4vw,52px);color:#fff;line-height:1;text-transform:uppercase;margin-bottom:18px;animation:oxTitleIn .6s ease-out .1s both;}
.oxs-title em{color:var(--acc,#e31c1c);font-style:normal;display:block;}
.oxs-bullets{list-style:none;margin:0 0 24px;padding:0;animation:oxTitleIn .6s ease-out .2s both;}
.oxs-bullets li{color:#aaa;font-size:13px;padding:5px 0;font-family:Arial,sans-serif;letter-spacing:1px;}
.oxs-bullets li::before{content:"\25B8 ";color:var(--acc,#e31c1c);}
.oxs-btn{display:inline-block;border:2px solid var(--acc,#e31c1c);color:var(--acc,#e31c1c);padding:12px 28px;font-size:12px;letter-spacing:3px;text-transform:uppercase;text-decoration:none;font-family:Arial,sans-serif;font-weight:700;transition:all .3s;animation:oxTitleIn .6s ease-out .3s both;}
.oxs-btn:hover{background:var(--acc,#e31c1c);color:#fff;}
.oxs-right{width:380px;height:440px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;}
.oxs-item{animation-duration:2.8s;animation-timing-function:cubic-bezier(.25,.8,.25,1);animation-delay:.4s;animation-iteration-count:infinite;}
.oxs-item.no-anim{animation:none!important;}
.oxsl{position:absolute;height:2px;background:linear-gradient(90deg,transparent,rgba(227,28,28,.5),transparent);border-radius:2px;animation:oxSpeedLine 2.5s ease-in-out .5s infinite;opacity:0;}
.oxsl:nth-child(1){top:28%;width:65%;left:18%;}
.oxsl:nth-child(2){top:44%;width:82%;left:8%;height:3px;animation-delay:.05s;}
.oxsl:nth-child(3){top:58%;width:55%;left:22%;animation-delay:.02s;}
.oxsl:nth-child(4){top:36%;width:45%;left:28%;animation-delay:.08s;}
.oxsl:nth-child(5){top:52%;width:72%;left:12%;animation-delay:.03s;}
.oxarrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);color:#fff;width:42px;height:42px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:20;transition:all .2s;font-family:Arial,sans-serif;}
.oxarrow:hover{background:var(--acc,#e31c1c);border-color:var(--acc,#e31c1c);}
.oxarrow-prev{left:12px;}
.oxarrow-next{right:12px;}
.oxdots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:20;}
.oxdot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25);border:none;cursor:pointer;transition:all .3s;padding:0;}
.oxdot.oxd-active{background:var(--acc,#e31c1c);transform:scale(1.4);}
.oxprogress{position:absolute;bottom:0;left:0;height:3px;background:var(--acc,#e31c1c);animation:oxBar 5s linear forwards;z-index:20;}
@keyframes oxTagIn{from{transform:translateX(-30px);opacity:0}to{transform:translateX(0);opacity:1}}
@keyframes oxTitleIn{from{transform:translateX(-40px);opacity:0}to{transform:translateX(0);opacity:1}}
@keyframes oxPunch{0%{transform:translateX(-60px) scale(.6) rotate(-18deg);opacity:.3}40%{transform:translateX(18px) scale(1.22) rotate(4deg);opacity:1}55%{transform:translateX(8px) scale(1.08) rotate(0deg);opacity:1}100%{transform:translateX(-60px) scale(.6) rotate(-18deg);opacity:.3}}
@keyframes oxSwing{0%,100%{transform:rotate(-8deg);transform-origin:130px 30px;}50%{transform:rotate(8deg);transform-origin:130px 30px;}}
@keyframes oxCardBob{0%,100%{transform:translateY(0) scale(1) rotate(-1.5deg);}40%{transform:translateY(-18px) scale(1.04) rotate(1.5deg);}70%{transform:translateY(-12px) scale(1.02) rotate(0deg);}}
@keyframes oxCardKick{0%,100%{transform:translateY(0) scale(1) rotate(1.5deg);}40%{transform:translateY(-14px) scale(1.05) rotate(-2deg);}70%{transform:translateY(-8px) scale(1.03) rotate(0deg);}}
@keyframes oxShine{0%{left:-120%;opacity:0;}10%{opacity:1;}45%{left:160%;opacity:.8;}46%,100%{left:160%;opacity:0;}}
@keyframes oxGlowPulse{0%,100%{box-shadow:0 0 20px rgba(147,51,234,.30),0 0 40px rgba(147,51,234,.10);}50%{box-shadow:0 0 36px rgba(147,51,234,.65),0 0 70px rgba(147,51,234,.28);}}
@keyframes oxImpact{0%,85%,100%{transform:scale(1);}90%{transform:scale(1.06);}95%{transform:scale(.97);}}
@keyframes oxSpeedLine{0%,100%{opacity:0;transform:scaleX(.3) translateX(60px)}35%{opacity:1;transform:scaleX(1) translateX(0)}50%{opacity:0;transform:scaleX(1.2) translateX(-20px)}}
@keyframes oxBar{from{width:0}to{width:100%}}
@media(max-width:768px){.oxslide{flex-direction:column;}.oxs-left{padding:32px 24px;}.oxs-right{width:100%;height:300px;}}

/* === oxfit-mobile-hero-side-by-side-2026-05-03 ===
   On mobile, force the slide to keep horizontal layout: text on the left,
   illustration on the right (where the user wants it visible "in front of"
   the heading area, not stacked above or below).
   Tightens typography so the heading + 4 bullets + CTA fit comfortably
   on a 390px-wide phone next to a 130px-wide image column. */
@media (max-width: 768px) {
  .oxslide {
    flex-direction: row !important;
    align-items: center !important;
    min-height: auto !important;
  }
  .oxs-left {
    flex: 1 1 auto !important;
    width: auto !important;
    padding: 22px 14px 24px 18px !important;
    min-width: 0;
  }
  .oxs-right {
    flex: 0 0 130px !important;
    width: 130px !important;
    height: auto !important;
    min-height: 260px;
    align-self: stretch;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
  .oxs-right svg,
  .oxs-right img {
    max-width: 110px;
    max-height: 240px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
  /* Tighter typography for the narrower text column */
  .oxs-tag {
    font-size: 9px;
    padding: 4px 10px;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
  }
  .oxs-title {
    font-size: clamp(20px, 5.5vw, 26px) !important;
    line-height: 1.05;
    margin-bottom: 12px;
  }
  .oxs-bullets {
    margin-bottom: 14px;
  }
  .oxs-bullets li {
    padding: 3px 0;
    font-size: 11px;
    letter-spacing: 0.3px;
  }
  .oxs-btn {
    padding: 9px 16px;
    font-size: 10px;
    letter-spacing: 1.8px;
  }
  /* Hide the side arrows on mobile so they don't crowd the layout */
  .oxarrow {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .oxarrow-prev { left: 4px; }
  .oxarrow-next { right: 4px; }
}

/* === MU-PLUGIN CSS EXTRACTION END === */


/* ==========================================================================
   3. Quote Request page (post 15780)
   ========================================================================== */

/* === oxfit-quote-request-page-2026-05-03 ===
   Visual redesign of the /quote-request/ page: hero, trust badges,
   2-column form + contact cards, custom-styled CF7 inputs, prominent submit. */

/* Hide sidebar + go full-width on the quote-request page */
body.page-id-15780 .sidebar { display: none !important; }
body.page-id-15780 .site-content {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
body.page-id-15780 .breadcrumbs { display: none; }

/* Page wrapper */
.oxfit-qr-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HERO */
.oxfit-qr-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4e 100%);
  color: #fff;
  padding: 48px 32px;
  border-radius: 12px;
  margin: 24px 0 36px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(26,26,46,0.18);
}
.oxfit-qr-hero h1 {
  color: #fff !important;
  font-size: clamp(26px, 4vw, 40px);
  margin: 0 0 14px;
  letter-spacing: -0.5px;
  line-height: 1.15;
}
.oxfit-qr-subtitle {
  color: #d8d8e8 !important;
  font-size: clamp(15px, 2vw, 18px);
  max-width: 720px;
  margin: 0 auto 28px;
  line-height: 1.6;
}
.oxfit-qr-badges {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
}
.oxfit-qr-badges li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(200,168,75,0.3);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3px;
  list-style: none !important;
}
.oxfit-qr-badge-icon { font-size: 16px; }

/* GRID: form + contact cards */
.oxfit-qr-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .oxfit-qr-grid { grid-template-columns: 1fr; }
}

/* FORM column */
.oxfit-qr-form-col {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}
.oxfit-qr-form-col h2 {
  font-size: 24px;
  margin: 0 0 8px;
  color: #1a1a2e;
}
.oxfit-qr-form-helper {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* CF7 form polish — make labels bolder, inputs cleaner */
.oxfit-qr-form-col .wpcf7 label {
  font-weight: 700;
  font-size: 13px;
  color: #1a1a2e;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.oxfit-qr-form-col .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  font-size: 14px;
  background: #fafafa;
  transition: border-color 0.15s, background 0.15s;
}
.oxfit-qr-form-col .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: #c8a84b;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(200,168,75,0.15);
}
.oxfit-qr-form-col textarea.wpcf7-form-control {
  min-height: 120px;
  resize: vertical;
}
.oxfit-qr-form-col .wpcf7-submit {
  background: #c8a84b !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  padding: 16px 32px !important;
  border: none !important;
  border-radius: 6px !important;
  width: 100%;
  cursor: pointer;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-top: 8px;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 12px rgba(200,168,75,0.3);
}
.oxfit-qr-form-col .wpcf7-submit:hover {
  background: #1a1a2e !important;
  transform: translateY(-1px);
}

/* CONTACT cards column */
.oxfit-qr-contact-col h2 {
  font-size: 22px;
  margin: 0 0 18px;
  color: #1a1a2e;
}
.oxfit-qr-contact-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-left: 4px solid #c8a84b;
  border-radius: 8px;
  padding: 20px 22px;
  margin-bottom: 16px;
  transition: border-left-color 0.2s, transform 0.15s;
}
.oxfit-qr-contact-card:hover {
  border-left-color: #1a1a2e;
  transform: translateX(2px);
}
.oxfit-qr-card-whatsapp { border-left-color: #25d366; }
.oxfit-qr-card-email { border-left-color: #c8a84b; }
.oxfit-qr-card-visit { border-left-color: #1a1a2e; }
.oxfit-qr-contact-label {
  font-size: 11px;
  font-weight: 700;
  color: #888;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.oxfit-qr-contact-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
}
.oxfit-qr-contact-link {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
  text-decoration: none;
}
.oxfit-qr-contact-link:hover { color: #c8a84b; }
.oxfit-qr-contact-note {
  font-size: 12px;
  color: #777;
  line-height: 1.55;
  margin: 0;
}
.oxfit-qr-visit-text {
  font-size: 13px;
  color: #555;
  line-height: 1.55;
  margin: 0 0 8px;
}
.oxfit-qr-address {
  font-style: normal;
  font-size: 13px;
  color: #1a1a2e;
  font-weight: 600;
  line-height: 1.5;
}

/* AFTER section: tips */
.oxfit-qr-after {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 40px;
}
.oxfit-qr-after h2 {
  font-size: 22px;
  color: #1a1a2e;
  margin: 0 0 20px;
}
.oxfit-qr-after-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.oxfit-qr-tip {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.oxfit-qr-tip-num {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  background: #c8a84b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
}
.oxfit-qr-tip-body {
  font-size: 13px;
  color: #555;
  line-height: 1.55;
}
.oxfit-qr-tip-body strong { color: #1a1a2e; font-size: 14px; }
