@import"https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap";.hv2{--hv2-text: #131313;--hv2-bg: #FFF0F7;--hv2-soft: #FFCADA;--hv2-selected: #FFB3CC;--hv2-highlight: #DFAF71;--hv2-card: #FFFFFF;--hv2-cta-pink: #FF8CB1;--hv2-cta: #2ECC71;--hv2-featured: #DB4827;--hv2-font: "Poppins", system-ui, -apple-system, sans-serif;--hv2-edge: 20px;--hv2-bar-h: 68px;--hv2-radius: 18px;box-sizing:border-box;font-family:var(--hv2-font);font-weight:500;color:var(--hv2-text);background:var(--hv2-bg)}.hv2 *,.hv2 *:before,.hv2 *:after{box-sizing:border-box}.hv2 .visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(min-width:750px){.hv2{--hv2-bar-h: 84px}}.hv2--sticky{position:sticky;top:0;z-index:1000}header.hv2:not(.hv2--sticky){position:relative;z-index:1000}.hv2--shadow-line{box-shadow:inset 0 -1px 0 var(--hv2-soft)}.hv2--shadow-shadow{box-shadow:0 8px 24px #13131314}.hv2__bar{max-width:1400px;margin:0 auto;min-height:var(--hv2-bar-h);padding:8px var(--hv2-edge);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.hv2__left,.hv2__right{display:flex;align-items:center;gap:6px}.hv2__left{justify-self:start}.hv2__right{justify-self:end}.hv2__center{justify-self:center;min-width:0}.hv2__logo{display:inline-flex;align-items:center;text-decoration:none}.hv2__logo img{display:block;width:var(--hv2-mobile-logo-width, 140px);height:auto}@media(min-width:750px){.hv2__logo img{width:var(--hv2-logo-width, 220px)}}.hv2__logo-text{font-family:var(--hv2-font);font-weight:700;font-size:22px;letter-spacing:.01em;color:var(--hv2-text);white-space:nowrap}@media(min-width:750px){.hv2__logo-text{font-size:26px}}.hv2__icon{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:44px;min-height:44px;padding:6px 8px;border:0;border-radius:14px;background:transparent;color:var(--hv2-text);text-decoration:none;cursor:pointer;transition:background .15s ease,transform .12s ease}.hv2__icon:hover{background:var(--hv2-card)}.hv2__icon:active{transform:scale(.94)}.hv2__icon svg{width:24px;height:24px;display:block}.hv2__icon-label{font-family:var(--hv2-font);font-weight:500;font-size:11px;line-height:1;color:var(--hv2-text)}.hv2__cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--hv2-cta-pink);color:#fff;font-family:var(--hv2-font);font-weight:700;font-size:11px;line-height:18px;text-align:center}.hv2__cart-count[hidden]{display:none}.hv2__cart-count.is-bump{animation:hv2-cart-bump .32s ease}@keyframes hv2-cart-bump{0%{transform:scale(1)}40%{transform:scale(1.4)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.hv2__cart-count.is-bump{animation:none}}.hv2__menu-btn{display:inline-flex}@media(min-width:990px){.hv2__menu-btn{display:none}}.hv2__nav{display:none}@media(min-width:990px){.hv2__nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:center}}.hv2-navitem{position:relative}.hv2-navitem__link{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border:0;border-radius:999px;background:transparent;font-family:var(--hv2-font);font-weight:700;font-size:14px;letter-spacing:.02em;color:var(--hv2-text);text-decoration:none;cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease}.hv2-navitem__link:hover{background:var(--hv2-card)}.hv2-navitem.is-open>.hv2-navitem__link{background:var(--hv2-bg)}.hv2-navitem--featured>.hv2-navitem__link{color:var(--hv2-featured)}.hv2-navitem__caret{width:14px;height:14px;transition:transform .2s ease}.hv2-navitem.is-open>.hv2-navitem__link .hv2-navitem__caret{transform:rotate(180deg)}.hv2-dropdown{position:absolute;top:calc(100% + 10px);left:0;z-index:60;width:max-content;max-width:min(1300px,calc(100vw - 32px));max-height:var(--hv2-fold, 80vh);overflow-y:auto;padding:14px;background:var(--hv2-bg);border:1.5px solid var(--hv2-soft);border-radius:var(--hv2-radius);box-shadow:0 18px 40px #13131324;scrollbar-width:thin;scrollbar-color:var(--hv2-selected) transparent}.hv2-dropdown:before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}.hv2-dropdown::-webkit-scrollbar{width:6px}.hv2-dropdown::-webkit-scrollbar-thumb{background:var(--hv2-selected);border-radius:999px}.hv2-dropdown[hidden]{display:none}.hv2-cols{display:flex;flex-wrap:wrap;align-items:flex-start;gap:4px 14px}.hv2-col{display:flex;flex-direction:column;flex:0 0 auto;width:168px}.hv2-dropdown .hv2-pill__label{white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.15}.hv2-dropdown .hv2-pill{gap:8px;min-height:40px;padding:5px 7px 5px 5px}.hv2-dropdown .hv2-node--child>.hv2-pill{min-height:36px}.hv2-dropdown .hv2-pill--sub{min-height:32px}.hv2-dropdown .hv2-pill__img{width:31px;height:31px;box-shadow:inset 0 0 0 1px var(--hv2-soft)}.hv2-dropdown .hv2-node--child .hv2-pill__img{width:27px;height:27px}.hv2-dropdown .hv2-pill--sub .hv2-pill__img{box-shadow:inset 0 0 0 1px var(--hv2-selected)}.hv2-dropdown .hv2-pill__initial{font-size:12px}.hv2-dropdown .hv2-node--child .hv2-pill__initial{font-size:11px}.hv2-dropdown .hv2-pill__label{font-size:10px;letter-spacing:.01em}.hv2-dropdown .hv2-node--child .hv2-pill__label{font-size:9px}.hv2-dropdown .hv2-pill__chip{width:20px;height:20px}.hv2-dropdown .hv2-pill__chip svg{width:11px;height:11px}.hv2-dropdown .hv2-subtree{padding-left:14px;margin-top:5px}.hv2-dropdown .hv2-subtree__line{left:6px}.hv2-dropdown .hv2-node{margin-bottom:5px}.hv2-dropdown__head{display:block;padding:4px 8px 12px;font-family:var(--hv2-font);font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--hv2-highlight);text-decoration:none}.hv2-dropdown__head:hover{text-decoration:underline}.hv2-tree{display:flex;flex-direction:column}.hv2-node{display:flex;flex-direction:column;margin-bottom:8px}.hv2-node:last-child{margin-bottom:0}.hv2-pill{width:100%;display:flex;flex-direction:row;align-items:center;gap:12px;padding:7px 10px 7px 7px;min-height:58px;border:1.5px solid var(--hv2-soft);border-radius:999px;background:var(--hv2-card);color:var(--hv2-text);text-align:left;text-decoration:none;cursor:pointer;box-shadow:0 6px 18px #13131314;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.hv2-pill:hover{border-color:var(--hv2-selected)}.hv2-node--child>.hv2-pill{min-height:52px;box-shadow:none}.hv2-node.is-open>.hv2-pill{background:var(--hv2-bg);border-color:var(--hv2-soft);box-shadow:none}.hv2-pill__img{flex:0 0 auto;width:44px;height:44px;border-radius:999px;overflow:hidden;background:var(--hv2-soft);box-shadow:inset 0 0 0 1.5px var(--hv2-soft);display:flex;align-items:center;justify-content:center}.hv2-node--child .hv2-pill__img{width:38px;height:38px}.hv2-pill__img img{width:100%;height:100%;object-fit:cover;display:block}.hv2-pill__initial{font-family:var(--hv2-font);font-weight:700;font-size:17px;color:var(--hv2-cta-pink)}.hv2-node--child .hv2-pill__initial{font-size:15px}.hv2-pill__text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.hv2-pill__label{font-family:var(--hv2-font);font-weight:700;font-size:14px;line-height:1.2;letter-spacing:.02em;color:var(--hv2-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv2-node--child .hv2-pill__label{font-size:13px}.hv2-pill__chip{flex:0 0 auto;width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:var(--hv2-bg);transition:background .15s ease,transform .2s ease}.hv2-pill__chip svg{width:15px;height:15px;display:block}.hv2-pill--leaf .hv2-pill__chip{background:transparent}.hv2-pill--leaf .hv2-pill__chip svg{stroke:var(--hv2-cta-pink)}.hv2-node.is-open>.hv2-pill .hv2-pill__chip{background:var(--hv2-selected);transform:rotate(90deg)}.hv2-pill--static{cursor:default}.hv2-pill--static:hover{border-color:var(--hv2-soft)}.hv2-pill--sub{min-height:46px}.hv2-pill--sub .hv2-pill__label{color:var(--hv2-selected);font-weight:600}.hv2-pill--sub .hv2-pill__initial{color:var(--hv2-selected)}.hv2-pill--sub .hv2-pill__chip svg{stroke:var(--hv2-selected)}.hv2-pill--sub .hv2-pill__img{background:#fff;box-shadow:inset 0 0 0 1.5px var(--hv2-selected)}.hv2-pill--sub:hover{border-color:var(--hv2-selected)}.hv2-dropdown .hv2-pill--head .hv2-pill__label,.hv2-dropdown .hv2-pill--sub .hv2-pill__label,.hv2-dropdown .hv2-pill__initial,.hv2-dropdown .hv2-pill--sub .hv2-pill__initial{color:var(--hv2-text)}.hv2-dropdown .hv2-pill--head{background:var(--hv2-selected);border-color:var(--hv2-selected)}.hv2-dropdown .hv2-pill--head:hover{border-color:var(--hv2-selected);filter:brightness(1.02)}.hv2-dropdown .hv2-pill--head .hv2-pill__img{background:#fff;box-shadow:inset 0 0 0 1px #fff}.hv2-dropdown .hv2-pill--head .hv2-pill__chip{background:#fff}.hv2-dropdown .hv2-subtree__line{display:none}.hv2-dropdown .hv2-subtree{padding-left:20px}.hv2-dropdown .hv2-pill--sub .hv2-pill__img{display:none}.hv2-dropdown .hv2-pill--sub{padding-left:14px}.hv2-dropdown__body{display:flex;align-items:flex-start;gap:18px}.hv2-dropdown--mega{max-width:min(1440px,calc(100vw - 32px))}.hv2-mega-banners{flex:0 0 auto;width:320px;display:flex;flex-direction:column;gap:12px}.hv2-mega-banner{position:relative;display:block;width:100%;aspect-ratio:16 / 10;border-radius:14px;overflow:hidden;border:1.5px solid var(--hv2-soft);background:var(--hv2-card);box-shadow:0 6px 18px #13131314;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.hv2-mega-banner:hover{transform:translateY(-2px);box-shadow:0 12px 26px #13131329}.hv2-mega-banner img{width:100%;height:100%;object-fit:cover;display:block}.hv2-mega-banner__cap{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:2px;padding:12px 14px;background:linear-gradient(to top,#1313139e,#13131300);color:#fff}.hv2-mega-banner__h{font-family:var(--hv2-font);font-weight:700;font-size:14px;letter-spacing:.02em}.hv2-mega-banner__t{font-family:var(--hv2-font);font-weight:500;font-size:11px;opacity:.9}.hv2-subtree{position:relative;display:flex;flex-direction:column;padding-left:20px;margin-top:8px}.hv2-subtree[hidden]{display:none}.hv2-subtree__line{position:absolute;left:9px;top:4px;bottom:12px;width:2px;border-radius:2px;background:var(--hv2-soft)}.hv2__search{border-top:1px solid var(--hv2-soft);background:var(--hv2-bg);overflow:hidden;max-height:0;transition:max-height .28s ease}.hv2__search.is-open{max-height:120px}.hv2__search-inner{max-width:1400px;margin:0 auto;padding:0 var(--hv2-edge)}.hv2__search.is-open .hv2__search-inner{padding:14px var(--hv2-edge)}.hv2__search-form{display:flex;align-items:center;gap:10px;background:var(--hv2-card);border:1.5px solid var(--hv2-soft);border-radius:999px;padding:6px 6px 6px 18px}.hv2__search-form svg{width:20px;height:20px;flex:0 0 auto;color:var(--hv2-text)}.hv2__search-input{flex:1 1 auto;min-width:0;border:0;background:none;padding:10px 0;font-family:var(--hv2-font);font-weight:500;font-size:15px;color:var(--hv2-text)}.hv2__search-input:focus{outline:none}.hv2__search-input::placeholder{color:#13131373}.hv2__search-submit{flex:0 0 auto;border:0;border-radius:999px;padding:10px 22px;font-family:var(--hv2-font);font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:var(--hv2-cta-pink);cursor:pointer;transition:filter .15s ease}.hv2__search-submit:hover{filter:brightness(1.04)}.hv2-search-panel{position:fixed;z-index:2147483000;max-height:72vh;overflow-y:auto;padding:8px;background:var(--hv2-bg);border:1.5px solid var(--hv2-soft);border-radius:16px;box-shadow:0 18px 40px #13131329;scrollbar-width:thin;scrollbar-color:var(--hv2-selected) transparent}.hv2-search-panel[hidden]{display:none}.hv2-search-sec+.hv2-search-sec{margin-top:4px;border-top:1px solid var(--hv2-soft);padding-top:6px}.hv2-search-sec__title{padding:6px 8px;font-family:var(--hv2-font);font-weight:700;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--hv2-highlight)}.hv2-search-term{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:999px;text-decoration:none;color:var(--hv2-text);font-family:var(--hv2-font);font-weight:500;font-size:13px}.hv2-search-term:hover{background:var(--hv2-card)}.hv2-search-term svg{width:15px;height:15px;flex:0 0 auto;color:var(--hv2-cta-pink)}.hv2-search-term span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv2-search-prod{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:12px;text-decoration:none;color:var(--hv2-text)}.hv2-search-prod:hover{background:var(--hv2-card)}.hv2-search-prod__img{flex:0 0 auto;width:44px;height:44px;border-radius:10px;overflow:hidden;background:var(--hv2-soft)}.hv2-search-prod__img img{width:100%;height:100%;object-fit:cover;display:block}.hv2-search-prod__t{min-width:0;display:flex;flex-direction:column;gap:2px}.hv2-search-prod__title{font-family:var(--hv2-font);font-weight:600;font-size:13px;color:var(--hv2-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv2-search-prod__meta{font-family:var(--hv2-font);font-weight:500;font-size:11px;color:#1313138c}.hv2-search-empty{padding:16px;text-align:center;font-family:var(--hv2-font);font-weight:500;font-size:12px;color:#1313138c}.hv2-search-term span mark,.hv2-search-term span b{background:none;color:var(--hv2-text);font-weight:700}.hv2__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1090;background:#13131361;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.hv2__backdrop.is-open{opacity:1;visibility:visible}.hv2__drawer{position:fixed;top:0;left:0;z-index:1100;width:min(88vw,420px);height:100%;display:flex;flex-direction:column;background:var(--hv2-bg);box-shadow:0 0 50px #13131340;transform:translate(-100%);transition:transform .28s ease}.hv2__drawer.is-open{transform:translate(0)}.hv2__drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px var(--hv2-edge);border-bottom:1px solid var(--hv2-soft)}.hv2__drawer-title{font-family:var(--hv2-font);font-weight:700;font-size:15px;letter-spacing:.04em;text-transform:uppercase;color:var(--hv2-text)}.hv2__drawer-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:999px;background:var(--hv2-card);color:var(--hv2-text);cursor:pointer;transition:background .15s ease}.hv2__drawer-close:hover{background:var(--hv2-soft)}.hv2__drawer-close svg{width:20px;height:20px}.hv2__drawer-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px var(--hv2-edge);border-bottom:1px solid var(--hv2-soft)}.hv2__drawer-logo{display:inline-flex;align-items:center;min-width:0;text-decoration:none}.hv2__drawer-logo img{display:block;width:auto;max-height:34px;max-width:190px}.hv2__drawer-logo-text{font-family:var(--hv2-font);font-weight:700;font-size:20px;color:var(--hv2-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv2__drawer-search{padding:12px var(--hv2-edge);border-bottom:1px solid var(--hv2-soft)}.hv2__drawer-search .hv2__search-form{margin:0;padding:6px 16px}.hv2__drawer-navbar{display:flex;align-items:center;gap:10px;padding:12px var(--hv2-edge) 2px}.hv2__drawer-navbar[hidden]{display:none}.hv2__drawer-navbar .hv2__drawer-title{flex:1 1 auto;text-align:left;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv2__drawer-back{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 auto;border:0;border-radius:999px;background:var(--hv2-card);color:var(--hv2-text);cursor:pointer;transition:background .15s ease}.hv2__drawer-back:hover{background:var(--hv2-soft)}.hv2__drawer-back svg{width:20px;height:20px}.hv2__drawer-back.is-hidden{visibility:hidden}.hv2__drawer-title{flex:1 1 auto;min-width:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv2__drawer-body{position:relative;flex:1 1 auto;overflow:hidden}.hv2-panel{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px var(--hv2-edge) 24px;transform:translate(100%);visibility:hidden;transition:transform .28s ease,visibility 0s linear .28s}.hv2-panel.is-active{transform:translate(0);visibility:visible;transition:transform .28s ease,visibility 0s}.hv2-panel.is-prev{transform:translate(-100%);visibility:hidden;transition:transform .28s ease,visibility 0s linear .28s}.hv2-panel__list{display:flex;flex-direction:column;max-width:560px;width:100%;margin:0 auto}.hv2-panel__list>.hv2-pill{margin-bottom:8px}.hv2-pill--all{min-height:48px;justify-content:space-between;padding-left:18px;background:var(--hv2-bg);border-color:var(--hv2-soft);box-shadow:none}.hv2-pill--all .hv2-pill__label{letter-spacing:.04em;text-transform:uppercase;font-size:12px;color:var(--hv2-highlight)}@media(prefers-reduced-motion:reduce){.hv2-panel{transition:none}}.hv2__drawer-foot{padding:14px var(--hv2-edge) calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--hv2-soft);display:flex;gap:10px}.hv2__drawer-cta{flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;border-radius:999px;font-family:var(--hv2-font);font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:filter .15s ease,background .15s ease}.hv2__drawer-cta--account{color:var(--hv2-text);background:var(--hv2-soft)}.hv2__drawer-cta--account:hover{background:var(--hv2-selected)}.hv2__drawer-cta svg{width:18px;height:18px}@media(prefers-reduced-motion:reduce){.hv2__drawer,.hv2__backdrop,.hv2__search{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/header-v2.css.map */
