/* One header geometry across every public template. */
body.vendoora-theme .vd-site-header{position:relative;z-index:1000;background:#fffaf6;border-bottom:1px solid rgba(209,197,180,.45)}
body.vendoora-theme .vd-main-header{background:transparent}
body.vendoora-theme .vd-main-header__inner{display:grid;width:min(calc(100% - 48px),1400px);min-height:78px;margin-inline:auto;grid-template-areas:"brand nav tools";grid-template-columns:minmax(120px,auto) minmax(300px,1fr) minmax(520px,auto);align-items:center;gap:24px;direction:rtl}
body.vendoora-theme .vd-site-branding{grid-area:brand;justify-self:start;direction:rtl}
body.vendoora-theme .vd-primary-nav{grid-area:nav;justify-self:center;direction:rtl}
body.vendoora-theme .vd-header-tools{grid-area:tools;justify-self:end;direction:rtl}
body.vendoora-theme .vd-header-tools>.vd-seller-button{order:1;white-space:nowrap}
body.vendoora-theme .vd-header-tools>.vd-search{order:2}
body.vendoora-theme .vd-header-tools>.vd-header-actions{order:3}
body.vendoora-theme .vd-primary-menu{justify-content:center}
body.vendoora-theme .vd-wordmark{white-space:nowrap}
@media(max-width:1080px){body.vendoora-theme .vd-main-header__inner{grid-template-columns:auto 1fr auto;gap:16px}body.vendoora-theme .vd-header-tools .vd-search{display:none}}
@media(max-width:760px){
body.vendoora-theme .vd-main-header__inner{width:calc(100% - 28px);min-height:66px;grid-template-areas:"menu brand tools";grid-template-columns:46px minmax(0,1fr) auto;gap:10px}
body.vendoora-theme .vd-mobile-menu-toggle{grid-area:menu;display:grid;justify-self:start}
body.vendoora-theme .vd-site-branding{justify-self:center}
body.vendoora-theme .vd-primary-nav{display:none}
body.vendoora-theme .vd-header-tools{justify-self:end}
body.vendoora-theme .vd-seller-button,body.vendoora-theme .vd-header-wishlist,body.vendoora-theme .vd-header-action__text{display:none}

/* The mobile navigation follows the burger side: right in RTL, left in LTR. */
html[dir="rtl"] body.vendoora-theme .vd-mobile-drawer{right:0;left:auto;width:min(88vw,360px);height:100dvh;padding:72px 22px max(28px,env(safe-area-inset-bottom));overflow-x:hidden;overflow-y:auto;direction:rtl;text-align:right;transform:translate3d(105%,0,0);box-shadow:-18px 0 45px rgba(35,24,19,.18)}
html[dir="ltr"] body.vendoora-theme .vd-mobile-drawer{right:auto;left:0;transform:translate3d(-105%,0,0);box-shadow:18px 0 45px rgba(35,24,19,.18)}
html body.vendoora-theme .vd-mobile-drawer.is-open{transform:translate3d(0,0,0)!important}
html[dir="rtl"] body.vendoora-theme .vd-mobile-drawer__close{right:18px;left:auto;inset-inline-end:auto}
html[dir="ltr"] body.vendoora-theme .vd-mobile-drawer__close{right:auto;left:18px;inset-inline-end:auto}
body.vendoora-theme .vd-mobile-menu{display:flex!important;width:100%;margin:0 0 24px!important;padding:0!important;flex-direction:column;align-items:stretch;gap:0;list-style:none}
body.vendoora-theme .vd-mobile-menu>li{display:block;width:100%;margin:0;padding:0}
body.vendoora-theme .vd-mobile-menu a{display:flex;width:100%;min-height:48px;padding:12px 4px;align-items:center;justify-content:flex-start;white-space:normal;line-height:1.5;border-bottom:1px solid var(--vd-border)}
body.vendoora-theme .vd-mobile-drawer>a:not(.vd-button){display:flex;width:100%;min-height:48px;padding:12px 4px;align-items:center;justify-content:flex-start;white-space:normal;line-height:1.5;border-bottom:1px solid var(--vd-border)}
body.vendoora-theme .vd-mobile-drawer>.vd-button{display:flex;width:100%;justify-content:center}
}
body.vd-sticky-header .vd-site-header{position:sticky;top:0;backdrop-filter:blur(14px)}body.vd-no-show-search .vd-header-tools>.vd-search{display:none!important}body.vd-no-show-account .vd-header-actions>a:first-child{display:none!important}body.vd-no-show-wishlist .vd-header-wishlist{display:none!important}body.vd-no-show-cart .vd-cart-link{display:none!important}
