/* ESNOVI V26.0 — magazine identity, marketplace navigation. */
body.storefrontV26 .esnoviQuickNav{padding-top:22px;padding-bottom:10px}
body.storefrontV26 .v26QuickHead{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:13px}
body.storefrontV26 .v26QuickHead p{margin:0 0 3px;font-size:11px;letter-spacing:.12em;font-weight:850;color:#8a672d}
body.storefrontV26 .v26QuickHead h2{margin:0;font-size:24px;line-height:1.15;letter-spacing:-.035em}
body.storefrontV26 .v26QuickHead>a{font-size:14px;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}
body.storefrontV26 .v26QuickGrid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:9px}
body.storefrontV26 .v26QuickGrid>a{display:flex;min-height:82px;flex-direction:column;justify-content:center;background:#fff;border:1px solid #e1e3e7;border-radius:10px;padding:13px;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s}
body.storefrontV26 .v26QuickGrid>a:hover{border-color:#b78835;box-shadow:0 8px 24px #14171b0d;transform:translateY(-1px)}
body.storefrontV26 .v26QuickGrid strong{font-size:14px;line-height:1.2;color:#191b20}
body.storefrontV26 .v26QuickGrid span{font-size:11px;color:#6b6f76;line-height:1.3;margin-top:5px}
body.storefrontV26.marketHome .storeIntro{margin-top:12px}
body.storefrontV26.marketHome .introCopy{padding-top:23px;padding-bottom:23px}
body.storefrontV26.marketHome .departmentSection{padding-top:20px}
body.storefrontV26 .departmentNav .wrap{gap:24px}
body.storefrontV26 .departmentNav a:nth-last-child(2){margin-left:0}
body.storefrontV26 .departmentNav a:first-child{color:#edc985;font-weight:800}
body.storefrontV26 .departmentNav a:nth-child(2),
body.storefrontV26 .departmentNav a:nth-child(3),
body.storefrontV26 .departmentNav a:nth-child(4){font-weight:700}

body.storefrontV26 .v26SkeletonGrid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;padding:0!important;background:transparent!important}
body.storefrontV26 .v26SkeletonCard{display:grid;gap:9px;background:#fff;border:1px solid #e1e3e7;border-radius:10px;padding:12px}
body.storefrontV26 .v26SkeletonPhoto{display:block;aspect-ratio:1;border-radius:7px;background:linear-gradient(100deg,#eceef1 20%,#f7f8f9 40%,#eceef1 60%);background-size:220% 100%;animation:v26Shimmer 1.25s linear infinite}
body.storefrontV26 .v26SkeletonLine{display:block;height:11px;border-radius:999px;background:#eceef1;width:72%}
body.storefrontV26 .v26SkeletonLine.wide{width:94%}
body.storefrontV26 .v26SkeletonLine.short{width:45%}
@keyframes v26Shimmer{to{background-position-x:-220%}}

.v26BottomNav{display:none}
@media(max-width:1150px){
  body.storefrontV26 .v26QuickGrid{grid-template-columns:repeat(4,minmax(0,1fr))}
  body.storefrontV26 .v26SkeletonGrid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:760px){
  body.storefrontV26{padding-bottom:70px}
  body.storefrontV26 .topbar{display:none}
  body.storefrontV26 .esnoviQuickNav{padding-top:13px}
  body.storefrontV26 .v26QuickHead{align-items:center;margin-bottom:10px}
  body.storefrontV26 .v26QuickHead h2{font-size:20px}
  body.storefrontV26 .v26QuickHead p{font-size:10px}
  body.storefrontV26 .v26QuickGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
  body.storefrontV26 .v26QuickGrid>a{min-height:66px;padding:9px 7px;text-align:center;align-items:center}
  body.storefrontV26 .v26QuickGrid strong{font-size:12px}
  body.storefrontV26 .v26QuickGrid span{display:none}
  body.storefrontV26.marketHome .storeIntro{margin-top:9px}
  body.storefrontV26 .departmentNav{display:none}
  body.storefrontV26 .v26SkeletonGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  body.storefrontV26 .v26SkeletonCard:nth-child(n+5){display:none}
  .v26BottomNav{position:fixed;z-index:90;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);min-height:62px;padding:5px max(7px,env(safe-area-inset-left)) calc(5px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #dedfe3;box-shadow:0 -8px 24px #11182712}
  .v26BottomNav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#303238;text-decoration:none;font-size:17px;min-width:0}
  .v26BottomNav a b{font-size:10px;font-weight:750;line-height:1.1}
  .v26BottomNav a:focus-visible{outline:2px solid #b57e24;outline-offset:-2px;border-radius:7px}
}
@media(max-width:420px){
  body.storefrontV26 .v26QuickGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.storefrontV26 .v26QuickGrid>a{min-height:54px;text-align:left;align-items:flex-start;padding:10px 12px}
  body.storefrontV26 .v26QuickGrid strong{font-size:13px}
}
@media(prefers-reduced-motion:reduce){
  body.storefrontV26 .v26SkeletonPhoto{animation:none}
  body.storefrontV26 .v26QuickGrid>a{transition:none}
}