.collections-navbar{background-color:#fefdfd;position:-webkit-sticky;position:sticky;top:0;z-index:100}.collections-nav-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;gap:.35rem;overflow-y:visible;scrollbar-width:thin}@media(max-width:479px){.collections-nav-container{padding:0 .5rem;gap:4px}}.collections-nav-container::-webkit-scrollbar{height:4px}.collections-nav-container::-webkit-scrollbar-thumb{background-color:#83543f;border-radius:2px}.nav-item{padding:.8rem 1.25rem;color:#333;font-size:20px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;transition:all .3s ease;cursor:pointer;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);font-family:system-ui,-apple-system,sans-serif;display:flex;align-items:center;line-height:1}@media(max-width:479px){.nav-item{padding:.5rem .8rem;font-size:16px}}.nav-item.active,.nav-item:hover{color:#83543f;border-bottom-color:#83543f}.nav-item.active{font-weight:700}.nav-dropdown{position:relative;display:inline-block}.dropdown-toggle{gap:.35rem}.dropdown-toggle .arrow{font-size:10px;transition:transform .3s ease}.dropdown-toggle .arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fefdfd;border-radius:4px;min-width:200px;z-index:1000;animation:dropdownFadeIn .2s ease}@media(max-width:479px){.dropdown-menu{min-width:160px}}.dropdown-item{display:block;padding:.5rem 1.25rem;color:#333;font-size:18px;transition:all .3s ease}@media(max-width:479px){.dropdown-item{padding:.5rem .8rem;font-size:16px}}.dropdown-item:last-child{border-bottom:none}.dropdown-item.active,.dropdown-item:hover{background-color:#fefdfd;color:#83543f}.dropdown-item.active{font-weight:700}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}