html.hbv2-scroll-lock{overflow:hidden}.hbv2-header button,.hbv2-header a,.hbv2-panel button,.hbv2-panel a,.hbv2-tabbar button,.hbv2-tabbar a,.hbv2-mdrawer button,.hbv2-mdrawer a{cursor:pointer}.hbv2-header{position:fixed;top:var(--announcement-bar-height, 0px);left:0;width:100%;z-index:9998;background:var(--white);border-bottom:1px solid var(--black-200)}.hbv2-bar{height:var(--header-height, 61px);display:flex;align-items:center;gap:24px;padding:0 32px;max-width:1440px;margin:0 auto}@media(max-width:990px){.hbv2-bar{height:var(--header-height-mobile, 60px);padding:0 16px;gap:14px}}.hbv2-logo{font-family:var(--body-font);font-weight:700;font-size:20px;color:var(--black);white-space:nowrap;display:flex;align-items:center;transition:opacity .15s ease}.hbv2-logo:hover{opacity:.75}.hbv2-logo img{height:28px;max-width:150px;object-fit:contain;display:block}.hbv2-nav{display:flex;align-items:center;gap:4px}.hbv2-nav-item{display:flex;align-items:center;gap:6px;font-family:var(--body-font);font-weight:700;font-size:15px;color:var(--black);padding:9px 16px;border-radius:12px;border:none;background:none;white-space:nowrap;cursor:pointer;transition:background .18s ease,color .18s ease,transform .15s ease}.hbv2-nav-item:hover{background:var(--black-50);transform:translateY(-1px)}.hbv2-nav-item.is-active{background:var(--black);color:var(--white)}.hbv2-nav-item.is-active:hover{transform:none}.hbv2-nav-item .hbv2-chev{width:11px;height:11px;flex-shrink:0;transition:transform .2s ease}.hbv2-nav-item[aria-expanded=true] .hbv2-chev{transform:rotate(180deg)}.hbv2-nav-item--conseils{color:var(--primary)}.hbv2-nav-item--conseils:hover{background:color-mix(in srgb,var(--primary) 10%,transparent)}.hbv2-badge{font-size:9px;font-weight:700;background:var(--primary);color:var(--white);padding:2px 6px;border-radius:20px;text-transform:uppercase;letter-spacing:.03em}.hbv2-search{flex:1;display:flex;align-items:center;height:38px;background:var(--black-50);border:1.5px solid var(--black-200);border-radius:10px;padding:0 14px;max-width:400px;transition:border-color .15s ease}.hbv2-search:focus-within{border-color:var(--primary)}.hbv2-search predictive-search{display:flex;align-items:center;width:100%;height:100%;position:relative}.hbv2-search .predictive-search{left:auto;right:0;top:calc(100% + 8px);transform:none;min-width:320px;width:640px;max-width:calc(100vw - 32px);border:1px solid var(--black-200);border-radius:10px;overflow:hidden}@media(max-width:990px){.hbv2-search .predictive-search{width:100%;max-width:100%}}.hbv2-search form.search{display:flex;align-items:center;gap:9px;width:100%;height:100%}.hbv2-search form.search svg{width:16px;height:16px;flex-shrink:0;color:var(--black-500)}.hbv2-search form.search input[type=search]{border:none;background:none;outline:none;font-family:var(--body-font);font-size:13.5px;color:var(--black);width:100%;min-width:0;height:100%;padding:0}.hbv2-search form.search input[type=search]::placeholder{color:var(--black-500)}.hbv2-icons{display:flex;align-items:center;gap:18px;margin-left:auto}.hbv2-icons a,.hbv2-icons button{background:none;border:none;padding:0;color:var(--black);cursor:pointer;display:flex;align-items:center;position:relative;transition:transform .18s ease,opacity .18s ease}.hbv2-icons a:hover,.hbv2-icons button:hover{transform:translateY(-2px);opacity:.75}.hbv2-icons svg{width:22px;height:22px}.hbv2-cart-count{position:absolute;top:-6px;right:-7px;background:var(--primary);color:var(--white);font-size:9px;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.hbv2-panel{max-height:0;opacity:0;overflow:hidden;background:var(--black-50);transition:max-height .38s cubic-bezier(.4,0,.2,1),opacity .25s ease;border-bottom:1px solid var(--black-200)}.hbv2-panel.is-open{max-height:900px;opacity:1}.hbv2-panel-inner{max-width:1440px;margin:0 auto;padding:28px 32px 32px}.hbv2-tabs{display:flex;gap:8px;margin-bottom:22px}.hbv2-tab{font-family:var(--body-font);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.04em;padding:9px 18px;border-radius:12px;border:1px solid var(--black-200);background:var(--white);color:var(--black-700);cursor:pointer;transition:background .18s ease,color .18s ease,transform .15s ease}.hbv2-tab:hover:not(.is-active){background:var(--black-100);transform:translateY(-1px)}.hbv2-tab.is-active{background:var(--black);border-color:var(--black);color:var(--white)}.hbv2-tabpanel{display:none}.hbv2-tabpanel.is-active{display:block;animation:hbv2fade .25s ease}@keyframes hbv2fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.hbv2-grid{display:grid;grid-template-columns:2.1fr 1fr;gap:32px;align-items:start}@media(max-width:1100px){.hbv2-grid{grid-template-columns:1fr}}.hbv2-fam{border:1px solid var(--black-200);border-radius:12px;background:var(--white);margin-bottom:10px;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.hbv2-fam:hover{border-color:var(--black-300);box-shadow:0 3px 12px #30301e0f}.hbv2-fam-head{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:14px 18px;border:none;background:none;cursor:pointer}.hbv2-fam-icon{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease}.hbv2-fam:hover .hbv2-fam-icon{transform:scale(1.08)}.hbv2-fam-icon svg{width:16px;height:16px}.hbv2-fam-name{font-family:var(--body-font);font-weight:700;font-size:16px;transition:color .15s ease}.hbv2-fam-count{margin-left:auto;font-size:12px;color:var(--black-500);white-space:nowrap}.hbv2-fam-chev{width:12px;height:12px;color:var(--black-500);flex-shrink:0;transition:transform .2s ease}.hbv2-fam.is-open .hbv2-fam-chev{transform:rotate(180deg)}.hbv2-fam-body{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .2s ease;padding:0 18px}.hbv2-fam.is-open .hbv2-fam-body{max-height:400px;opacity:1;padding:0 18px 14px}@media(hover:hover)and (pointer:fine){.hbv2-fam:hover .hbv2-fam-body{max-height:400px;opacity:1;padding:0 18px 14px}.hbv2-fam:hover .hbv2-fam-chev{transform:rotate(180deg)}}.hbv2-fam-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:9px 0;border-top:1px solid var(--black-100);font-size:14px}.hbv2-fam-row:first-child{border-top:none}.hbv2-fam-row a{color:var(--black);font-weight:600;transition:color .15s ease}.hbv2-fam-row a:hover{color:var(--primary)}.hbv2-fam-row .hbv2-meta{font-size:11.5px;color:var(--black-500);white-space:nowrap}.hbv2-fam-row .hbv2-meta.is-soon{color:var(--primary);font-weight:700}.hbv2-flat-row{display:flex;align-items:baseline;justify-content:space-between;padding:11px 4px;border-bottom:1px solid var(--black-100);font-size:14.5px}.hbv2-flat-row:last-child{border-bottom:none}.hbv2-flat-row a{color:var(--black);font-weight:600;transition:color .15s ease}.hbv2-flat-row a:hover{color:var(--primary)}.hbv2-flat-row .hbv2-meta{font-size:11.5px;color:var(--black-500);white-space:nowrap}.hbv2-footlinks{display:flex;flex-wrap:wrap;align-items:center;gap:8px 20px;padding-top:16px;margin-top:16px;border-top:1px dashed var(--black-200)}.hbv2-footlinks a{font-size:12.5px;color:var(--black-500);text-decoration:underline;text-underline-offset:3px;transition:color .15s ease}.hbv2-footlinks a:hover{color:var(--black-700)}.hbv2-footlinks-all{margin-left:auto;font-weight:700;color:var(--primary)!important;text-decoration:none!important;display:flex;align-items:center;gap:6px;transition:transform .15s ease}.hbv2-footlinks-all:hover{transform:translate(3px)}.hbv2-footlinks-all svg{width:11px;height:11px}.hbv2-spot{background:var(--white);border:1px solid var(--black-200);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}.hbv2-spot-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--black-500);font-weight:700}.hbv2-spot-items{display:flex;gap:10px}.hbv2-spot-item{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.hbv2-spot-img{aspect-ratio:1/1;border-radius:8px;overflow:hidden;background:var(--black-100);display:block}.hbv2-spot-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.hbv2-spot-img:hover img{transform:scale(1.04)}.hbv2-spot-name{font-weight:700;font-size:13px;margin:2px 0 0;color:var(--black);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbv2-spot-price{font-size:12px;color:var(--black-700);margin:0}.hbv2-spot-view{font-size:11.5px;font-weight:700;color:var(--primary)!important;text-decoration:none!important;display:inline-flex;align-items:center;gap:4px;margin-top:2px;transition:transform .15s ease}.hbv2-spot-view:hover{transform:translate(3px)}.hbv2-spot-view svg{width:10px;height:10px}.hbv2-tag{display:inline-flex;align-items:center;font-family:var(--body-font);font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;background:var(--primary);color:var(--white);padding:2px 7px;border-radius:20px;margin-right:7px;vertical-align:middle}.hbv2-cta{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--primary);color:var(--white)!important;font-weight:700;font-size:14px;padding:12px;border-radius:12px;text-align:center;border:none;width:100%;cursor:pointer;text-decoration:none!important;transition:background .18s ease,transform .15s ease}.hbv2-cta:hover{background:var(--hover);transform:translateY(-1px)}.hbv2-cta svg{width:14px;height:14px;transition:transform .18s ease}.hbv2-cta:hover svg{transform:translate(2px)}.hbv2-tabbar{position:fixed;bottom:0;left:0;width:100%;z-index:9998;background:var(--white);border-top:1px solid var(--black-200);display:none;padding:6px 6px calc(6px + env(safe-area-inset-bottom));gap:2px}.hbv2-tabbar-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;color:var(--black-500);padding:6px 2px;position:relative;text-decoration:none!important;transition:color .18s ease,transform .15s ease}.hbv2-tabbar-item svg{width:20px;height:20px}.hbv2-tabbar-item.is-active{color:var(--primary)}.hbv2-tabbar-item:active{transform:scale(.92)}.hbv2-tabbar-lbl{font-size:9.5px;font-weight:600;font-family:var(--body-font)}.hbv2-tabbar-badge{position:absolute;top:2px;right:calc(50% - 15px);width:8px;height:8px;background:var(--primary);border-radius:50%}.hbv2-mdrawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:var(--white);display:flex;flex-direction:column;transform:translateY(100%);transition:transform .32s cubic-bezier(.4,0,.2,1)}.hbv2-mdrawer.is-open{transform:translateY(0)}.hbv2-mdrawer-head{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid var(--black-200);padding-top:calc(16px + env(safe-area-inset-top));flex-shrink:0}.hbv2-mdrawer-title{font-family:var(--body-font);font-weight:700;font-size:18px;flex:1}.hbv2-mdrawer-close{background:none;border:none;color:var(--black);padding:4px;transition:transform .15s ease}.hbv2-mdrawer-close:hover{transform:rotate(90deg)}.hbv2-mdrawer-close svg{width:18px;height:18px}.hbv2-mdrawer-body{flex:1;overflow-y:auto;padding:16px 16px calc(90px + env(safe-area-inset-bottom))}.hbv2-mdrawer .hbv2-search{max-width:none;margin-bottom:16px}.hbv2-mdrawer .hbv2-tabs{margin-bottom:18px}@media(max-width:990px){.hbv2-tabbar{display:flex}.hbv2-panel{display:none}#MainContent{padding-bottom:66px}body:has(.hbv2-tabbar) .mm-cta-sticky{bottom:78px!important}}@media(min-width:991px){.hbv2-mdrawer{display:none!important}}@media(prefers-reduced-motion:reduce){.hbv2-panel,.hbv2-tabpanel,.hbv2-fam-body,.hbv2-mdrawer,.hbv2-nav-item,.hbv2-fam,.hbv2-fam-icon,.hbv2-fam-chev,.hbv2-cta,.hbv2-tab,.hbv2-icons a,.hbv2-tabbar-item,.hbv2-logo,.hbv2-spot-img img{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/84/assets/component-header-boutique-v2.css.map */
