/* Larger, easier-to-use navigation and cart controls. */
.site-header .header-inner>.wordmark{grid-column:2;grid-row:1}
.site-header .header-actions{grid-column:3;grid-row:1}
.site-header .main-nav{gap:20px}
.site-header .main-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 14px;font-size:18px;font-weight:500;line-height:1.4;border-radius:3px}
.site-header .main-nav a,.site-header .header-actions #cart>.btn{border:2px solid var(--gold-dark);background:var(--cream);border-radius:5px;box-shadow:0 2px 0 #77652e20;transition:background .2s,color .2s}
.site-header .main-nav a:hover{background:var(--gold-dark);color:white}
.site-header .header-actions{gap:18px}
.site-header .currency{font-size:15px;white-space:nowrap}
.site-header .header-actions #cart>.btn{min-height:48px;padding:11px 16px;font-size:16px;line-height:1.5;white-space:nowrap}
.site-header .header-actions #cart>.btn:hover,.site-header .header-actions #cart.open>.btn{background:var(--gold-dark);color:white}
.site-header .header-actions #cart>.btn i{font-size:20px;margin-right:9px}
.site-header .header-actions #cart .dropdown-menu p{font-size:14px}
.site-header .header-actions #cart .dropdown-menu p a{display:inline-flex;align-items:center;min-height:44px;padding:8px 5px}
@media(max-width:1000px){
 .site-header .header-inner{grid-template-columns:1fr 1fr;gap:13px 12px;padding:19px 24px}
 .site-header .header-inner>.wordmark{grid-row:1;grid-column:1;text-align:left;justify-self:start}
 .site-header .main-nav{grid-row:2;grid-column:1;justify-content:flex-start;gap:10px}
 .site-header .header-actions{grid-row:1;grid-column:2;justify-content:flex-end}
}
@media(max-width:700px){
 .site-header .header-inner{padding:20px 18px 12px;gap:14px 8px}
 .site-header .main-nav{gap:4px}
 .site-header .main-nav a{font-size:16px;min-height:46px;padding:10px 8px;white-space:nowrap}
 .site-header .header-actions .currency{display:none}
 .site-header .header-actions #cart>.btn{font-size:14px;min-height:46px;padding:10px 9px;max-width:none;white-space:normal}
 .site-header .header-actions #cart>.btn i{font-size:18px;margin-right:6px}
}
@media(max-width:359px){
 .site-header .header-inner{padding-inline:12px;gap:12px 4px}
 .site-header .main-nav a{padding-inline:5px}
 .site-header .header-actions #cart>.btn{padding-inline:6px}
}
