.cbh-header__nav{position:static;margin-top:5px;border-top:1px solid rgba(var(--color-foreground),.11)}.cbh-nav{display:flex;align-items:stretch;justify-content:center;gap:clamp(2px,.45vw,8px);margin:0;padding:4px 0 0;list-style:none}.cbh-nav__item{position:static;margin:0;padding:0}.cbh-nav__link{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;margin:0;padding:6px clamp(10px,.9vw,15px);border:1px solid transparent;border-radius:9px 9px 0 0;background:transparent;color:rgb(var(--color-foreground));font-family:inherit;font-size:1.34rem;font-weight:740;line-height:1.2;letter-spacing:-.005em;text-decoration:none;cursor:pointer;list-style:none;transition:color .14s ease,background-color .14s ease,border-color .14s ease}.cbh-nav__link::-webkit-details-marker{display:none}.cbh-nav__link:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:2px;border-radius:2px;background:var(--cbh-gold);transform:scaleX(0);transform-origin:center;transition:transform .15s ease}.cbh-nav__item.is-active>.cbh-nav__link:after,.cbh-nav__item.is-active .cbh-nav__disclosure:after,.cbh-mega[open]>.cbh-nav__disclosure:after{transform:scaleX(1)}.cbh-nav__chevron{position:relative;display:inline-block;flex:0 0 auto;width:8px;height:8px;margin-top:-3px;transition:transform .15s ease}.cbh-nav__chevron:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transform-origin:center}.cbh-mega[open]>.cbh-nav__disclosure{border-color:rgba(var(--color-foreground),.065);background:rgba(var(--color-foreground),.045);color:rgb(var(--color-foreground))}.cbh-mega[open]>.cbh-nav__disclosure .cbh-nav__chevron{transform:rotate(180deg) translateY(-1px)}@media(hover:hover)and (pointer:fine){.cbh-nav__link:hover{border-color:rgba(var(--color-foreground),.055);background:rgba(var(--color-foreground),.04);color:rgb(var(--color-foreground))}.cbh-nav__link:hover:after{transform:scaleX(1)}}.cbh-mega{--cbh-panel-width: 1420px;--cbh-panel-radius: 0 0 17px 17px}.cbh-mega__panel{position:absolute;top:calc(100% - 1px);left:50%;right:auto;z-index:var(--cbh-z-mega);display:block;width:min(var(--cbh-panel-width),calc(100vw - 40px));padding:0;border:1px solid rgba(18,59,42,.13);border-top-color:#123b2a14;border-radius:var(--cbh-panel-radius);background:rgb(var(--color-background));box-shadow:0 24px 60px #112d2129;opacity:0;visibility:hidden;transform:translate(-50%,-7px);pointer-events:none;transition:opacity .15s ease,transform .15s ease,visibility .15s linear}.cbh-mega[open]>.cbh-mega__panel{opacity:1;visibility:visible;transform:translate(-50%);pointer-events:auto}.cbh-mega__inner{display:grid;grid-template-columns:minmax(190px,220px) minmax(0,1fr);gap:clamp(22px,2vw,34px);width:100%;max-height:calc(100dvh - 190px);padding:clamp(22px,1.8vw,30px);overflow:auto;overscroll-behavior:contain}.cbh-mega__inner--with-feature{grid-template-columns:minmax(185px,215px) minmax(0,1fr) minmax(240px,280px)}.cbh-mega__intro{align-self:start;padding-right:clamp(18px,1.8vw,28px);border-right:1px solid rgba(18,59,42,.13)}.cbh-mega__eyebrow{margin:0 0 8px;color:var(--cbh-gold);font-size:1rem;font-weight:820;line-height:1.2;letter-spacing:.1em;text-transform:uppercase}.cbh-mega__title{margin:0;color:var(--cbh-green);font-size:clamp(2.15rem,1.8vw,2.8rem);font-weight:790;line-height:1.05;letter-spacing:-.035em}.cbh-mega__summary{max-width:27ch;margin:12px 0 0;color:rgba(var(--color-foreground),.69);font-size:1.22rem;line-height:1.5}.cbh-mega__shop-all{display:inline-flex;align-items:center;gap:8px;margin-top:18px;padding-bottom:4px;border-bottom:1px solid rgba(179,138,67,.62);color:var(--cbh-green);font-size:1.2rem;font-weight:790;line-height:1.2;text-decoration:none}.cbh-mega__routes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:24px clamp(20px,2vw,32px);min-width:0}.cbh-mega__group{min-width:0}.cbh-mega__group-title{display:flex;align-items:baseline;justify-content:space-between;gap:10px;width:100%;margin:0 0 8px;padding:0 0 9px;border-bottom:1px solid rgba(18,59,42,.14);color:var(--cbh-green);font-size:1.28rem;font-weight:800;line-height:1.25;text-decoration:none}.cbh-mega__group-title--plain{justify-content:flex-start}.cbh-mega__group-title-arrow{flex:0 0 auto;color:var(--cbh-gold);font-weight:700}.cbh-mega__group--single .cbh-mega__group-title{min-height:52px;margin:0;padding:12px 13px;border:1px solid rgba(18,59,42,.13);border-radius:10px;background:#123b2a09}.cbh-mega__links{display:grid;gap:0;margin:0;padding:0;list-style:none}.cbh-mega__link{display:block;margin:0 -6px;padding:5px 6px;border-radius:7px;color:rgba(var(--color-foreground),.8);font-size:1.2rem;line-height:1.36;text-decoration:none;transition:color .13s ease,background-color .13s ease,transform .13s ease}.cbh-mega__group-title.is-current,.cbh-mega__link.is-current{color:var(--cbh-green);text-decoration:underline;text-decoration-color:#b38a43cc;text-underline-offset:4px}@media(hover:hover)and (pointer:fine){.cbh-mega__shop-all:hover,.cbh-mega__group-title:hover,.cbh-mega__feature-link:hover{color:#8e682c}.cbh-mega__link:hover{color:var(--cbh-green);background:#123b2a0e;transform:translate(2px)}.cbh-mega__group--single .cbh-mega__group-title:hover{border-color:#b38a4380;background:#b38a4317}}.cbh-mega__feature{align-self:start;overflow:hidden;border:1px solid rgba(179,138,67,.32);border-radius:13px;background:var(--cbh-cream)}.cbh-mega__feature-media{aspect-ratio:16 / 9;overflow:hidden;background:#123b2a14}.cbh-mega__feature-media img{display:block;width:100%;height:100%;object-fit:cover}.cbh-mega__feature-copy{padding:16px}.cbh-mega__feature-heading{margin:0;color:var(--cbh-green);font-size:1.48rem;font-weight:790;line-height:1.2;letter-spacing:-.02em}.cbh-mega__feature-text{margin:8px 0 0;color:#123b2ab8;font-size:1.14rem;line-height:1.45}.cbh-mega__feature-link{display:inline-flex;gap:8px;margin-top:12px;color:var(--cbh-green);font-size:1.16rem;font-weight:790;text-decoration:none}.cbh-mega__feature--guidance .cbh-mega__feature-copy{padding:18px}.cbh-mega__feature-links{display:grid;gap:0;margin:14px 0 0;padding:12px 0 0;border-top:1px solid rgba(18,59,42,.13);list-style:none}.cbh-mega__feature-secondary{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 -6px;padding:6px;border-radius:7px;color:#123b2ac7;font-size:1.08rem;font-weight:650;line-height:1.3;text-decoration:none}.cbh-mega__feature-secondary>:last-child{flex:0 0 auto;color:var(--cbh-gold)}.cbh-mega__feature-secondary.is-current{color:var(--cbh-green);text-decoration:underline;text-decoration-color:#b38a43cc;text-underline-offset:4px}@media(hover:hover)and (pointer:fine){.cbh-mega__feature-secondary:hover{color:var(--cbh-green);background:#123b2a0e}}.cbh-mega--cbd{--cbh-panel-width: 1500px}.cbh-mega--cbd .cbh-mega__inner--with-feature{grid-template-columns:minmax(185px,205px) minmax(0,1fr) minmax(255px,290px);gap:clamp(22px,1.7vw,30px)}.cbh-mega--cbd .cbh-mega__routes{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px clamp(20px,1.7vw,28px)}.cbh-mega--mushrooms-nootropics .cbh-mega__inner{grid-template-columns:minmax(220px,240px) minmax(0,1fr)}.cbh-mega--pets .cbh-mega__inner{padding:23px 28px 20px}.cbh-mega--offers .cbh-mega__inner{padding:23px 26px 21px}.cbh-mega--wellness,.cbh-mega--mushrooms-nootropics,.cbh-mega--vape{--cbh-panel-width: 1240px}.cbh-mega--wellness .cbh-mega__routes,.cbh-mega--mushrooms-nootropics .cbh-mega__routes,.cbh-mega--vape .cbh-mega__routes{grid-template-columns:repeat(3,minmax(0,1fr))}.cbh-mega--compact,.cbh-mega--pets{--cbh-panel-width: 820px}.cbh-mega--compact .cbh-mega__inner,.cbh-mega--pets .cbh-mega__inner{grid-template-columns:minmax(190px,220px) minmax(0,1fr);max-height:min(calc(100dvh - 205px),500px)}.cbh-mega--compact .cbh-mega__routes,.cbh-mega--pets .cbh-mega__routes{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.cbh-mega--brands{--cbh-panel-width: 1450px}.cbh-mega--brands .cbh-mega__routes{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(28px,3.4vw,54px)}.cbh-mega--brands .cbh-mega__links{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14px}.cbh-mega--offers{--cbh-panel-width: 850px}.cbh-mega--offers .cbh-mega__routes{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 28px}.cbh-mega--offers .cbh-mega__group--single .cbh-mega__group-title{min-height:56px}@media screen and (min-width:1200px)and (max-width:1399px){.cbh-nav{gap:1px}.cbh-nav__link{padding-inline:10px;font-size:1.25rem}.cbh-mega__panel{width:min(var(--cbh-panel-width),calc(100vw - 28px))}.cbh-mega__inner{grid-template-columns:185px minmax(0,1fr);gap:24px;padding:26px}.cbh-mega__inner--with-feature,.cbh-mega--cbd .cbh-mega__inner--with-feature{grid-template-columns:165px minmax(0,1fr) 220px;gap:20px;padding:24px}.cbh-mega--cbd .cbh-mega__routes{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 16px}}@media screen and (min-width:990px)and (max-width:1199px){.cbh-nav{gap:0}.cbh-nav__link{gap:5px;padding-inline:8px;font-size:1.16rem}.cbh-nav__chevron{width:7px;height:7px}.cbh-mega__panel{width:calc(100vw - 24px)}.cbh-mega__inner,.cbh-mega--compact .cbh-mega__inner,.cbh-mega--pets .cbh-mega__inner{grid-template-columns:160px minmax(0,1fr);gap:22px;padding:24px}.cbh-mega__inner--with-feature,.cbh-mega--cbd .cbh-mega__inner--with-feature{grid-template-columns:145px minmax(0,1fr) 195px;gap:17px;padding:22px}.cbh-mega__feature-copy,.cbh-mega__feature--guidance .cbh-mega__feature-copy{padding:14px}.cbh-mega__feature-text{font-size:1.05rem}.cbh-mega__feature-secondary{font-size:1rem}.cbh-mega__routes,.cbh-mega--compact .cbh-mega__routes,.cbh-mega--pets .cbh-mega__routes,.cbh-mega--brands .cbh-mega__routes,.cbh-mega--offers .cbh-mega__routes,.cbh-mega--wellness .cbh-mega__routes,.cbh-mega--mushrooms-nootropics .cbh-mega__routes,.cbh-mega--vape .cbh-mega__routes{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 18px}.cbh-mega--brands .cbh-mega__links{grid-template-columns:1fr}}@media screen and (max-width:989px){.cbh-header__nav{display:none!important}}@media(prefers-reduced-motion:reduce){.cbh-nav__link:after,.cbh-nav__chevron,.cbh-mega__panel,.cbh-mega__link{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/component-mega-menu-custom.css.map */
