body.aura-native-header-active .elementor-location-header,
body.aura-native-header-active #masthead.site-header,
body.aura-native-header-active header.site-header{display:none!important}
.aura-native-header{position:relative;z-index:10050;width:100%;color:#1c244b;background:#fff;font-family:Inter,Arial,Helvetica,sans-serif;overflow:visible;isolation:isolate}
.aura-native-header *,.aura-native-header *:before,.aura-native-header *:after{box-sizing:border-box}
.aura-native-header a{text-decoration:none}
.aura-native-header__announcement{display:flex;height:35px;align-items:center;justify-content:center;padding:4px 12px;background:#e5f0ff;color:#9167cf;font-family:Montserrat,Arial,sans-serif;font-size:13px;font-weight:700;line-height:1;text-align:center}
.aura-native-header__main{position:relative;height:57.5px;background:#fff;overflow:visible}
.aura-native-header__inner{display:grid;width:min(918px,calc(100% - 40px));height:100%;grid-template-columns:150px 1fr auto;gap:40px;align-items:center;margin:0 auto}
.aura-native-header__logo{display:block;width:150px;height:auto;line-height:0}
.aura-native-header__logo img{display:block;width:150px;height:auto}
.aura-native-header__desktop-nav,.aura-native-header__desktop-nav>ul,.aura-native-header__desktop-nav li{overflow:visible}
.aura-native-header__desktop-nav>ul{display:flex;align-items:center;gap:50px;margin:0;padding:0;list-style:none}
.aura-native-header__desktop-nav li{position:relative;margin:0;padding:0;list-style:none}
.aura-native-header__desktop-nav>ul>li>a,.aura-native-header__desktop-nav>ul>li>button{display:flex;align-items:center;min-height:20px;margin:0;padding:0;border:0;background:transparent;color:#1c244b;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:400;line-height:16px;white-space:nowrap;cursor:pointer}
.aura-native-header__desktop-nav button span{margin-left:6px;font-size:15px}
.aura-native-header__chevron{display:block;width:11px;height:8px;margin-left:7px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}
.aura-native-header .has-children.is-open>button>.aura-native-header__chevron{transform:rotate(180deg)}
.aura-native-header__desktop-nav>ul>li>a:after,.aura-native-header__desktop-nav>ul>li>button:after{position:absolute;right:0;bottom:-5px;left:0;height:1px;background:#d6c7df;content:"";opacity:0;transition:opacity .15s ease}
.aura-native-header__desktop-nav>ul>li:hover>a:after,.aura-native-header__desktop-nav>ul>li:hover>button:after,.aura-native-header__desktop-nav>ul>li>a:focus-visible:after,.aura-native-header__desktop-nav>ul>li>button:focus-visible:after{opacity:1}
.aura-native-header__submenu{position:absolute;top:100%;left:0;z-index:10060;display:none;width:253px;margin:0;padding:0;background:#fff;list-style:none;box-shadow:none}
.aura-native-header__desktop-nav li.is-open>.aura-native-header__submenu,.aura-native-header__desktop-nav li:hover>.aura-native-header__submenu,.aura-native-header__desktop-nav li:focus-within>.aura-native-header__submenu{display:block}
.aura-native-header__desktop-nav .aura-native-header__submenu li{position:relative;margin:0;padding:0}
.aura-native-header__desktop-nav .aura-native-header__submenu a,.aura-native-header__desktop-nav .aura-native-header__submenu button{display:flex;width:100%;height:46px;align-items:center;justify-content:space-between;margin:0;padding:13px 20px;border:0;background:#fff;color:#1c244b;font-family:Poppins,Arial,sans-serif;font-size:16px;font-weight:400;line-height:20px;text-align:left;white-space:nowrap;cursor:pointer}
.aura-native-header__desktop-nav .aura-native-header__submenu a:hover,.aura-native-header__desktop-nav .aura-native-header__submenu a:focus-visible,.aura-native-header__desktop-nav .aura-native-header__submenu button:hover,.aura-native-header__desktop-nav .aura-native-header__submenu button:focus-visible{background:#f7fbff;color:#a83b72}
.aura-native-header__desktop-nav .aura-native-header__submenu .aura-native-header__submenu{top:0;left:100%;width:302px}
.aura-native-header__actions{display:flex;align-items:center;gap:20px}
.aura-native-header__actions a{display:grid;width:18px;height:24px;place-items:center;color:#000}
.aura-native-header__actions svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.aura-native-header__cart{position:relative}
.aura-native-header__cart-count{position:absolute;top:-4px;right:-9px;display:grid;min-width:16px;height:16px;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#e85b8f;color:#fff;font-family:Montserrat,Arial,sans-serif;font-size:9px;font-weight:800;line-height:1}
.aura-native-header__cart-count[hidden]{display:none}
.aura-native-header__cart.is-aura-cart-confirmed{animation:aura-cart-confirm .72s cubic-bezier(.2,.8,.2,1)}
.aura-native-header__cart.is-aura-cart-confirmed:after{position:absolute;inset:-9px;border:2px solid rgba(232,91,143,.8);border-radius:999px;content:"";animation:aura-cart-ring .72s ease-out both;pointer-events:none}
.aura-native-header__cart-flight{position:fixed;z-index:2147482000;width:68px!important;height:68px!important;margin:0!important;border:2px solid #fff;border-radius:16px;object-fit:cover;opacity:.96;box-shadow:0 12px 30px rgba(28,36,75,.22);transition:transform .7s cubic-bezier(.2,.72,.22,1),opacity .65s ease;pointer-events:none}
@keyframes aura-cart-confirm{0%,100%{transform:scale(1)}45%{transform:scale(1.28)}}
@keyframes aura-cart-ring{0%{transform:scale(.55);opacity:1}100%{transform:scale(1.45);opacity:0}}
@media(prefers-reduced-motion:reduce){.aura-native-header__cart.is-aura-cart-confirmed,.aura-native-header__cart.is-aura-cart-confirmed:after{animation-duration:.01ms}.aura-native-header__cart-flight{display:none}}
.aura-native-header__burger,.aura-native-header__mobile-nav{display:none}
@media(max-width:767px){
	.aura-native-header__announcement{height:35px;padding-inline:8px;font-size:12px}
	.aura-native-header__main{height:52.5px}
	.aura-native-header__inner{width:100%;grid-template-columns:75px minmax(0,1fr) 75px;gap:0}
	.aura-native-header__burger{display:flex;width:30px;height:30px;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin:0 0 0 22px;padding:5px;border:0;background:transparent;color:#1c244b;cursor:pointer}
	.aura-native-header__burger:hover,.aura-native-header__burger:focus,.aura-native-header__burger:focus-visible{border:0!important;background:transparent!important;color:#1c244b!important;box-shadow:none!important}
	.aura-native-header__burger span{display:block;width:17px;height:2px;border-radius:2px;background:currentColor;transition:transform .18s ease,opacity .18s ease}
	.aura-native-header__burger[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
	.aura-native-header__burger[aria-expanded="true"] span:nth-child(2){opacity:0}
	.aura-native-header__burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
	.aura-native-header__logo{width:170px;max-width:100%;min-width:0;justify-self:center}
	.aura-native-header__logo img{width:100%}
	.aura-native-header__desktop-nav{display:none}
	.aura-native-header__actions{justify-self:end;gap:20px;padding-right:17px}
	.aura-native-header__actions a{width:16px;height:27px}
	.aura-native-header__actions svg{width:16px;height:16px}
	.aura-native-header__mobile-nav{position:absolute;top:calc(100% + 4px);left:0;z-index:10060;display:block;width:100%;background:#fff}
	.aura-native-header__mobile-nav[hidden]{display:none}
	.aura-native-header__mobile-nav ul{margin:0;padding:0;list-style:none}
	.aura-native-header__mobile-nav li{margin:0;padding:0;list-style:none}
	.aura-native-header__mobile-nav a,.aura-native-header__mobile-nav button{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;margin:0;padding:10px 20px;border:0;background:#fff;color:#1c244b;font-family:Poppins,Arial,sans-serif;font-size:14px;font-weight:400;line-height:22px;text-align:center;cursor:pointer}
	.aura-native-header__mobile-nav button span{margin-left:8px}
	.aura-native-header__mobile-nav button .aura-native-header__chevron{width:11px;height:8px;margin-left:8px}
	.aura-native-header__mobile-nav a:hover,.aura-native-header__mobile-nav a:focus-visible,.aura-native-header__mobile-nav button:hover,.aura-native-header__mobile-nav button:focus-visible{background:#f7fbff;color:#a83b72}
	.aura-native-header__mobile-nav .aura-native-header__submenu{position:static;display:none;width:100%;background:#f8fcff}
	.aura-native-header__mobile-nav li.is-open>.aura-native-header__submenu{display:block}
	.aura-native-header__mobile-nav .aura-native-header__submenu a,.aura-native-header__mobile-nav .aura-native-header__submenu button{min-height:42px;background:#f8fcff;font-size:13px}
	.aura-native-header__mobile-nav .aura-native-header__submenu .aura-native-header__submenu a{padding-inline:28px;background:#f1f9fd;font-size:12px}
}
