/**
 * HangNgoaiShop 3.9.55.71.7 — Mobile Typography Balance Final Hotfix.
 * Baseline: 3.9.55.71.6.
 * Mobile-only optical correction from production iPhone renders.
 * Desktop/tablet >= 850px remains untouched. No font-family, color, layout,
 * content, SEO/schema, WooCommerce math or CheckoutWC business-logic changes.
 */

@media (max-width: 849px){
  /* Top utility bar: keep the long trust line compact enough to avoid
     looking like a second navigation row on phones. */
  body.yhn-mobile-typography-balance-3955717 .header-top,
  body.yhn-mobile-typography-balance-3955717 .header-top .nav>li>a,
  body.yhn-mobile-typography-balance-3955717 .header-top :is(.html,.html-inner,.header-contact){
    font-size:11.8px!important;
    line-height:1.3!important;
  }

  /* Header search: still easy to read, but no longer visually oversized. */
  body.yhn-mobile-typography-balance-3955717 :is(
    .header-search-form input,
    .dgwt-wcas-search-input,
    .searchform input[type="search"]
  ){
    font-size:14px!important;
    line-height:1.35!important;
  }
  body.yhn-mobile-typography-balance-3955717 :is(
    .header-search-form input,
    .dgwt-wcas-search-input,
    .searchform input[type="search"]
  )::placeholder{
    font-size:14px!important;
  }

  /* Home hero: preserve impact without the mobile "zoomed typography" feel. */
  body.yhn-mobile-typography-balance-3955717 .yhn-home-premium .yhn-home-hero h1{
    font-size:30.5px!important;
    line-height:1.17!important;
  }
  body.yhn-mobile-typography-balance-3955717 .yhn-home-premium .yhn-home-lead{
    font-size:15.5px!important;
    line-height:1.7!important;
  }
  body.yhn-mobile-typography-balance-3955717 .yhn-home-premium .yhn-home-button{
    font-size:13.8px!important;
    line-height:1.25!important;
  }
  body.yhn-mobile-typography-balance-3955717 .yhn-home-premium .yhn-home-trustbar strong{
    font-size:11.2px!important;
    line-height:1.35!important;
  }
  body.yhn-mobile-typography-balance-3955717 .yhn-home-premium .yhn-home-trustbar small{
    font-size:10.5px!important;
    line-height:1.45!important;
  }

  /* CheckoutWC Side Cart: product names need compact editorial rhythm on a
     narrow drawer; amounts remain one step stronger for scanability. */
  body.yhn-mobile-typography-balance-3955717 #cfw-side-cart .cfw-side-cart-contents-header :is(h2,.cfw-side-cart-quantity){
    font-size:17px!important;
    line-height:1.28!important;
  }
  body.yhn-mobile-typography-balance-3955717 #cfw-side-cart .cfw-cart-item-title,
  body.yhn-mobile-typography-balance-3955717 #cfw-side-cart .cfw-cart-item-title a,
  body.yhn-mobile-typography-balance-3955717 #cfw-side-cart .cfw-cart-item-title span{
    font-size:14px!important;
    line-height:1.34!important;
  }
  body.yhn-mobile-typography-balance-3955717 #cfw-side-cart :is(
    .cfw-quantity-stepper-value-label,
    .cfw-items-summary-item-discount,
    .cfw_side_cart_item_after_data
  ){
    font-size:12.7px!important;
    line-height:1.4!important;
  }
  body.yhn-mobile-typography-balance-3955717 #cfw-side-cart .cfw-cart-item-subtotal,
  body.yhn-mobile-typography-balance-3955717 #cfw-side-cart .cfw-cart-item-subtotal .amount{
    font-size:15.5px!important;
    line-height:1.35!important;
  }
  body.yhn-mobile-typography-balance-3955717 #cfw-side-cart .cfw-side-cart-totals :is(th,td){
    font-size:15.8px!important;
    line-height:1.4!important;
  }
  body.yhn-mobile-typography-balance-3955717 #cfw-side-cart .cfw-side-cart-totals .order-total :is(th,td,.amount){
    font-size:18.5px!important;
    line-height:1.3!important;
  }
  body.yhn-mobile-typography-balance-3955717 #cfw-side-cart :is(.cfw-primary-btn,.cfw-secondary-btn){
    font-size:14px!important;
    line-height:1.25!important;
  }
}

@media (max-width: 549px){
  /* Very small phones get one further half-step of restraint. */
  body.yhn-mobile-typography-balance-3955717 .header-top,
  body.yhn-mobile-typography-balance-3955717 .header-top .nav>li>a,
  body.yhn-mobile-typography-balance-3955717 .header-top :is(.html,.html-inner,.header-contact){
    font-size:11.5px!important;
  }
  body.yhn-mobile-typography-balance-3955717 .yhn-home-premium .yhn-home-hero h1{
    font-size:30px!important;
  }
  body.yhn-mobile-typography-balance-3955717 #cfw-side-cart .cfw-cart-item-title,
  body.yhn-mobile-typography-balance-3955717 #cfw-side-cart .cfw-cart-item-title a,
  body.yhn-mobile-typography-balance-3955717 #cfw-side-cart .cfw-cart-item-title span{
    font-size:13.8px!important;
  }
}
