.yg-header{position:sticky;top:0;z-index:999;background:#fff;backdrop-filter:saturate(140%) blur(4px);box-shadow:0 1px 8px rgb(0 0 0 / .06);border-bottom:2px solid var(--yg-key)}.admin-bar .yg-header{top:32px}@media (max-width:782px){.admin-bar .yg-header{top:46px}}.yg-header .yg-container{max-width:1200px;margin-inline:auto;padding-inline:22px}.yg-header .bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;min-height:56px}.yg-header .brand{display:inline-flex;align-items:center;flex:0 0 auto;margin-inline:8px}@media (max-width:640px){.yg-header .brand{margin-inline:0}}.yg-header .brand img{max-height:40px;height:auto;width:auto;display:block}.yg-header .nav-desktop{display:none}@media (min-width:768px){.yg-header .nav-desktop{display:flex;flex:1 1 auto;min-width:0;justify-content:center}}.yg-header .yg-tabs{list-style:none;margin:0;padding:0;display:flex;gap:.6rem;justify-content:center;margin-inline:auto;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.yg-header .yg-tabs::-webkit-scrollbar{display:none}.yg-header .yg-tabs li{margin:0;padding:0}.yg-header .yg-tabs a{display:inline-block;padding:.55rem .75rem;border-radius:.875rem;text-decoration:none;font-weight:800;color:#000;border:2px solid #fff0;white-space:nowrap;flex:0 0 auto;transition:background .2s,border-color .2s,transform .15s,box-shadow .2s}.yg-header .yg-tabs a:hover{background:#FFE08A;border-color:var(--yg-primary);transform:translateY(-1px);box-shadow:0 8px 18px rgb(255 179 0 / .25)}.yg-header .yg-header-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.yg-header .wallet-pill,.yg-header .yg-wallet-pill{font-size:14px;background:#f8fafc;color:#111;padding:8px 12px;border-radius:999px;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgb(0 0 0 / .06);white-space:nowrap;cursor:pointer;user-select:none;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.yg-header .wallet-pill:hover,.yg-header .yg-wallet-pill:hover{background:#f3f4f6;border-color:#d1d5db;box-shadow:0 2px 6px rgb(0 0 0 / .08)}.yg-header #yg-burger,.yg-header .yg-burger{width:40px;height:36px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px rgb(0 0 0 / .06);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;padding:0}.yg-header #yg-burger span,.yg-header .yg-burger span{display:block;width:22px;height:2px;background:var(--yg-primary);border-radius:2px;transition:transform .15s ease,opacity .15s ease}.yg-header #yg-burger:hover,.yg-header .yg-burger:hover{background:#f3f4f6;border-color:#d1d5db;box-shadow:0 2px 6px rgb(0 0 0 / .08)}@media (min-width:768px){.yg-header #yg-burger{display:none}}.yg-header #yg-burger.yg-burger{background:#f8fafc!important;border:1px solid #e5e7eb!important;box-shadow:0 1px 2px rgb(0 0 0 / .06)!important;border-radius:12px!important}.yg-header #yg-burger.yg-burger span{background:var(--yg-primary)!important}#yg-backdrop{position:fixed;inset:0;background:rgb(0 0 0 / .45);z-index:998;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}#yg-backdrop.show{opacity:1;visibility:visible}#yg-drawer{position:fixed;top:0;right:0;width:min(84vw, 320px);height:100vh;z-index:999;background:#fff;border-left:3px solid var(--yg-key);transform:translateX(100%);transition:transform .25s ease;will-change:transform;display:flex;flex-direction:column;box-shadow:-14px 0 28px rgb(0 0 0 / .15)}#yg-drawer.open{transform:translateX(0)}.yg-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--yg-ring);font-weight:900}.yg-drawer__close{width:36px;height:36px;background:#f8fafc;border:1px solid #e5e7eb;color:#D97706;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1;font-weight:900;box-shadow:0 1px 2px rgb(0 0 0 / .06);transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.yg-drawer__close:hover{background:#f3f4f6;border-color:#d1d5db;box-shadow:0 2px 6px rgb(0 0 0 / .08)}.yg-drawer__nav{display:flex;flex-direction:column;gap:.5rem;padding:14px 10px;text-align:center}.yg-drawer__nav a{display:block;padding:.75rem .875rem;border-radius:.875rem;text-decoration:none;color:#000;font-weight:800;border:2px solid #fff0;transition:background .2s,border-color .2s,transform .15s,box-shadow .2s}.yg-drawer__nav a:hover{background:#FFE08A;border-color:var(--yg-primary);transform:translateY(-1px);box-shadow:0 8px 18px rgb(255 179 0 / .25)}@media (min-width:769px){#yg-drawer,#yg-backdrop{display:none!important}}@media (max-width:768px){.orders-fab{position:fixed;left:calc(14px + env(safe-area-inset-left));bottom:calc(14px + env(safe-area-inset-bottom));width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:var(--yg-key);color:#fff;border-radius:999px;box-shadow:0 5px 15px rgb(0 0 0 / .25);text-decoration:none;z-index:997;transition:transform .15s ease,opacity .15s ease,background .2s ease}.orders-fab:hover{background:var(--yg-primary)}.orders-fab:active{transform:scale(.95)}.orders-fab svg{width:26px;height:26px;display:block}#yg-drawer.open~.orders-fab,#yg-backdrop.show~.orders-fab{opacity:0;pointer-events:none}}@media (min-width:769px){.orders-fab{display:none}}.chat-fab{position:fixed;right:calc(14px + env(safe-area-inset-right));bottom:calc(14px + env(safe-area-inset-bottom));width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:var(--yg-key);color:#fff;border-radius:999px;box-shadow:0 5px 15px rgb(0 0 0 / .25);text-decoration:none;z-index:997;transition:transform .15s ease,opacity .15s ease,background .2s ease}.chat-fab:hover{background:var(--yg-primary)}.chat-fab:active{transform:scale(.95)}.chat-fab svg{width:26px;height:26px;display:block}#yg-drawer.open~.chat-fab,#yg-backdrop.show~.chat-fab{opacity:0;pointer-events:none}.yg-header a{text-decoration:none}@media (prefers-reduced-motion:reduce){#yg-drawer,#yg-backdrop,.orders-fab,.chat-fab{transition:none!important}}.yg-header,.yg-header *{box-sizing:border-box}.yg-header .bar{min-height:56px;align-items:center}.yg-header .brand,.yg-header .yg-header-actions{align-items:center}.yg-header .brand img{max-height:40px;width:auto;height:auto}.yg-header ul,.yg-header ol{margin:0;padding:0}.yg-header li{margin:0;padding:0}.yg-header nav{line-height:1}.yg-header a{line-height:1}.yg-header{font-size:16px}.yg-header .yg-tabs a{font-size:16px}.yg-header .lgmc-switcher{flex:0 0 auto;display:inline-flex;align-items:center;margin:0}.yg-header .brand+.lgmc-switcher{margin-inline-start:8px}@media (max-width:768px){.yg-header .bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;justify-content:initial}.yg-header .brand{justify-self:start;margin:0}.yg-header .lgmc-switcher{justify-self:center;margin:0;white-space:nowrap}.yg-header .yg-header-actions{justify-self:end}.yg-header .brand img{max-height:34px}.yg-header .wallet-pill,.yg-header .yg-wallet-pill{font-size:12px!important;padding:6px 10px!important}}.yg-header .yg-header-actions .wallet-pill,.yg-header .yg-header-actions .yg-wallet-pill{background:#f8fafc!important;color:#111!important;border:1px solid #e5e7eb!important;box-shadow:0 1px 2px rgb(0 0 0 / .06)!important;padding:8px 12px!important;border-radius:999px!important;background-image:none!important}.yg-header .yg-header-actions .wallet-pill *,.yg-header .yg-header-actions .yg-wallet-pill *{color:#111!important}.yg-header .brand{padding-inline-start:4px}.yg-header .yg-header-actions{padding-inline-end:4px}#yg-drawer .yg-drawer-contact{margin-top:10px;padding:10px 0 12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}#yg-drawer .yg-drawer-contact__sep{width:75%;height:2px;background:linear-gradient(to right,transparent,var(--yg-key),transparent);border-radius:999px;opacity:.4;margin:0}#yg-drawer .yg-drawer-contact__title{font-size:16px;font-weight:900;color:var(--yg-key);margin:0;line-height:1.2}#yg-drawer .yg-drawer-whatsapp{margin:0;padding:0;display:flex;align-items:center;justify-content:center;line-height:0}#yg-drawer .yg-drawer-whatsapp img{width:30px;height:auto;display:block}#yg-drawer .yg-drawer-contact__underline{width:34px;height:3px;background:var(--yg-key);border-radius:999px;opacity:.6;margin:0}