.wh-announce{background:#81d1d2;padding:10px 0;overflow:hidden;width:100%;max-width:100vw}.wh-announce__track{display:flex;animation:wh-announce 22s linear infinite;white-space:nowrap;width:max-content}.wh-announce__item{font-family:var(--wh-font-sans, "Inter", sans-serif);font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#134978;padding:0 40px;flex-shrink:0}.wh-announce__dot{color:#134978;font-size:16px;flex-shrink:0;line-height:1}@keyframes wh-announce{0%{transform:translate(0)}to{transform:translate(-50%)}}.wh-header{background:#134978;border-bottom:1px solid rgba(129,209,210,.25);position:sticky;top:0;z-index:200;transition:box-shadow .3s ease;width:100%;max-width:100vw;overflow:visible}.wh-header.scrolled{box-shadow:0 4px 24px #1349782e}.wh-header__inner{display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"logo nav actions";align-items:center;padding:0 48px;height:76px;max-width:1440px;margin:0 auto;box-sizing:border-box;width:100%}.wh-header__logo{grid-area:logo;display:inline-flex;align-items:center;gap:12px;text-decoration:none;justify-self:start;flex-shrink:0}.wh-header__logo-img{height:30px;width:auto;display:block}.wh-header__logo-mark{width:38px;height:38px;background:#2899db;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0;transition:background .25s ease}.wh-header__logo:hover .wh-header__logo-mark{background:#81d1d2}.wh-header__logo-text{display:flex;flex-direction:column;gap:2px}.wh-header__logo-name{font-family:var(--wh-font-serif, "Cormorant Garamond", serif);font-size:19px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#fff;line-height:1;transition:color .2s}.wh-header__logo:hover .wh-header__logo-name{color:#81d1d2}.wh-header__logo-tagline{font-family:var(--wh-font-sans, "Inter", sans-serif);font-size:8px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#d0e2d2}.wh-header__nav{grid-area:nav;display:flex;align-items:center}.wh-nav__item{position:relative}.wh-nav__link{display:inline-flex;align-items:center;gap:5px;padding:0 16px;height:76px;font-family:var(--wh-font-sans, "Inter", sans-serif);font-size:13px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#d0e2d2d9;text-decoration:none;transition:color .2s ease;white-space:nowrap;position:relative}.wh-nav__link:after{content:"";position:absolute;bottom:0;left:16px;right:16px;height:1.5px;background:#81d1d2;transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.wh-nav__item:hover>.wh-nav__link,.wh-nav__link:focus-visible{color:#fff}.wh-nav__item:hover>.wh-nav__link:after{transform:scaleX(1)}.wh-nav__link--highlight{color:#81d1d2!important}.wh-nav__link--highlight:after{background:#81d1d2}.wh-nav__chevron{width:9px;height:9px;transition:transform .2s ease;opacity:.5;flex-shrink:0}.wh-nav__item:hover .wh-nav__chevron{transform:rotate(180deg);opacity:.9}.wh-nav__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:#fff;border:1px solid #c2dde0;border-top:2px solid #2899db;box-shadow:0 24px 56px #1349781f,0 4px 16px #1349780f;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s;border-radius:0 0 3px 3px;z-index:300}.wh-nav__item:hover .wh-nav__dropdown,.wh-nav__item:focus-within .wh-nav__dropdown{opacity:1;visibility:visible;pointer-events:all;transform:translate(-50%) translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s linear 0s}.wh-nav__dropdown--mega{padding:28px;min-width:520px}.wh-nav__dropdown-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.wh-dropdown__card{display:block;padding:14px;border-radius:2px;text-decoration:none;border:1px solid transparent;transition:background .15s ease,border-color .15s ease}.wh-dropdown__card:hover{background:#eef5f5;border-color:#c2dde0}.wh-dropdown__card-img{width:100%;aspect-ratio:4/3;background:#d0e2d2;border-radius:2px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;font-size:28px;overflow:hidden}.wh-dropdown__card-img-real{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:2px;margin-bottom:10px;display:block}.wh-dropdown__card-label{font-family:var(--wh-font-sans, "Inter", sans-serif);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#134978;margin-bottom:3px}.wh-dropdown__card-sub{font-size:11px;font-weight:400;color:#2899db}.wh-nav__dropdown--simple{min-width:200px;padding:12px 0;left:0;transform:translateY(10px)}.wh-nav__item:hover .wh-nav__dropdown--simple,.wh-nav__item:focus-within .wh-nav__dropdown--simple{transform:translateY(0)}.wh-dropdown__simple-link{display:block;padding:10px 24px;font-family:var(--wh-font-sans, "Inter", sans-serif);font-size:14px;font-weight:400;letter-spacing:.06em;color:#134978;text-decoration:none;transition:color .15s,background .15s}.wh-dropdown__simple-link:hover{color:#2899db;background:#eef5f5}.wh-header__actions{grid-area:actions;display:flex;align-items:center;gap:4px;justify-self:end;flex-shrink:0}.wh-action-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:2px;background:transparent;border:none;cursor:pointer;color:#d0e2d2d9;text-decoration:none;transition:color .2s,background .2s;flex-shrink:0;box-sizing:border-box}.wh-action-btn:hover{color:#fff;background:#2899db40}.wh-action-btn svg{width:18px;height:18px;flex-shrink:0}.wh-action-btn__cart{background:#2899db;color:#fff;padding:0 18px;width:auto;gap:7px;font-family:var(--wh-font-sans, "Inter", sans-serif);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;border-radius:2px;margin-left:8px;height:40px;white-space:nowrap}.wh-action-btn__cart:hover{background:#81d1d2;color:#134978}.wh-cart-label{display:inline}.wh-cart-count{background:#81d1d2;color:#134978;font-size:9px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;line-height:1}.wh-header__divider{width:1px;height:20px;background:#81d1d24d;margin:0 4px;flex-shrink:0}.wh-search-wrap{position:relative;display:flex;align-items:center}.wh-search-expand{position:absolute;right:44px;top:50%;transform:translateY(-50%);width:0;overflow:hidden;transition:width .3s cubic-bezier(.25,.46,.45,.94);pointer-events:none}.wh-search-wrap.open .wh-search-expand{width:220px;pointer-events:all}.wh-search-input{width:100%;background:#fff;border:1px solid #c2dde0;padding:9px 14px;font-family:var(--wh-font-sans, "Inter", sans-serif);font-size:12px;color:#134978;outline:none;border-radius:2px;transition:border-color .2s;box-sizing:border-box}.wh-search-input:focus{border-color:#81d1d2}.wh-search-input::placeholder{color:#13497859}.wh-mobile-toggle{display:none}.wh-mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#eef5f5;z-index:9999;flex-direction:column;padding:96px 32px 48px;overflow-y:auto;overflow-x:hidden;transform:translate(-100%);transition:transform .35s cubic-bezier(.25,.46,.45,.94);box-sizing:border-box;width:100%}.wh-mobile-menu.open{transform:translate(0)}.wh-mobile-nav{flex:1}.wh-mobile-nav__item{border-bottom:1px solid #c2dde0}.wh-mobile-nav__link{display:flex;align-items:center;justify-content:space-between;padding:14px 0;font-family:var(--wh-font-sans, "Inter", sans-serif);font-size:14px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#111;text-decoration:none;transition:color .2s}.wh-mobile-nav__link:hover{color:#2899db}.wh-mobile-nav__link--highlight{color:#81d1d2!important}.wh-mobile-chevron{width:14px;height:14px;opacity:.4;flex-shrink:0}.wh-mobile-sub{padding:4px 0 16px;display:none;flex-direction:column;gap:2px}.wh-mobile-nav__item.open .wh-mobile-sub{display:flex}.wh-mobile-nav__item.open .wh-mobile-chevron{transform:rotate(180deg)}.wh-mobile-sub__link{padding:8px 0;font-family:var(--wh-font-sans, "Inter", sans-serif);font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#2899db;text-decoration:none;transition:color .2s}.wh-mobile-sub__link:hover{color:#134978}.wh-mobile-footer{padding-top:32px;display:flex;gap:24px}.wh-mobile-footer__link{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#2899db;text-decoration:none;transition:color .2s}.wh-mobile-footer__link:hover{color:#134978}.wh-mobile-menu__close{position:absolute;top:20px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(19,73,120,.2);border-radius:50%;cursor:pointer;color:#134978;transition:background .2s,color .2s}.wh-mobile-menu__close:hover{background:#134978;color:#fff}.wh-mobile-menu__close svg{width:18px;height:18px}@media(max-width:1024px){.wh-header__inner{grid-template-columns:1fr auto 1fr;grid-template-areas:"hamburger logo actions";padding:0 16px;height:64px}.wh-mobile-toggle{display:inline-flex;grid-area:hamburger;justify-self:start}.wh-header__nav{display:none}.wh-header__logo{grid-area:logo;justify-self:center}.wh-header__actions{grid-area:actions;justify-self:end;gap:2px}.wh-mobile-menu{display:flex}.wh-search-wrap,.wh-wishlist-btn,.wh-header__divider,.wh-cart-label{display:none}.wh-action-btn__cart{position:relative;width:40px;height:40px;padding:0;margin-left:0;gap:0;justify-content:center;background:transparent;color:#d0e2d2d9}.wh-action-btn__cart:hover{background:#2899db40;color:#fff}.wh-cart-count{position:absolute;top:4px;right:2px;min-width:14px;height:14px;font-size:8px;padding:0 3px}.wh-header__logo-text{display:none}.wh-header__logo-mark{width:32px;height:32px;font-size:15px}}@media(max-width:480px){.wh-header__logo-tagline{display:none}.wh-header__inner{padding:0 12px}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/white-hippo-header.css.map */
