.wt-header-addresses{position:relative;display:inline-flex;align-items:center}.wt-header-addresses__trigger{--_size: var(--wt-header-addresses-icon-size, 22px);--_hit: 44px;display:inline-flex;align-items:center;justify-content:center;min-height:var(--_hit);padding:0 12px;border:0;border-radius:999px;background:rgba(0,0,0,0);color:var(--color-foreground);cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);gap:8px}.wt-header-addresses__trigger:hover{background:rgb(var(--color-foreground-rgb)/var(--opacity-5-15))}.wt-header-addresses__trigger:focus-visible{outline:2px solid currentColor;outline-offset:2px}.wt-header-addresses__icon{display:inline-flex;width:var(--wt-header-addresses-icon-size, 22px);height:var(--wt-header-addresses-icon-size, 22px);align-items:center;justify-content:center}.wt-header-addresses__icon svg{display:block;width:100%;height:100%}.wt-header-addresses__trigger-text{font-size:var(--wt-header-addresses-text-size, 14px);line-height:1;font-weight:550;white-space:nowrap}.wt-header-addresses__icon-image{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.wt-header-addresses__icon-fallback{width:100%;height:100%;border-radius:6px;background:currentColor;opacity:.25}.wt-header-addresses__panel{position:absolute;z-index:var(--layer-raised);top:calc(100% + 28px);width:min(360px,100vw - 24px);background-color:var(--color-background);color:var(--color-foreground);border:var(--style-border-popover);box-shadow:var(--shadow-popover);overflow:hidden;transition-property:display,opacity,translate;transition-duration:.2s;transition-timing-function:var(--ease-out-quad, ease);transition-behavior:allow-discrete;translate:0 12px;opacity:0}.wt-header-addresses__panel.right-bound{right:0}.wt-header-addresses__panel.left-bound{left:0}@media screen and (max-width: 749px){.wt-header-addresses__panel{top:calc(100% + 8px)}}@media screen and (max-width: 380px){.wt-header-addresses__panel{width:min(260px,100vw - 24px)}}.wt-header-addresses__panel:not([hidden]){translate:0 0;opacity:1}@starting-style{.wt-header-addresses__panel:not([hidden]){translate:0 12px;opacity:0}}.wt-header-addresses__list{padding:10px;display:grid;gap:10px}.wt-header-addresses__item{padding:10px;background:rgb(var(--color-foreground-rgb)/var(--opacity-5-15))}.wt-header-addresses__item-title{font-size:var(--wt-header-addresses-text-size, 14px);font-weight:650;line-height:1.2;margin-bottom:6px}.wt-header-addresses__item-phone{display:inline-block;font-size:var(--wt-header-addresses-text-size, 14px);color:inherit;text-decoration:none;font-weight:600}.wt-header-addresses__item-phone:hover{text-decoration:underline;text-underline-offset:3px}.wt-header-addresses__item-address{margin-top:6px;font-size:var(--wt-header-addresses-text-size, 14px);opacity:.85}.wt-header-addresses__item-link{display:inline-block;margin-top:8px;font-size:var(--wt-header-addresses-text-size, 14px);color:inherit;text-decoration:underline;text-underline-offset:3px}