/* SORFPANEL v1.1.1 - Mobile Core UI Pass 1
   Shared mobile shell only. Desktop intentionally untouched. */
@media (max-width: 768px){
  :root{--sp-mobile-gutter:12px;--sp-mobile-nav-h:62px;--sp-mobile-radius:12px;--sp-mobile-control:44px}
  html{overflow-x:hidden;-webkit-text-size-adjust:100%;scroll-padding-bottom:calc(var(--sp-mobile-nav-h) + env(safe-area-inset-bottom,0px))}
  body{overflow-x:hidden;padding-bottom:calc(var(--sp-mobile-nav-h) + env(safe-area-inset-bottom,0px))!important;font-size:14px!important}
  img,video,iframe{max-width:100%;height:auto}
  main,.container,.page,.section{min-width:0;max-width:100%}
  input,select,textarea,button{font-size:16px}

  /* Generic mobile header/search */
  .sp-mobile-header{position:sticky;top:0;z-index:70;background:#fff;border-bottom:1px solid #eee;padding:8px var(--sp-mobile-gutter) 10px}
  .sp-mobile-header__top{min-height:42px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:8px}
  .sp-mobile-header__menu,.sp-mobile-header__actions>a{width:40px;height:40px;display:grid;place-items:center;border-radius:10px}
  .sp-mobile-header__menu .sp-icon,.sp-mobile-header__actions .sp-icon{width:22px;height:22px}
  .sp-mobile-header__brand{min-width:0;display:flex;justify-content:center;align-items:center;height:38px;overflow:hidden}
  .sp-mobile-header__brand img{display:block;max-width:150px;max-height:34px;object-fit:contain}
  .sp-mobile-header__brand strong{font-size:20px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .sp-mobile-header__actions{display:flex;align-items:center;gap:2px}
  .sp-mobile-header__actions>a{position:relative}
  .sp-mobile-header__actions>a b{position:absolute;top:1px;right:0;min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;border-radius:999px;font-size:9px;line-height:1}
  .sp-mobile-search{height:44px;margin-top:7px;display:grid;grid-template-columns:40px minmax(0,1fr) 36px 36px;align-items:center;border:1px solid #e2e4e8;border-radius:12px;background:#f7f8fa;overflow:hidden}
  .sp-mobile-search input{min-width:0;width:100%;height:42px;border:0!important;outline:0;background:transparent;padding:0 4px!important;font-size:13px!important}
  .sp-mobile-search button{width:36px;height:40px;padding:0!important;border:0;background:transparent;color:inherit;display:grid;place-items:center;font-size:17px}
  .sp-mobile-search button:first-child{width:40px}.sp-mobile-search .sp-icon{width:19px;height:19px}
  .mh-visual-input{display:none!important}

  /* Horizontal rails never force page overflow */
  .sp-service-tabs,.sp-quick-links,.sp-brand-rail,.sp-category-rail,.category-nav,.circle-cats{max-width:100%;overflow-x:auto!important;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .sp-service-tabs::-webkit-scrollbar,.sp-quick-links::-webkit-scrollbar,.sp-brand-rail::-webkit-scrollbar,.sp-category-rail::-webkit-scrollbar{display:none}
  .sp-service-tabs{display:flex;gap:6px;padding:8px var(--sp-mobile-gutter);background:#fff}
  .sp-service-tabs a{flex:0 0 auto;min-height:34px;padding:8px 11px;border-radius:999px;white-space:nowrap;font-size:12px}

  /* Hero and quick links */
  .sp-hero-slider{margin:0 var(--sp-mobile-gutter) 10px;overflow:hidden;border-radius:var(--sp-mobile-radius)}
  .sp-hero-slider__item{display:block;min-height:145px;max-height:210px;border-radius:var(--sp-mobile-radius);overflow:hidden}
  .sp-hero-slider__item img{width:100%;height:100%;min-height:145px;max-height:210px;object-fit:cover}
  .sp-quick-links{display:flex;gap:12px;padding:6px var(--sp-mobile-gutter) 14px}
  .sp-quick-links>a{flex:0 0 66px;min-width:66px;text-align:center}
  .sp-quick-links>a>span{width:58px;height:58px;margin:0 auto 6px;border-radius:50%;display:grid;place-items:center;overflow:hidden;font-size:26px;background:#f6f7f8}
  .sp-quick-links>a>span img{width:100%;height:100%;object-fit:cover}
  .sp-quick-links>a>b{display:block;font-size:10.5px;line-height:1.2;font-weight:600;white-space:normal}

  /* Product grids/cards */
  .sp-deals,.sp-home-section{margin:0 0 12px;padding:0 var(--sp-mobile-gutter)}
  .sp-deals__top,.sp-home-section__head{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}
  .sp-deals__top h2,.sp-home-section__head h2{font-size:17px;line-height:1.2;margin:2px 0 8px}
  .sp-mobile-product-grid,.product-grid,.listing-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;min-width:0}
  .product-card,.mh-product-card{min-width:0!important;max-width:none!important;width:auto!important;margin:0!important;border-radius:12px!important;overflow:hidden}
  .product-card h3,.mh-product-card h3{height:auto;min-height:34px;font-size:12px!important;line-height:1.35!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .product-card .price,.mh-product-card .price{min-width:0;flex-wrap:wrap}
  .quick-add{min-height:38px}

  /* Shared controls/forms */
  .btn:not(.btn-sm),button:not(.btn-sm),input[type=submit]{min-height:40px}
  .field input,.field select,.field textarea,.form-control{min-height:44px;border-radius:10px}
  textarea.field,textarea.form-control{min-height:96px}
  .form-grid{grid-template-columns:minmax(0,1fr)!important}

  /* Bottom nav: visual size compact, touch target safe */
  .mobile-nav{height:calc(var(--sp-mobile-nav-h) + env(safe-area-inset-bottom,0px))!important;min-height:var(--sp-mobile-nav-h)!important;padding:4px 6px env(safe-area-inset-bottom,0px)!important;display:flex!important;align-items:stretch!important;justify-content:space-around!important;background:#fff!important;border-top:1px solid #e8e8eb!important;box-shadow:0 -5px 18px rgba(0,0,0,.05);z-index:90!important}
  .mobile-nav .menu-node{flex:1;min-width:0}
  .mobile-nav .menu-node>a,.mobile-nav>a{min-height:54px!important;height:54px!important;padding:5px 2px 3px!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:3px!important;font-size:10px!important;line-height:1.1!important;white-space:nowrap}
  .mobile-nav .sp-icon{width:21px!important;height:21px!important;min-width:21px!important}
  .mobile-nav .menu-badge{font-size:8px!important;min-width:15px!important;height:15px!important;line-height:15px!important}

  /* Sticky actions must sit above bottom nav */
  .mobile-product-actions,.product-sticky-actions,.pref-save{bottom:calc(var(--sp-mobile-nav-h) + env(safe-area-inset-bottom,0px))!important}
}
@media (max-width: 380px){
  :root{--sp-mobile-gutter:10px}
  .sp-mobile-header__brand img{max-width:132px}.sp-mobile-header__brand strong{font-size:18px}
  .sp-mobile-search{grid-template-columns:38px minmax(0,1fr) 34px 34px}
  .sp-mobile-product-grid,.product-grid,.listing-grid{gap:8px!important}
}
