button svg{pointer-events:none}.header__section{position:-webkit-sticky;position:sticky;top:0;z-index:3}.header__section:has(mobile-menu-ui.open){z-index:1100}body:has(mobile-menu-ui.open) .collection-bbe-sticky{visibility:hidden;pointer-events:none}.header{background-color:#fff;width:100%;height:55px;display:flex;align-items:center;justify-content:center;padding:0 16px}@media screen and (min-width:750px){.header{height:65px;padding:0 20px}}.header-nav{width:100%;height:100%;max-width:1600px;display:flex;align-items:center;justify-content:space-between}.header-nav__burger-button{display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;cursor:pointer;color:#000}.header-nav__burger-button svg{width:28px;height:28px;stroke-width:1.5}.header-nav-left-menu,.header-nav-center-menu,.header-nav-right-menu{display:flex;align-items:center;gap:8px}.header-nav-left-menu{width:25%;justify-content:flex-start}.header-nav-center-menu{justify-content:center}.header-nav-center-menu a,.header-nav-center-menu__logo-link{-webkit-appearance:none;appearance:none;color:#000}.header-nav-center-menu__logo-link{display:flex;align-items:center;justify-content:center;max-width:100%}.header-nav-right-menu{width:25%;justify-content:flex-end}.header-nav-center-menu__logo-img,.header-nav-center-menu img{width:auto;height:auto;max-width:var(--bbe-header-logo-max-w-sm, 110px);max-height:var(--bbe-header-logo-max-h, 50px);object-fit:contain}.header-nav-center-menu__logo-fallback{display:inline-block;font-weight:700;font-size:14px;text-transform:uppercase;max-width:var(--bbe-header-logo-max-w-sm, 110px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:368px){.header-nav-center-menu__logo-img,.header-nav-center-menu img,.header-nav-center-menu__logo-fallback{max-width:var(--bbe-header-logo-max-w-md, 120px)}}@media screen and (min-width:750px){.header-nav-left-menu,.header-nav-center-menu,.header-nav-right-menu{gap:11px}.header-nav-center-menu__logo-img,.header-nav-center-menu img,.header-nav-center-menu__logo-fallback{max-width:var(--bbe-header-logo-max-w, 150px)}.header-nav-left-menu{width:256px;justify-content:flex-start}.header-nav-right-menu{width:256px;justify-content:flex-end}}.header-nav__link,.collection-bbe-filter-btn{font-family:var(--font-body-family);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:normal;color:#000}.header-nav__link{display:inline-block;padding:2px;text-decoration:none;margin-left:8.4px;text-wrap:nowrap;white-space:nowrap;-webkit-white-space:nowrap;-webkit-appearance:none;appearance:none;cursor:pointer;border:none;background-color:transparent}.header-nav__link:hover{text-decoration:underline}.header-nav__icons{display:flex;align-items:center;gap:4px;margin-left:16px}@media screen and (min-width:750px){.header-nav-right-menu .market-select{gap:.35rem;margin-left:-8px;margin-right:2px}.header-nav-right-menu .market-select svg{width:1.55rem;height:1.55rem}.header-nav-right-menu .market-select img{width:2.05rem;height:auto;max-height:2.05rem;object-fit:contain}}.header-nav__link-icon{display:flex;align-items:center;justify-content:center;color:#000;position:relative;cursor:pointer;box-sizing:border-box;margin:0;padding:0;border:none;background:transparent;text-decoration:none;flex-shrink:0}.header-nav__link-icon svg{stroke-width:1.5}@media screen and (max-width:749px){.header-nav__link-icon{width:44px;height:44px}.header-nav__link-icon+.header-nav__link-icon{margin-left:-18px}#cart-icon-bubble .navbar-icons-cart__counter{top:4px;right:4px}}@media screen and (min-width:750px){.header-nav__icons{gap:8px}}@media screen and (max-width:1200px){.header-mobile-hidden{display:none}}@media screen and (min-width:1200px){.header-desktop-hidden{display:none}}mobile-menu-ui.open .sidemenu-overlay{display:block!important;z-index:1101}.sidemenu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000038;z-index:9;transition:all .3s ease}mobile-menu-ui.open .sidemenu-container{transform:translate(0);z-index:1102}.sidemenu-container{position:fixed;top:0;left:0;height:100dvh;width:100%;max-width:550px;background-color:var(--color-secondary-400);z-index:10;transform:translate(-102%);transition:transform .3s ease;display:flex;flex-direction:column;min-height:0;overflow:hidden}.sidemenu-header{background-color:#000;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;height:55px}.sidemenu-header__logo img,.sidemenu-header__logo-img{width:auto;height:auto;max-width:var(--bbe-menu-logo-max-w, 100px);max-height:var(--bbe-menu-logo-max-h, 40px);object-fit:contain}.sidemenu-header__icons{display:flex;align-items:center;gap:14px}.sidemenu-header__icon{background-color:transparent;border:none;text-decoration:none;color:#fff;cursor:pointer}.sidemenu-close-button svg{width:28px;height:28px}.sidemenu-panels__container{position:relative;flex:1 1 auto;min-height:0;overflow:hidden}.sidemenu-panels{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;overflow:hidden}.sidemenu-panel{display:flex;flex-direction:column;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;min-height:0;overflow:hidden;transform:translate(100%);transition:transform .3s ease;background-color:var(--color-secondary-400);z-index:5}@supports (not (selector(:has(*)))){.sidemenu-panel{transition:none!important}}.sidemenu-panel.main-panel{transform:translate(-30%)}.sidemenu-panel.active{transform:translate(0)}.sidemenu-panel__content{margin-top:16px;padding:10px 0 32px;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box}.sidemenu-panel:not(.main-panel) .sidemenu-panel__content{margin-top:0;padding-top:0}.sidemenu-panel__content>*{flex-shrink:0}.sidemenu-panel__inner{padding:0 16px 32px}.sidemenu-banner{display:flex;align-items:flex-start;justify-content:space-between;box-sizing:border-box;max-width:calc(100% - 32px);width:calc(100% - 32px);margin-left:16px;margin-right:16px;margin-bottom:16px;border-radius:16px;overflow:hidden;-webkit-appearance:none;appearance:none;text-decoration:none;cursor:pointer}.sidemenu-banner--single{display:block;position:relative}.sidemenu-banner--no-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px;row-gap:0;align-items:center}.sidemenu-banner--no-cta:not(.sidemenu-banner--has-thumb){grid-template-columns:minmax(0,1fr)}.sidemenu-banner--no-cta .sidemenu-banner__content--rte{gap:.3rem}.sidemenu-banner--no-cta .sidemenu-banner__image{max-width:100%;align-self:center;justify-self:end}.sidemenu-banner--no-cta .sidemenu-banner__image img{max-width:min(100%,88px);max-height:72px}.sidemenu-banner__card-hit-area{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit;text-decoration:none;cursor:pointer}.sidemenu-banner__card-hit-area:focus-visible{outline:2px solid currentColor;outline-offset:-2px}.sidemenu-banner__card-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;width:100%;min-width:0;box-sizing:border-box;position:relative;z-index:1}.sidemenu-banner__card-inner--has-hit{pointer-events:none}.sidemenu-banner__card-inner--has-hit .sidemenu-banner__content a{pointer-events:auto}.sidemenu-banner--single.sidemenu-banner--has-min-height{display:flex;flex-direction:column;justify-content:center}.sidemenu-banner--single.sidemenu-banner--has-min-height .sidemenu-banner__card-inner{flex:0 0 auto;align-items:center}.sidemenu-banner--bg-cover{position:relative;overflow:hidden}.sidemenu-banner--bg-cover:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--sidemenu-banner-bg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.sidemenu-banner--bg-cover .sidemenu-banner__content{position:relative;z-index:1}.sidemenu-banner--with-cta{display:block}.sidemenu-banner__body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:.375rem;position:relative;z-index:1}.sidemenu-banner--with-cta .sidemenu-banner__main-link{display:block;width:100%;min-width:0;box-sizing:border-box;text-decoration:none;color:inherit}.sidemenu-banner--with-cta.sidemenu-banner--has-min-height{align-items:center}.sidemenu-banner--bg-cover.sidemenu-banner--with-cta .sidemenu-banner__body,.sidemenu-banner--bg-cover.sidemenu-banner--with-cta .sidemenu-banner__thumb-link{position:relative;z-index:1}.sidemenu-banner__with-cta-layout{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;column-gap:12px;row-gap:10px;align-items:center;width:100%;min-width:0;flex:0 0 auto}.sidemenu-banner--with-cta:not(.sidemenu-banner--has-thumb) .sidemenu-banner__with-cta-layout{grid-template-columns:minmax(0,1fr)}.sidemenu-banner__text-stack{grid-column:1;grid-row:1;min-width:0;position:relative;align-self:start;color:inherit}.sidemenu-banner__text-hit-area{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:8px;text-decoration:none;cursor:pointer}.sidemenu-banner__text-hit-area:focus-visible{outline:2px solid currentColor;outline-offset:2px}.sidemenu-banner__text-stack--has-hit .sidemenu-banner__content{position:relative;z-index:1;pointer-events:none}.sidemenu-banner__text-stack--has-hit .sidemenu-banner__content a{pointer-events:auto}.sidemenu-banner--with-cta .sidemenu-banner__cta.btn{position:relative;z-index:2;align-self:center;box-sizing:border-box;width:auto;max-width:100%;margin:0;padding:4px 14px;display:inline-flex;align-items:center;justify-content:center;font-size:.8125rem;line-height:1.35;font-weight:700;text-decoration:none;text-align:center;white-space:normal;word-break:break-word;min-height:0;min-width:2.75rem}.sidemenu-banner__main-link{grid-column:1;grid-row:1}.sidemenu-banner__thumb-link{grid-column:2;grid-row:1;justify-self:end}.sidemenu-banner__cta--fullwidth{grid-column:1 / -1;grid-row:2}.sidemenu-banner--with-cta .sidemenu-banner__cta--fullwidth.btn{width:100%;justify-self:stretch}.sidemenu-banner__cta--inline-left{grid-column:1;grid-row:2}.sidemenu-banner--with-cta .sidemenu-banner__cta--inline-left.btn{width:auto;min-width:clamp(9rem,44%,14rem);justify-self:start}.sidemenu-banner--cta-inline-left .sidemenu-banner__with-cta-layout{row-gap:8px}@media screen and (min-width:750px){.sidemenu-banner--with-cta .sidemenu-banner__cta.btn.btn-sm{padding:4px 14px;font-size:.875rem}.sidemenu-banner--with-cta .sidemenu-banner__cta--inline-left.btn.btn-sm{min-width:clamp(10rem,46%,16rem)}}.sidemenu-banner__thumb-link{flex:0 0 auto;align-self:center;position:relative;z-index:2;color:inherit;text-decoration:none;border-radius:8px}.sidemenu-banner__thumb-link:focus-visible{outline:2px solid currentColor;outline-offset:2px}.sidemenu-banner__thumb-static{flex:0 0 auto;align-self:center;position:relative;z-index:2;cursor:default}.sidemenu-banner__cta--inert{pointer-events:none;cursor:not-allowed;opacity:.65}.sidemenu-banner__content--rte{flex:1 1 auto;min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word;display:flex;flex-direction:column;gap:.4rem}.sidemenu-banner__heading{margin:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.sidemenu-banner__text.rte{margin:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word;display:flex;flex-direction:column;gap:.35rem}.sidemenu-banner__text.rte p{margin:0;max-width:100%}.sidemenu-banner__text.rte p:last-child{margin-bottom:0}.sidemenu-banner__text.rte a,.sidemenu-banner__heading a{color:inherit;text-decoration:underline;text-underline-offset:2px;overflow-wrap:anywhere;word-break:break-word}.sidemenu-banner__text.rte ul,.sidemenu-banner__text.rte ol{margin:.25em 0 .35em;padding-left:1.15em}.sidemenu-item{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 32px);background-color:#fff;padding:12px;cursor:pointer;border-radius:8px;border:none;text-transform:uppercase;font-size:18px;font-weight:700;margin:0 16px 16px;color:#000;-webkit-appearance:none;appearance:none;text-decoration:none}.sidemenu-item span,.sidemenu-item svg{pointer-events:none}.sidemenu-item__content{display:flex;align-items:center;gap:14px}.menu-badge{padding:2px 10px;display:flex;align-items:center;justify-content:center;font-size:14px}@media screen and (min-width:750px){.menu-badge{font-size:18px}}.sidemenu-item__back-button{position:sticky;top:0;display:flex;align-items:center;gap:10px;padding:10px 14px;width:100%;border-radius:0;margin-bottom:0;background-color:var(--color-secondary-400);border:none;cursor:pointer;font-size:16px;font-weight:700;color:#000;z-index:1}.sidemenu-product{position:relative;display:flex;align-items:center;gap:14px;cursor:pointer;background-color:#fff;padding:8px 12px;margin-bottom:12px;border-radius:6px;color:#000;text-decoration:none;min-width:0}.sidemenu-product__thumbnail{flex:0 0 auto;overflow:hidden;border-radius:4px}.sidemenu-product__thumbnail img{display:block;width:80px;min-width:80px;height:80px;object-fit:cover}@media screen and (min-width:640px){.sidemenu-product__thumbnail img{width:100px;min-width:100px;height:100px}}.sidemenu-product__content{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;overflow:hidden}.sidemenu-product__title{font-weight:700;font-size:15px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.sidemenu-product__rating{min-height:16px;line-height:1.2}.sidemenu-product__rating .jdgm-preview-badge,.sidemenu-product__rating.jdgm-widget{font-size:13px;line-height:1.2}.sidemenu-product__rating .jdgm-prev-badge__stars{display:inline-flex;align-items:center;gap:1px}.sidemenu-product__rating .jdgm-star{font-size:13px!important;line-height:1!important;padding:0!important;margin:0!important}.sidemenu-product__rating .jdgm-prev-badge__text{font-size:13px}.sidemenu-footer{padding:20px;border-top:1px solid #e0e0e0;background-color:#fff;margin-top:auto}.sidemenu-footer__main-menu{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;grid-row-gap:12px}@media screen and (min-width:750px){.sidemenu-footer__main-menu{gap:16px}}.sidemenu-footer__link{color:#000;text-decoration:none;display:flex;align-items:center;justify-content:flex-start;gap:6px;font-size:14px}.sidemenu-footer__link-icon{display:flex;align-items:center;justify-content:center}.sidemenu-footer__link-icon svg{stroke-width:2}@media screen and (min-width:750px){.sidemenu-footer__link{font-size:16px;gap:10px}}.sidemenu-footer__link-small{color:#6a6a6a;font-weight:500;text-decoration:none;font-size:14px}.sidemenu-footer__divider{display:block!important;height:1px;background-color:#c7c7c7;width:100%;margin:16px 0}.navbar-icons-cart__counter{position:absolute;top:-6px;right:-6px;min-width:16px;height:16px;font-size:10px;pointer-events:none;border-radius:50%;padding:0 4px;display:flex;align-items:center;justify-content:center}.sidemenu-banner__image{display:flex;flex-shrink:0;align-items:center;justify-content:center;max-width:38%;min-width:0;align-self:flex-start}.sidemenu-banner__thumb-link .sidemenu-banner__image{max-width:100%}.sidemenu-banner__image img{display:block;width:auto;height:auto;max-width:min(100%,96px);max-height:72px;object-fit:contain;object-position:top center;border-radius:8px}.header__search__modal{position:fixed;top:0;left:0;width:100%;z-index:100;background:#fff;padding:0 20px;box-shadow:none;transform:translateY(-100%);transition:all .2s ease-in-out;max-height:100vh;overflow:visible}.header__search[open=true] .header__search__modal{transform:translateY(0);box-shadow:0 2px 24px #00000030}.header__search__overlay{position:fixed;top:0;left:0;width:100%;min-height:1px;height:100%;opacity:0;visibility:hidden;pointer-events:none;z-index:10}.header__search[open=true] .header__search__overlay{opacity:1;visibility:visible;background:#77777740;pointer-events:all}.search__container{width:100%;max-width:1200px;margin:auto}.search__container form{position:relative}.search__container header-predictive-search{position:relative;display:block}.search__container .predictive-search.predictive-search--header{left:0;right:0;width:100%;top:calc(100% - 2px);margin-top:0;border-radius:0 0 12px 12px;border:1px solid var(--color-gray-400, #c3c3c3);border-top:none;box-shadow:0 20px 48px #1118271a;max-height:min(70vh,520px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;overscroll-behavior-y:contain;z-index:25;background:#fff}.search__container .predictive-search.predictive-search--header.predictive-search--visible{display:block!important}.search__container .predictive-search--header .predictive-search__heading{width:100%;max-width:none;margin:0;padding:.75rem 1.25rem .5rem;border-bottom:none;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-gray-500, #6b7280);justify-content:flex-start}.search__container .predictive-search--header .predictive-search__item{padding:.625rem 1rem}.search__container .predictive-search--header .predictive-search__list-item{border-bottom:1px solid rgba(17,24,39,.06)}.search__container .predictive-search--header .predictive-search__list-item:nth-last-child(2){border-bottom:1px solid rgba(17,24,39,.06)}.search__container .predictive-search--header .predictive-search__list-item:last-child{border-bottom:none}.search__container .predictive-search--header .predictive-search__list-item[aria-selected=true]>*,.search__container .predictive-search--header .predictive-search__list-item:hover>*{background-color:#1118270a}.search__container .predictive-search--header .predictive-search__item--link,.search__container .predictive-search--header .predictive-search__item--link-with-thumbnail{grid-template-columns:3.5rem 1fr;grid-column-gap:.875rem;column-gap:.875rem;align-items:center}.search__container .predictive-search--header .predictive-search__image{width:3.5rem;height:3.5rem;object-fit:cover;border-radius:6px}.search__container .predictive-search--header .predictive-search__item-heading{font-size:.9375rem;font-weight:500;line-height:1.35}.search__container .predictive-search--header .predictive-search__item-heading.h5{font-size:.9375rem}.search__container .predictive-search--header .predictive-search__item .price{font-size:.875rem;margin-top:.25rem}.search__container .predictive-search--header .predictive-search__item-vendor{font-size:.8125rem}.search__container .predictive-search--header .price--on-sale .price-item--regular{font-size:.75rem!important;font-weight:400}.search__container .predictive-search--header .price--on-sale .price-item--sale,.search__container .predictive-search--header .price--on-sale .price-item--last{font-size:.875rem}.search__container .predictive-search--header #predictive-search-option-search-keywords{border-top:1px solid rgba(17,24,39,.08);margin-top:.35rem}.search__container .predictive-search--header .predictive-search__item--term{padding:.75rem 1rem;font-size:.875rem;line-height:1.35;word-break:normal;overflow-wrap:anywhere}.search__container .predictive-search--header .predictive-search__loading-state{display:none!important}.search__container .predictive-search--header .predictive-search__item:focus-visible{outline:2px solid var(--color-brand-500, #d8725b);outline-offset:2px}.search__container .predictive-search--header .predictive-search__item-rating{margin-top:.2rem;min-height:1.25rem}.search__container .predictive-search--header .predictive-search__item-rating .jdgm-star{font-size:12px}.search__container .predictive-search--header .predictive-search__item-rating .jdgm-prev-badge__text{font-size:11px}@media screen and (min-width:750px){.search__container .predictive-search.predictive-search--header{max-height:min(70vh,640px)}.search__container .predictive-search--header .predictive-search__item{padding:1rem 1.5rem}.search__container .predictive-search--header .predictive-search__item--link,.search__container .predictive-search--header .predictive-search__item--link-with-thumbnail{grid-template-columns:5rem 1fr;grid-column-gap:1.25rem;column-gap:1.25rem;align-items:start}.search__container .predictive-search--header .predictive-search__image{width:5rem;height:5rem}.search__container .predictive-search--header .predictive-search__item-heading,.search__container .predictive-search--header .predictive-search__item-heading.h5{font-size:1rem}.search__container .predictive-search--header .predictive-search__item-rating .jdgm-star{font-size:14px}}.search__input{display:block;width:100%;font-size:16px;outline:none;border:none!important;padding:25px 0 24px;-webkit-appearance:none;background-color:#fff;font-family:var(--font-secondary)}.search__input::-ms-clear,.search__input::-ms-reveal{display:none}.search__input::-webkit-search-decoration,.search__input::-webkit-search-cancel-button,.search__input::-webkit-search-results-button,.search__input::-webkit-search-results-decoration{display:none}.search__input:focus{outline:none!important;border:none!important;box-shadow:none}@media screen and (min-width:992px){.search__input{padding:41px 0 40px}}.search__form__close{position:absolute;top:50%;transform:translateY(-50%);right:0;outline:none;color:#000;background:transparent;border:none;cursor:pointer;-webkit-appearance:none;display:flex;justify-content:center;align-items:center;padding:0}.search__form__close svg{width:25px;height:25px}@media screen and (min-width:1200px){.search__form__close svg{width:30px;height:30px}}.predictive__search__wrap{padding:32px 0 42px;width:100%}.predictive__search__content{width:100%;max-width:1200px;margin:auto;border-top:1px solid #c3c3c3}.predictive__search__header{display:flex;flex-direction:row;align-items:center;margin-bottom:50px;height:50px}.predictive__search__header p{font-size:28px;font-family:Northwell,script,serif}.predictive__search__header a{display:block;width:fit-content;padding-left:20px;margin-left:20px;border-left:1px solid #c3c3c3;text-decoration:none}.product__list__wrap{display:flex;flex-direction:row;width:100%;flex-wrap:wrap;row-gap:6px}.product__list__wrap .product__card{width:50%}@media screen and (min-width:960px){.product__list__wrap .product__card{width:33%}}@media screen and (min-width:1200px){.product__list__wrap .product__card{width:25%}}
/*# sourceMappingURL=/cdn/shop/t/303/assets/new-header.css.map */
