.oddit-header{--oddit-header-bg: #2a0f3f;--oddit-header-text: #fff4f1;--oddit-header-panel-bg: #fff4f1;--oddit-header-dark: #2a0f3f;--oddit-header-orange: #fa7544;--oddit-header-orange-gradient: linear-gradient(to right, #ffaf50, #f97442);--oddit-header-pink: #fe84c0;--oddit-header-yellow: #ffea8d;--oddit-header-star: #edbc40;--oddit-header-font-body: sofia-pro, system-ui, -apple-system, sans-serif;--oddit-header-font-heading: helvetica-rounded, system-ui, -apple-system, sans-serif;--oddit-header-mobile-pad: 16px;--oddit-header-desktop-pad: 48px;position:sticky;top:0;z-index:1000;width:100%;background-color:var(--oddit-header-bg);-webkit-tap-highlight-color:transparent;transition:background-color .25s ease}.oddit-header--transparent{background-color:transparent}.oddit-header--transparent.is-scrolled:not(.is-mega-open){background-color:var(--oddit-header-bg)}.oddit-header.is-mega-open{background-color:var(--oddit-header-panel-bg)}.oddit-header.is-mega-open .oddit-header__nav-link-text,.oddit-header.is-mega-open .oddit-header__utility-link-text{color:var(--oddit-header-dark)}.oddit-header.is-mega-open .oddit-header__chevron path{stroke:var(--oddit-header-dark)}.oddit-header.is-mega-open .oddit-header__icon path{fill:var(--oddit-header-dark)}.oddit-header :where(*,*:before,*:after){box-sizing:border-box}.oddit-header :where(button){background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.oddit-header :where(a){text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}.oddit-header :where(h3,p,ul,li){margin:0;padding:0}.oddit-header :where(ul){list-style:none}.oddit-header__bar{display:flex;align-items:center;height:72px;max-width:1440px;margin-inline:auto;padding:12px var(--oddit-header-mobile-pad);gap:12px;position:relative;z-index:2}.oddit-header__menu-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;transition:opacity .2s ease}.oddit-header__menu-toggle:hover{opacity:.8}.oddit-header__menu-icon{width:32px;height:32px}.oddit-header__logo-link{position:relative;display:flex;align-items:center;justify-content:center;flex:1 1 auto;min-width:0}.oddit-header__logo{display:block;width:110px;height:52px;object-fit:contain;transition:opacity .25s ease}.oddit-header__logo--dark{position:absolute;top:50%;left:0;transform:translateY(-50%);opacity:0}.oddit-header.is-mega-open .oddit-header__logo--light{opacity:0}.oddit-header.is-mega-open .oddit-header__logo--dark{opacity:1}.oddit-header__primary-nav{display:none}.oddit-header__nav-link-wrapper{position:relative;display:flex;align-items:center;height:100%}.oddit-header__nav-link{display:flex;align-items:center;gap:6px;padding:8px;height:100%;position:relative;transition:opacity .2s ease}.oddit-header__nav-link:hover{opacity:.75}.oddit-header__nav-link-text{font-family:var(--oddit-header-font-body);font-weight:700;font-size:15px;line-height:1;text-transform:uppercase;color:var(--oddit-header-text);white-space:nowrap;position:relative;transition:color .25s ease}.oddit-header__nav-link--has-dropdown[aria-expanded=true]:before{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--oddit-header-dark)}.oddit-header__chevron{width:16px;height:16px;flex-shrink:0;transition:transform .3s ease}.oddit-header__chevron path{transition:stroke .25s ease}.oddit-header__icon path{transition:fill .25s ease}.oddit-header__nav-link--has-dropdown[aria-expanded=true] .oddit-header__chevron{transform:rotate(180deg)}@media(hover:hover)and (pointer:fine){.oddit-header__nav-link--has-dropdown:after{content:"";position:absolute;top:100%;left:0;right:0;height:16px;background:transparent;pointer-events:auto}}.oddit-header__utility{display:none}.oddit-header__utility-link{display:flex;align-items:center;padding:8px;transition:opacity .2s ease}.oddit-header__utility-link:hover{opacity:.75}.oddit-header__utility-link-text{font-family:var(--oddit-header-font-body);font-weight:700;font-size:15px;line-height:1;text-transform:uppercase;color:var(--oddit-header-text);white-space:nowrap;transition:color .25s ease}.oddit-header__icon-link--account{display:none}.oddit-header__icon-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;position:relative;transition:opacity .2s ease}.oddit-header__icon-link:hover{opacity:.75}.oddit-header__icon{width:32px;height:32px}.oddit-header__cart-count{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;padding:0 4px;display:flex;align-items:center;justify-content:center;background:var(--oddit-header-orange);color:#fff;border-radius:999px;font-family:var(--oddit-header-font-body);font-weight:700;font-size:10px;line-height:1}.oddit-header__mega-menu{display:none;position:absolute;top:100%;left:0;width:100%;background-color:var(--oddit-header-panel-bg);opacity:0;visibility:hidden;max-height:0;overflow:hidden;transition:max-height .35s ease,opacity .3s ease,visibility 0s .35s}.oddit-header__mega-menu.is-open{opacity:1;visibility:visible;max-height:80vh;transition:max-height .35s ease,opacity .3s ease,visibility 0s 0s}.oddit-header__mega-menu-inner{display:none;align-items:stretch;gap:clamp(32px,calc(32px + (100vw - 990px)*.062),60px);max-width:1440px;margin-inline:auto;padding:30px clamp(24px,calc(24px + (100vw - 990px)*.036),40px) 40px}.oddit-header__mega-menu-inner.is-active{display:flex}.oddit-header__mega-menu-inner--links.is-active{display:block}.oddit-header__mega-links{display:grid;grid-template-columns:repeat(2,300px);justify-content:start;gap:6px 40px}.oddit-header__mega-link{display:flex;align-items:center;height:56px;max-width:300px;padding:0 16px;border-radius:10px;color:var(--oddit-header-dark);transition:opacity .2s ease,background-color .2s ease,color .2s ease}.oddit-header__mega-link:hover,.oddit-header__mega-link.is-active{background:var(--oddit-header-dark);color:var(--oddit-header-text)}.oddit-header__mega-link-text{font-family:var(--oddit-header-font-heading);font-weight:700;font-size:24px;line-height:1;color:currentColor;text-transform:capitalize}.oddit-header__mega-menu-side{flex:0 0 clamp(220px,calc(220px + (100vw - 990px)*.133),280px);display:flex;flex-direction:column;gap:15px}.oddit-header__mega-menu-categories{display:flex;flex-direction:column;gap:6px}.oddit-header__mega-category{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:0 16px;background:transparent;color:var(--oddit-header-dark);border-radius:10px;height:56px;text-align:left;transition:opacity .2s ease,background-color .2s ease,color .2s ease}.oddit-header__mega-category:hover{opacity:.9}.oddit-header__mega-category.is-active{background:var(--oddit-header-dark);color:var(--oddit-header-text)}.oddit-header__mega-category-text{font-family:var(--oddit-header-font-heading);font-weight:700;font-size:24px;line-height:1;color:currentColor;text-transform:capitalize;text-box:trim-both cap alphabetic}.oddit-header__mega-category-arrow{width:30px;height:30px;flex-shrink:0}.oddit-header__mega-category-arrow--active{display:none}.oddit-header__mega-category-arrow--inactive,.oddit-header__mega-category.is-active .oddit-header__mega-category-arrow--active{display:block}.oddit-header__mega-category.is-active .oddit-header__mega-category-arrow--inactive{display:none}.oddit-header__mega-cta{display:flex;align-items:center;justify-content:center;height:56px;padding:16px 20px;margin-top:auto;background:var(--oddit-header-orange-gradient);border:2px solid var(--oddit-header-dark);border-radius:10px;transition:filter .2s ease,transform .2s ease}.oddit-header__mega-cta:hover{filter:brightness(1.05)}.oddit-header__mega-cta-text{font-family:var(--oddit-header-font-body);font-weight:700;font-size:16px;line-height:1;letter-spacing:.5px;text-transform:uppercase;color:var(--oddit-header-dark)}.oddit-header__mega-cta-amazon{display:flex;align-items:center;justify-content:center;padding:0 8px;transition:opacity .2s ease}.oddit-header__mega-cta-amazon:hover{opacity:.7}.oddit-header__mega-cta-amazon-text{font-family:var(--oddit-header-font-body);font-weight:600;font-size:16px;line-height:1.6;letter-spacing:.3px;text-transform:uppercase;color:var(--oddit-header-dark);text-decoration:underline;text-underline-offset:3px;text-box:trim-both cap alphabetic}.oddit-header__mega-menu-products-wrap{flex:1 1 auto;min-width:0}.oddit-header__mega-menu-products{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.oddit-header__mega-menu-products[hidden]{display:none}.oddit-header__product-card{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:37px 37px 15px 15px;transition:transform .2s ease,box-shadow .2s ease}.oddit-header__product-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid var(--oddit-header-dark);border-radius:inherit;pointer-events:none;z-index:2}.oddit-header__product-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #2a0f3f26}.oddit-header__product-badge{position:absolute;top:-28px;right:0;z-index:3;width:76px;height:76px;display:flex;align-items:center;justify-content:center}.oddit-header__product-badge-seal{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;filter:drop-shadow(2px 4px 0 #2A0F3F)}.oddit-header__product-badge-text{position:relative;max-width:54px;font-family:var(--oddit-header-font-heading);font-weight:700;font-size:13px;line-height:1.1;text-transform:uppercase;color:var(--oddit-header-dark);text-align:center}.oddit-header__product-image-wrapper{position:relative;width:100%;height:182.54px;background:#f0d4ce;border-radius:37px 37px 0 0;overflow:hidden}.oddit-header__product-image{width:100%;height:100%;object-fit:cover;display:block;transform:translateY(5px) scale(1.05)}.oddit-header__product-divider{display:block;width:100%;height:auto;margin-top:-1px}.oddit-header__product-info{padding:15px 0;display:flex;flex-direction:column;gap:11px;text-align:center}.oddit-header__product-rating{display:flex;align-items:center;justify-content:center;gap:4.5px;font-family:var(--oddit-header-font-body);line-height:1;color:var(--oddit-header-dark)}.oddit-header__product-stars{display:inline-flex;align-items:center;gap:1.5px;flex-shrink:0}.oddit-header__product-star{display:block;width:11px;height:11px;flex-shrink:0}.oddit-header__product-reviews{color:var(--oddit-header-dark);font-weight:700;font-size:9px;line-height:1}.oddit-header__product-title{font-family:var(--oddit-header-font-heading);font-weight:700;font-size:18px;line-height:24px;color:var(--oddit-header-dark);text-transform:capitalize}.oddit-header__product-desc{font-family:var(--oddit-header-font-body);font-weight:500;font-size:11.5px;line-height:1;color:var(--oddit-header-dark);opacity:.85}.oddit-header__mega-marquee{position:relative;width:100%;box-sizing:content-box;height:132px;padding-bottom:20px;background:linear-gradient(180deg,#fef1f0,#ffbcdb 58%,#fa90c2);overflow:hidden;line-height:0}.oddit-header__mega-traits{position:absolute;left:0;top:0;display:flex;align-items:center;width:100%;height:132px;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 56px,#000 calc(100% - 56px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 56px,#000 calc(100% - 56px),transparent 100%)}.oddit-header__mega-traits-wave{display:block;width:100%;height:132px;overflow:visible}.oddit-header__mega-traits-text{font-family:var(--font-heading-family, helvetica-rounded),sofia-pro,"Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:30px;letter-spacing:.04em;text-transform:uppercase;fill:#2a0f3f}.oddit-header__mega-sparkle{position:absolute;width:42px;height:45px;pointer-events:none}.oddit-header__mega-sparkle--1{top:0;left:10px}.oddit-header__mega-sparkle--2{top:87px;left:302px}.oddit-header__mobile-menu{position:fixed;top:0;left:0;height:100dvh;width:100%;max-width:360px;background:linear-gradient(180deg,#fff4f1 75.19%,#fe84c0),#fff4f1;z-index:1100;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .35s ease;overflow-y:auto;overscroll-behavior:contain}.oddit-header__mobile-menu.is-open{transform:translate(0)}.oddit-header__mobile-bar{display:flex;align-items:center;justify-content:space-between;padding:12px var(--oddit-header-mobile-pad);height:72px;flex-shrink:0;background:var(--oddit-header-panel-bg)}.oddit-header__mobile-close,.oddit-header__mobile-cart{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0}.oddit-header__mobile-cart{position:relative}.oddit-header__mobile-logo-link{display:flex;align-items:center;justify-content:center;flex:1 1 auto}.oddit-header__mobile-logo{display:block;width:110px;height:48px;object-fit:contain}.oddit-header__mobile-flavors{flex-shrink:0;overflow-x:auto;overflow-y:hidden;padding:0 0 4px;scrollbar-width:none;-ms-overflow-style:none}.oddit-header__mobile-flavors::-webkit-scrollbar{display:none}.oddit-header__mobile-flavors-track{display:flex;gap:8px;padding:0 16px;width:max-content}.oddit-header__mobile-flavor{display:flex;flex-direction:column;align-items:center;gap:9px;flex-shrink:0;width:77px}.oddit-header__mobile-flavor-circle{width:77px;height:77px;border-radius:50%;padding:3px;background:var(--oddit-header-panel-bg);border:2px solid var(--oddit-header-dark)}.oddit-header__mobile-flavor-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%;background:#f0d4ce}.oddit-header__mobile-flavor-label{font-family:var(--oddit-header-font-heading);font-weight:700;font-size:15px;line-height:1.1;text-transform:uppercase;color:var(--oddit-header-dark);text-box:trim-both cap alphabetic;width:100%;text-align:center;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.oddit-header__mobile-content{display:flex;flex-direction:column;justify-content:space-between;padding:16px;gap:0;flex:1 1 auto}.oddit-header__mobile-links{display:flex;flex-direction:column;gap:16px}.oddit-header__mobile-buttons{display:flex;flex-direction:column;gap:15px}.oddit-header__mobile-primary-links{display:flex;flex-direction:column;gap:0}.oddit-header__mobile-expandable{display:flex;flex-direction:column;border-radius:10px;overflow:hidden;box-shadow:inset 0 0 0 2px transparent;transition:box-shadow .4s cubic-bezier(.33,1,.68,1)}.oddit-header__mobile-primary-link{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px;width:100%;text-align:left;transition:background-color .4s cubic-bezier(.33,1,.68,1),padding .4s cubic-bezier(.33,1,.68,1)}.oddit-header__mobile-primary-text{font-family:var(--oddit-header-font-heading);font-weight:700;font-size:20px;line-height:1;text-transform:uppercase;color:var(--oddit-header-dark);flex:1 1 auto;text-box:trim-both cap alphabetic;transition:color .4s cubic-bezier(.33,1,.68,1)}.oddit-header__mobile-primary-arrow{width:24px;height:24px;flex-shrink:0;transition:transform .3s ease}.oddit-header__mobile-primary-links>.oddit-header__mobile-expandable--open{box-shadow:inset 0 0 0 2px var(--oddit-header-dark)}.oddit-header__mobile-subexpandable{border-radius:0}.oddit-header__mobile-expandable--open>.oddit-header__mobile-primary-link{background-color:var(--oddit-header-dark);padding:20px 16px}.oddit-header__mobile-expandable--open>.oddit-header__mobile-primary-link .oddit-header__mobile-primary-text{color:var(--oddit-header-text)}.oddit-header__mobile-primary-arrow--active{display:none}.oddit-header__mobile-primary-arrow--inactive{display:block}.oddit-header__mobile-expandable--open>.oddit-header__mobile-primary-link .oddit-header__mobile-primary-arrow--active{display:block}.oddit-header__mobile-expandable--open>.oddit-header__mobile-primary-link .oddit-header__mobile-primary-arrow--inactive{display:none}.oddit-header__mobile-sublinks{display:grid;grid-template-rows:1fr;transition:grid-template-rows .4s cubic-bezier(.33,1,.68,1)}.oddit-header__mobile-expandable:not(.oddit-header__mobile-expandable--open)>.oddit-header__mobile-sublinks{grid-template-rows:0fr}.oddit-header__mobile-collapse-inner{display:flex;flex-direction:column;overflow:hidden;min-height:0;padding-top:0;padding-bottom:0;transition:padding-top .4s cubic-bezier(.33,1,.68,1),padding-bottom .4s cubic-bezier(.33,1,.68,1)}.oddit-header__mobile-expandable--open>.oddit-header__mobile-sublinks>.oddit-header__mobile-collapse-inner,.oddit-header__mobile-expandable--open>.oddit-header__mobile-subsublinks>.oddit-header__mobile-collapse-inner{padding-top:12px;padding-bottom:12px}.oddit-header__mobile-sublink{display:flex;align-items:center;gap:20px;padding:16px;transition:background-color .2s ease}.oddit-header__mobile-sublink:hover{background-color:#2a0f3f0a}.oddit-header__mobile-sublink-image{width:60px;height:60px;flex-shrink:0;overflow:visible}.oddit-header__mobile-sublink-img{display:block;width:130%;height:auto;position:relative;left:50%;top:50%;transform:translate(-50%,-50%)}.oddit-header__mobile-sublink-text{flex:1 1 auto;font-family:var(--oddit-header-font-heading);font-weight:700;font-size:18px;line-height:1;color:var(--oddit-header-dark);text-align:left;text-box:trim-both cap alphabetic}.oddit-header__mobile-sublink-arrow{width:24px;height:24px;flex-shrink:0;transition:transform .4s cubic-bezier(.33,1,.68,1)}.oddit-header__mobile-expandable--open>.oddit-header__mobile-sublink .oddit-header__mobile-sublink-arrow{transform:rotate(180deg)}.oddit-header__mobile-subsublinks{display:grid;grid-template-rows:1fr;transition:grid-template-rows .4s cubic-bezier(.33,1,.68,1)}.oddit-header__mobile-subexpandable:not(.oddit-header__mobile-expandable--open)>.oddit-header__mobile-subsublinks{grid-template-rows:0fr}.oddit-header__mobile-subsublink{display:flex;align-items:center;padding:12px 16px 12px 24px;transition:background-color .2s ease}.oddit-header__mobile-subsublink:hover{background-color:#2a0f3f0a}.oddit-header__mobile-subsublink-text{font-family:var(--oddit-header-font-heading);font-weight:700;font-size:16px;line-height:1;color:var(--oddit-header-dark);text-box:trim-both cap alphabetic}.oddit-header__mobile-divider{border:none;height:2px;background:var(--oddit-header-dark);margin:0}.oddit-header__mobile-secondary-links{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0}.oddit-header__mobile-secondary-link{display:flex;align-items:center;gap:4px;padding:10px 16px;transition:opacity .2s ease}.oddit-header__mobile-secondary-link:hover{opacity:.7}.oddit-header__mobile-secondary-icon{width:16px;height:16px;padding:2px;flex-shrink:0}.oddit-header__mobile-secondary-text{font-family:var(--oddit-header-font-body);font-weight:700;font-size:16px;line-height:1;text-transform:uppercase;color:var(--oddit-header-dark);text-box:trim-both cap alphabetic}.oddit-header__mobile-traits{position:relative;width:calc(100% + 32px);margin-inline:-16px;margin-block:16px;height:78px;overflow:hidden}.oddit-header__mobile-traits-band{position:absolute;left:0;top:0;display:flex;align-items:center;width:100%;height:78px;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 32px,#000 calc(100% - 32px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 32px,#000 calc(100% - 32px),transparent 100%)}.oddit-header__mobile-traits-wave{display:block;width:100%;height:78px;overflow:visible}.oddit-header__mobile-traits-text{font-family:var(--font-heading-family, helvetica-rounded),sofia-pro,"Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:18px;letter-spacing:.04em;text-transform:uppercase;fill:#2a0f3f}.oddit-header__mobile-traits-sparkle{position:absolute;width:24px;height:26px;z-index:1}.oddit-header__mobile-traits-sparkle--1{left:0;top:0}.oddit-header__mobile-traits-sparkle--2{left:299px;top:52px}.oddit-header__mobile-cta{display:flex;align-items:center;justify-content:center;height:56px;width:100%;background:var(--oddit-header-orange-gradient);border:2px solid var(--oddit-header-dark);border-radius:10px;transition:filter .2s ease}.oddit-header__mobile-cta:hover{filter:brightness(1.05)}.oddit-header__mobile-cta-text{font-family:var(--oddit-header-font-body);font-weight:700;font-size:16px;line-height:1.6;text-transform:uppercase;color:var(--oddit-header-dark);text-box:trim-both cap alphabetic}.oddit-header__mobile-trust{text-align:center;font-family:var(--oddit-header-font-body);font-weight:400;font-size:11px;line-height:1.6;color:var(--oddit-header-dark);text-box:trim-both cap alphabetic}.oddit-header__mobile-trust-dot{display:inline-block;margin:0 2px}.oddit-header__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;z-index:1050;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s .3s;pointer-events:none}.oddit-header__overlay.is-visible{opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s 0s;pointer-events:auto}body.oddit-header-menu-open{overflow:hidden}@media(min-width:750px){.oddit-header__bar{height:70px;padding:0 32px;gap:20px}.oddit-header__mobile-menu{max-width:480px}}@media(min-width:990px){.oddit-header__bar{height:70px;padding:0 var(--oddit-header-desktop-pad);gap:40px}.oddit-header__menu-toggle,.oddit-header__cart-toggle-mobile{display:none}.oddit-header__logo-link{flex:0 0 auto;justify-content:flex-start;padding:8px 0}.oddit-header__primary-nav{display:flex;align-items:center;height:100%;gap:12px;flex:1 1 auto;min-width:0}.oddit-header__utility{display:flex;align-items:center;gap:12px}.oddit-header__icon-link--account{display:flex}.oddit-header__mobile-menu{display:none}.oddit-header__mega-menu{display:block}}.oddit-header__nav-link:focus-visible,.oddit-header__utility-link:focus-visible,.oddit-header__logo-link:focus-visible,.oddit-header__icon-link:focus-visible,.oddit-header__menu-toggle:focus-visible,.oddit-header__mega-category:focus-visible,.oddit-header__mega-link:focus-visible,.oddit-header__mega-cta:focus-visible,.oddit-header__mega-cta-amazon:focus-visible,.oddit-header__product-card:focus-visible,.oddit-header__mobile-primary-link:focus-visible,.oddit-header__mobile-sublink:focus-visible,.oddit-header__mobile-secondary-link:focus-visible,.oddit-header__mobile-cta:focus-visible,.oddit-header__mobile-close:focus-visible,.oddit-header__mobile-cart:focus-visible{outline:2px solid var(--oddit-header-orange);outline-offset:3px}
/*# sourceMappingURL=/cdn/shop/t/50/assets/oddit-section-header.css.map */
