@charset "UTF-8";

.stm-header-topbar{position:relative;z-index:5;min-height:var(--stm-topbar-height);border-bottom:1px solid var(--stm-header-border);background:var(--stm-header-topbar-bg);background:linear-gradient(180deg,color-mix(in srgb,var(--stm-header-topbar-bg) 92%,var(--stm-color-surface)) 0%,var(--stm-header-topbar-bg) 100%);box-shadow:var(--stm-header-topbar-edge-shadow);color:var(--stm-header-topbar-text)}
.stm-header-topbar__inner{min-height:var(--stm-topbar-height);display:flex;align-items:center;justify-content:space-between;gap:var(--stm-header-topbar-gap)}
.stm-header-socials,.stm-header-topbar-menu{display:flex;align-items:center;gap:var(--stm-header-topbar-gap);margin:0;padding:0;list-style:none}
.stm-header-socials a{display:grid;width:var(--stm-header-topbar-social-size);height:var(--stm-header-topbar-social-size);place-items:center;text-decoration:none;transition:color var(--stm-transition-fast),transform var(--stm-transition-fast)}
.stm-header-socials a:hover{color:var(--stm-color-primary);transform:translateY(-1px)}
.stm-header-socials .dashicons{width:var(--stm-header-topbar-icon-size);height:var(--stm-header-topbar-icon-size);font-size:var(--stm-header-topbar-icon-size);line-height:1}
.stm-header-topbar-menu a{display:flex;align-items:center;gap:var(--stm-header-topbar-item-gap);min-height:var(--stm-topbar-height);font-size:var(--stm-header-topbar-font-size);font-weight:var(--stm-weight-medium);line-height:1;text-decoration:none;white-space:nowrap;transition:color var(--stm-transition-fast)}
.stm-header-topbar-menu .dashicons{flex:0 0 auto;width:var(--stm-header-topbar-menu-icon-size);height:var(--stm-header-topbar-menu-icon-size);font-size:var(--stm-header-topbar-menu-icon-size);line-height:1}
.stm-header-topbar-menu__label{display:block}
.stm-header-topbar-menu a:hover,.stm-header-topbar-menu .current-menu-item>a{color:var(--stm-color-primary)}

.stm-header-topbar-menu__icon{display:block;flex:0 0 var(--stm-header-topbar-menu-icon-size);width:var(--stm-header-topbar-menu-icon-size);height:var(--stm-header-topbar-menu-icon-size);background:currentColor;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-position:center;mask-repeat:no-repeat;mask-size:contain}
.stm-header-topbar-menu__icon--location{-webkit-mask-image:url("../../icons/store-location.svg");mask-image:url("../../icons/store-location.svg")}
.stm-header-topbar-menu__icon--dealer{-webkit-mask-image:url("../../icons/brands.svg");mask-image:url("../../icons/brands.svg")}
.stm-header-topbar-menu__icon--help{-webkit-mask-image:url("../../icons/help-center.svg");mask-image:url("../../icons/help-center.svg")}
.stm-header-topbar-menu__icon--privacy{-webkit-mask-image:url("../../icons/privacy-policy.svg");mask-image:url("../../icons/privacy-policy.svg")}
.stm-header-topbar-menu__icon--link{-webkit-mask-image:url("../../icons/arrow-right.svg");mask-image:url("../../icons/arrow-right.svg")}
