.oddit-header{--oddit-header-bg: #F9F7F1;--oddit-header-text: #4E614B;--oddit-header-text-muted: #5E5E5E;--oddit-header-border: #4E614B;--oddit-header-accent: #EA640B;--oddit-header-flame: #DE4726;--oddit-header-highlight: #F1E6C8;--oddit-header-star: #EFB85F;--oddit-header-font-body: "Nunito Sans", sans-serif;--oddit-header-font-heading: "Generation 1970", serif;--oddit-header-mobile-padding: 16px;--oddit-header-desktop-padding: 72px;--oddit-header-bottom-pad: 16px;position:relative;z-index:100;width:100%;background-color:var(--oddit-header-bg);-webkit-tap-highlight-color:transparent}.oddit-header *,.oddit-header *:before,.oddit-header *:after{box-sizing:border-box}:where(.oddit-header) a{color:inherit;text-decoration:none}:where(.oddit-header) button{font:inherit;color:inherit;background:none;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}:where(.oddit-header) ul{list-style:none;margin:0;padding:0}:where(.oddit-header) h2,:where(.oddit-header) h3,:where(.oddit-header) h4,:where(.oddit-header) p{margin:0}.oddit-header__visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.oddit-header__nav{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--oddit-header-mobile-padding);border-bottom:1px solid var(--oddit-header-border);background-color:var(--oddit-header-bg);position:relative}.oddit-header__mobile-left{display:flex;align-items:center;gap:16px;flex-shrink:0}.oddit-header__menu-toggle{display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:opacity .2s ease}.oddit-header__menu-toggle:hover{opacity:.7}.oddit-header__mobile-cart{display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;transition:opacity .2s ease}.oddit-header__mobile-cart:hover{opacity:.7}.oddit-header__icon-link--search-mobile{display:flex;align-items:center;justify-content:center;position:relative;width:24px;height:24px;flex-shrink:0;transition:opacity .2s ease}.oddit-header__icon-link--search-mobile:hover{opacity:.7}.oddit-header__cart-count{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;background:var(--oddit-header-accent);color:#fff;border-radius:999px;font-family:var(--oddit-header-font-body);font-size:11px;font-weight:700;line-height:16px;text-align:center}.oddit-header__logo-link{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease;pointer-events:auto;z-index:1}.oddit-header__logo-link:hover{opacity:.85}.oddit-header__logo{display:block;width:164px;height:32px;object-fit:contain}.oddit-header__primary-links,.oddit-header__right{display:none}.oddit-header__link-wrapper{position:relative}.oddit-header__link{display:flex;align-items:center;justify-content:center;color:var(--oddit-header-text);transition:opacity .2s ease}.oddit-header__link:hover .oddit-header__link-text{color:#de4726}.oddit-header__link:hover .oddit-header__chevron path{stroke:#de4726}.oddit-header__link-text{font-family:var(--oddit-header-font-body);font-weight:700;font-size:18px;line-height:1.5;color:var(--oddit-header-text);white-space:nowrap}.oddit-header__chevron{flex-shrink:0;transition:transform .25s ease}.oddit-header__link--has-dropdown[aria-expanded=true] .oddit-header__chevron{transform:rotate(180deg)}.oddit-header__link--has-dropdown,.oddit-header__link-wrapper--dropdown{position:relative}.oddit-header__dropdown{position:absolute;top:100%;right:0;z-index:9999;min-width:200px;margin:0;padding:12px 0;list-style:none;background-color:var(--oddit-header-bg);border:1px solid var(--oddit-header-border);border-radius:8px;box-shadow:0 8px 24px #4e614b1f;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.oddit-header__link-wrapper--dropdown:hover .oddit-header__dropdown,.oddit-header__link-wrapper--dropdown:focus-within .oddit-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.oddit-header__link-wrapper--dropdown:hover .oddit-header__chevron,.oddit-header__link-wrapper--dropdown:focus-within .oddit-header__chevron{transform:rotate(180deg)}.oddit-header__dropdown-item{margin:0}.oddit-header__dropdown-link{display:block;padding:8px 20px;font-family:var(--oddit-header-font-body);font-weight:400;font-size:16px;line-height:1.5;color:var(--oddit-header-text-muted);white-space:nowrap;transition:opacity .2s ease,background-color .2s ease,color .2s ease}.oddit-header__dropdown-link:hover,.oddit-header__dropdown-link:focus,.oddit-header__dropdown-link[aria-current=page]{background-color:var(--oddit-header-highlight);color:var(--oddit-header-text)}.oddit-header__mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;pointer-events:none;visibility:hidden}.oddit-header__mobile-menu.is-open{pointer-events:auto;visibility:visible}.oddit-header__mobile-menu-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;opacity:0;transition:opacity .3s ease}.oddit-header__mobile-menu.is-open .oddit-header__mobile-menu-overlay{opacity:1}.oddit-header__mobile-menu-panel{position:absolute;top:0;left:0;width:94%;max-width:94%;height:100%;background:var(--oddit-header-bg);display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.oddit-header__mobile-menu.is-open .oddit-header__mobile-menu-panel{transform:translate(0)}.oddit-header__mobile-menu-header{display:flex;align-items:center;gap:10px;padding:16px}.oddit-header__mobile-menu-title{flex:1;font-family:var(--oddit-header-font-heading);font-weight:400;font-size:22px;line-height:1.2;color:var(--oddit-header-text)}.oddit-header__mobile-menu-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.oddit-header__mobile-search{display:flex;align-items:center;gap:12px;margin:0 16px;padding:0 0 8px;border-bottom:1px solid var(--oddit-header-border)}.oddit-header__mobile-search-icon{flex-shrink:0}.oddit-header__mobile-search-input{flex:1;min-width:0;font-family:var(--oddit-header-font-body);font-weight:400;font-size:14px;line-height:1.5;color:var(--oddit-header-text);background:transparent;border:0;outline:none;padding:0}.oddit-header__mobile-search-input::placeholder{color:#00000080;opacity:1}.oddit-header__mobile-nav{flex:1;display:flex;flex-direction:column;gap:24px;padding:24px 16px}.oddit-header__mobile-nav-section{display:flex;flex-direction:column;gap:8px}.oddit-header__mobile-nav-card{display:flex;align-items:center;gap:16px;padding:16px;background:var(--oddit-header-highlight);border-radius:8px;color:var(--oddit-header-text)}.oddit-header__mobile-nav-card-main{display:flex;flex:1;align-items:center;gap:10px;min-width:0}.oddit-header__mobile-nav-flag{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.oddit-header__mobile-nav-card-label{flex:1;font-family:var(--oddit-header-font-heading);font-weight:400;font-size:18px;line-height:1.2;color:var(--oddit-header-text)}.oddit-header__mobile-nav-link{display:flex;align-items:center;gap:16px;padding:0 16px;color:var(--oddit-header-text);width:100%}.oddit-header__mobile-nav-label{flex:1;font-family:var(--oddit-header-font-body);font-weight:700;font-size:18px;line-height:1.5;color:var(--oddit-header-text)}.oddit-header__mobile-nav-arrow{flex-shrink:0}.oddit-header__mobile-nav-divider{display:block;width:100%;height:1px;background:var(--oddit-header-border);opacity:.25}.oddit-header__mobile-nav-item{display:flex;flex-direction:column}.oddit-header__mobile-nav-trigger{display:flex;align-items:center;gap:16px;width:100%;text-align:left;color:var(--oddit-header-text)}.oddit-header__mobile-nav-trigger:not(.oddit-header__mobile-nav-card){padding:0 16px}.oddit-header__mobile-nav-chevron{flex-shrink:0;transition:transform .2s ease}.oddit-header__mobile-nav-item.is-expanded .oddit-header__mobile-nav-chevron{transform:rotate(-90deg)}.oddit-header__mobile-nav-panel{display:none;flex-direction:column;gap:16px;padding:16px 16px 4px 32px}.oddit-header__mobile-nav-item.is-expanded .oddit-header__mobile-nav-panel{display:flex}.oddit-header__mobile-nav-all{display:flex;align-items:center;gap:8px;margin-top:4px;padding-top:16px;border-top:1px solid rgba(78,97,75,.25);font-family:var(--oddit-header-font-body);font-weight:700;font-size:15px;line-height:1.4;color:var(--oddit-header-flame)}.oddit-header__mobile-nav-col{display:flex;flex-direction:column;gap:8px}.oddit-header__mobile-nav-col-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;text-align:left}.oddit-header__mobile-nav-col-title{font-family:var(--oddit-header-font-heading);font-weight:400;font-size:16px;line-height:1.2;color:var(--oddit-header-text)}.oddit-header__mobile-nav-col-chevron{flex-shrink:0;transition:transform .2s ease}.oddit-header__mobile-nav-col.is-expanded .oddit-header__mobile-nav-col-chevron{transform:rotate(180deg)}.oddit-header__mobile-nav-col-panel{display:none;flex-direction:column;gap:10px;padding-top:2px;padding-left:16px}.oddit-header__mobile-nav-col.is-expanded .oddit-header__mobile-nav-col-panel{display:flex}.oddit-header__mobile-nav-sublist{display:flex;flex-direction:column;gap:8px}.oddit-header__mobile-nav-sublink,.oddit-header__mobile-nav-col-all{font-family:var(--oddit-header-font-body);font-weight:400;font-size:14px;line-height:1.5;color:var(--oddit-header-text)}.oddit-header__mobile-nav-col-all{display:flex;align-items:center;gap:8px;font-weight:700}.oddit-header__mobile-nav-col-all svg{flex-shrink:0}.oddit-header__mobile-nav-sublink[aria-current=page]{font-weight:700}.oddit-header__mobile-menu-footer{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;background:var(--oddit-header-text);margin-top:auto}.oddit-header__mobile-menu-stars{display:inline-flex;align-items:center;gap:2px}.oddit-header__mobile-menu-footer-text{font-family:Milk and Clay,Nunito Sans,sans-serif;font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase;color:var(--oddit-header-bg);text-box:trim-both cap alphabetic}.oddit-header__mega-menu{display:none;position:absolute;top:100%;left:0;right:0;width:100%;z-index:99;background-color:var(--oddit-header-bg);border-bottom:1px solid var(--oddit-header-border)}.oddit-header__mega-menu.is-open{display:block}.oddit-header__mega-menu-panel{display:none}.oddit-header__mega-menu-panel.is-active{display:block}.oddit-header__mega-menu-inner{display:flex;gap:48px;padding:48px 72px;align-items:flex-start;max-width:1440px;margin:0 auto}.oddit-header__mega-menu-columns{flex:1 1 60%;min-width:0;display:flex;flex-direction:column;gap:48px}.oddit-header__mega-menu-header{display:flex;align-items:center}.oddit-header__mega-menu-all{display:inline-flex;align-items:center;gap:6px;font-family:var(--oddit-header-font-heading);font-weight:400;font-size:22px;color:var(--oddit-header-flame)}.oddit-header__mega-menu-all:hover{opacity:.85}.oddit-header__mega-menu-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:32px}.oddit-header__mega-menu-column{display:flex;flex-direction:column;gap:16px;min-width:0}.oddit-header__mega-menu-column-title{font-family:var(--oddit-header-font-heading);font-weight:400;font-size:22px;line-height:1.2;color:var(--oddit-header-text)}.oddit-header__mega-menu-list{display:flex;flex-direction:column;gap:10px}.oddit-header__mega-menu-link{font-family:var(--oddit-header-font-body);font-weight:400;font-size:16px;line-height:1.5;color:var(--oddit-header-text-muted);transition:opacity .2s ease}.oddit-header__mega-menu-link:hover{opacity:.7}.oddit-header__mega-menu-column-all{font-family:var(--oddit-header-font-body);font-weight:700;font-size:16px;line-height:1.5;color:var(--oddit-header-text);text-decoration:underline;text-underline-offset:4px;transition:opacity .2s ease;align-self:flex-start}.oddit-header__mega-menu-column-all:hover{opacity:.7}.oddit-header__mega-menu-featured{flex:0 0 306px;display:flex;flex-direction:column;gap:16px}.oddit-header__mega-menu-featured-image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px}.oddit-header__mega-menu-featured-image{display:block;width:100%;height:100%;object-fit:cover}.oddit-header__mega-menu-badge{position:absolute;top:8px;left:8px;display:inline-block;height:24px;align-content:center;text-align:center;padding:0 8px;background:var(--oddit-header-text);font-family:var(--oddit-header-font-body);font-weight:700;font-size:12px;line-height:16px;text-transform:uppercase;color:var(--oddit-header-highlight);border-radius:999px;text-box:trim-both cap alphabetic}.oddit-header__mega-menu-featured-body{display:flex;flex-direction:column;gap:8px}.oddit-header__mega-menu-featured-rating{display:flex;align-items:center;gap:6px}.oddit-header__mega-menu-stars{display:inline-flex;align-items:center;gap:3px}.oddit-header__mega-menu-rating-count{font-family:var(--oddit-header-font-body);font-weight:700;font-size:12px;line-height:16px;color:var(--oddit-header-text);opacity:.75;text-box:trim-both cap alphabetic}.oddit-header__mega-menu-featured-title{font-family:var(--oddit-header-font-heading);font-weight:400;font-size:20px;line-height:1.2;color:var(--oddit-header-text)}.oddit-header__mega-menu-featured-desc{font-family:var(--oddit-header-font-body);font-weight:400;font-size:16px;line-height:1.2;color:var(--oddit-header-text-muted)}.oddit-header__mega-menu-featured-desc>*{margin:0}.oddit-header__mega-menu-featured-cta{display:inline-flex;align-items:center;gap:8px;min-height:48px;font-family:var(--oddit-header-font-heading);font-weight:400;font-size:18px;line-height:1;color:var(--oddit-header-flame)}.oddit-header__mega-menu-featured-cta:hover{opacity:.85}.oddit-header__link--has-dropdown[aria-expanded=true] .oddit-header__link-text{color:#de4726;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px}.oddit-header__link--has-dropdown[aria-expanded=true] .oddit-header__chevron path{stroke:#de4726}@media(min-width:750px){.oddit-header__nav{padding:16px 32px}}@media(min-width:990px){.oddit-header__nav{height:88px;padding:16px var(--oddit-header-desktop-padding);border-bottom-width:2px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:24px}.oddit-header__primary-links{justify-self:start}.oddit-header__logo-link{position:static;transform:none;justify-self:center}.oddit-header__right{justify-self:end}.oddit-header__mobile-left,.oddit-header__mobile-cart{display:none}.oddit-header__primary-links{display:flex;align-items:center;gap:24px;flex:0 0 auto}.oddit-header__right{display:flex;align-items:center;gap:32px;flex:0 0 auto}.oddit-header__secondary-links,.oddit-header__icons{display:flex;align-items:center;gap:24px}.oddit-header__icon-link{display:flex;align-items:center;justify-content:center;position:relative;width:24px;height:24px;transition:opacity .2s ease}.oddit-header__icon-link:hover{opacity:.7}.oddit-header__icon-link--search-mobile{display:none}.oddit-header__logo{width:287px;height:56px}.oddit-header__link--has-dropdown:after{content:"";position:absolute;top:100%;left:0;right:0;height:var(--oddit-header-bottom-pad, 16px);background:transparent;pointer-events:auto}.oddit-header__mobile-menu{display:none}}@media(min-width:990px)and (max-width:1199px){.oddit-header{--oddit-header-desktop-padding: 24px}.oddit-header__nav{column-gap:16px}.oddit-header__logo{width:200px;height:39px}.oddit-header__link-text{font-size:16px}.oddit-header__primary-links{gap:16px}.oddit-header__right{gap:20px}.oddit-header__secondary-links,.oddit-header__icons{gap:16px}}@media(min-width:1200px){.oddit-header__primary-links,.oddit-header__secondary-links{gap:32px}}.oddit-header__link:focus-visible,.oddit-header__logo-link:focus-visible,.oddit-header__icon-link:focus-visible,.oddit-header__menu-toggle:focus-visible,.oddit-header__mobile-cart:focus-visible,.oddit-header__mobile-menu-close:focus-visible,.oddit-header__mobile-nav-card:focus-visible,.oddit-header__mobile-nav-link:focus-visible,.oddit-header__mobile-nav-trigger:focus-visible,.oddit-header__mobile-nav-col-toggle:focus-visible,.oddit-header__mobile-nav-all:focus-visible,.oddit-header__mobile-nav-sublink:focus-visible,.oddit-header__mobile-nav-col-all:focus-visible,.oddit-header__mega-menu-link:focus-visible,.oddit-header__mega-menu-all:focus-visible,.oddit-header__mega-menu-column-all:focus-visible,.oddit-header__mega-menu-featured-cta:focus-visible{outline:2px solid var(--oddit-header-accent);outline-offset:3px;border-radius:2px}@media(prefers-reduced-motion:reduce){.oddit-header__mobile-menu-overlay,.oddit-header__mobile-menu-panel,.oddit-header__mobile-nav-chevron,.oddit-header__mobile-nav-col-chevron,.oddit-header__chevron,.oddit-header__link,.oddit-header__icon-link,.oddit-header__menu-toggle,.oddit-header__mobile-cart,.oddit-header__mega-menu-link,.oddit-header__mega-menu-all,.oddit-header__mega-menu-featured-cta{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/oddit-section-header.css.map */
