/* Requested storefront fixes: desktop header alignment, account/favorites proportions */
@media (min-width: 769px){
  .header .header-main{display:grid!important;grid-template-columns:minmax(190px,240px) minmax(420px,1fr) auto!important;align-items:center!important;gap:22px!important}
  .header .sp-header__search{display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px 42px!important;align-items:center!important;height:50px!important;padding:0 4px!important;border:1px solid #d9dde5!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important}
  .header .sp-header__search-submit,.header .sp-header__search-action{display:grid!important;place-items:center!important;width:42px!important;height:46px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;color:#344054!important}
  .header .sp-header__search-submit .sp-icon,.header .sp-header__search-action svg{width:21px!important;height:21px!important}
  .header .sp-header__search input{width:100%!important;min-width:0!important;height:46px!important;margin:0!important;padding:0 8px!important;border:0!important;outline:0!important;background:transparent!important;font-size:14px!important}
  .header .head-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:18px!important;white-space:nowrap!important}
  .header .head-actions>a{display:inline-flex!important;align-items:center!important;gap:6px!important;min-width:0!important}
  .header .head-actions>a>span{max-width:150px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  .header .cart-link b{position:relative!important;top:auto!important;right:auto!important;display:inline-grid!important;place-items:center!important;min-width:19px!important;height:19px!important;padding:0 5px!important;border-radius:999px!important;font-size:10px!important}

  body.page-favorites .ref-favorites-page, body.page-account-favorites .ref-favorites-page{width:min(calc(100% - 48px),1200px)!important;margin:30px auto 56px!important;padding:0!important}
  body.page-favorites .ref-favorites-header, body.page-account-favorites .ref-favorites-header{align-items:center!important;margin-bottom:22px!important}
  body.page-favorites .ref-favorites-header h1, body.page-account-favorites .ref-favorites-header h1{font-size:30px!important;line-height:1.15!important}
  body.page-favorites .v2-favorite-toolbar, body.page-account-favorites .v2-favorite-toolbar{display:flex!important;align-items:center!important;gap:10px!important;min-height:58px!important;padding:10px 0 16px!important;border-bottom:1px solid #eceff3!important;overflow:visible!important}
  body.page-favorites .v2-favorite-toolbar label, body.page-account-favorites .v2-favorite-toolbar label{margin-left:auto!important}
  body.page-favorites .favorite-products-section, body.page-account-favorites .favorite-products-section{padding:0!important;margin-top:18px!important}
  body.page-favorites .favorite-products-section>header, body.page-account-favorites .favorite-products-section>header{height:auto!important;margin:0 0 16px!important}
  body.page-favorites .favorite-product-grid, body.page-account-favorites .favorite-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
  body.page-favorites .favorite-product-card, body.page-account-favorites .favorite-product-card{border-radius:14px!important;box-shadow:0 2px 10px rgba(17,24,39,.04)!important}
  body.page-favorites .favorite-image, body.page-account-favorites .favorite-image{height:auto!important;aspect-ratio:1/1!important;background:#fff!important}
  body.page-favorites .favorite-image img, body.page-account-favorites .favorite-image img{object-fit:contain!important;padding:12px!important}
  body.page-favorites .favorite-card-body, body.page-account-favorites .favorite-card-body{padding:14px!important}
  body.page-favorites .favorite-empty, body.page-account-favorites .favorite-empty{min-height:260px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border:1px solid #edf0f3!important;border-radius:16px!important;background:#fff!important;margin-top:8px!important}
}
@media (min-width:769px) and (max-width:1150px){
  .header .header-main{grid-template-columns:180px minmax(330px,1fr) auto!important;gap:14px!important}
  .header .head-actions{gap:10px!important}
  .header .head-actions>a>span{max-width:105px!important}
  body.page-favorites .favorite-product-grid, body.page-account-favorites .favorite-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
