.search-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;width:360px;background:rgba(17,18,22,.98);border:1px solid rgba(248,54,60,.2);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.4);backdrop-filter:blur(10px);z-index:1000;animation:dropdownFadeIn .2s ease}.search-modal-content{padding:12px;max-height:500px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(248,54,60,.3) transparent}.search-modal-content::-webkit-scrollbar{width:6px}.search-modal-content::-webkit-scrollbar-track{background:transparent}.search-modal-content::-webkit-scrollbar-thumb{background:rgba(248,54,60,.3);border-radius:3px}.search-modal-content::-webkit-scrollbar-thumb:hover{background:rgba(248,54,60,.5)}.search-section{margin-bottom:0}.search-section+.search-section{margin-top:16px;padding-top:16px;border-top:1px solid hsla(0,0%,100%,.06)}.search-section-header{display:flex;align-items:center;justify-content:space-between;padding:8px 4px;margin-bottom:8px}.search-section-title{font-size:11px;font-weight:700;letter-spacing:.5px;color:hsla(0,0%,100%,.4);text-transform:uppercase}.search-close-button{color:hsla(0,0%,100%,.4);transition:color .2s ease;cursor:pointer;background:none;border:none;padding:4px}.search-close-button:hover{color:hsla(0,0%,100%,.7)}.search-items-list{display:flex;flex-direction:column;gap:4px}.search-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;background:transparent;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.search-item:hover{background:hsla(0,0%,100%,.05)}.search-item-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:rgba(248,54,60,.15);flex-shrink:0;font-size:16px;font-weight:700;color:#f8363c}.search-item-icon-image{background:transparent;padding:4px}.search-item-icon-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.search-item-content{flex:1;min-width:0}.search-item-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:2px}.search-item-subtitle,.search-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-item-subtitle{font-size:12px;color:hsla(0,0%,100%,.5)}.search-item-arrow{color:hsla(0,0%,100%,.3);flex-shrink:0;transition:all .2s ease}.search-item:hover .search-item-arrow{color:hsla(0,0%,100%,.6);transform:translateX(2px)}.search-product-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;background:transparent;text-decoration:none;transition:all .2s ease;cursor:pointer}.search-product-item:hover{background:hsla(0,0%,100%,.05)}.search-product-image{width:48px;height:48px;border-radius:8px;background:rgba(248,54,60,.1);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.search-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.search-product-content{flex:1;min-width:0}.search-product-name{font-size:14px;font-weight:600;color:#fff;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-product-meta{display:flex;align-items:center;gap:6px;font-size:12px}.search-product-price{color:#fff;font-weight:600}.search-product-separator{color:hsla(0,0%,100%,.3)}.search-product-stock{color:hsla(0,0%,100%,.5)}.search-product-item .search-item-arrow{color:hsla(0,0%,100%,.3);flex-shrink:0;transition:all .2s ease}.search-product-item:hover .search-item-arrow{color:hsla(0,0%,100%,.6);transform:translateX(2px)}@media (max-width:768px){.search-dropdown-menu{width:340px}}@media (max-width:640px){.search-dropdown-menu{position:fixed;top:72px!important;right:12px!important;left:12px!important;width:auto}.search-modal-content{padding:8px;max-height:300px}.search-item{padding:10px}.search-item-icon{width:36px;height:36px}.search-product-image{width:40px;height:40px}.search-item-title,.search-product-name{font-size:13px}.search-item-subtitle,.search-product-meta{font-size:11px}}.account-dropdown-wrapper{position:relative}.navbar-account-btn.account-logged-in{gap:8px;min-width:auto;padding:.5rem .75rem}.navbar-account-btn.account-logged-in:hover{background:linear-gradient(135deg,#f8363c,#e02d37);box-shadow:0 4px 12px rgba(248,54,60,.3);transform:none;border-color:transparent}.account-avatar{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#f8363c,#e02d37);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px;letter-spacing:.5px}.account-username{font-weight:600;font-size:14px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-chevron{transition:transform .2s ease;opacity:.7}.account-chevron.open{transform:rotate(180deg)}.account-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:rgba(17,18,22,.98);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.4);backdrop-filter:blur(10px);padding:8px;z-index:1000;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.account-dropdown-header{display:flex;align-items:center;gap:12px;padding:12px 8px}.account-dropdown-avatar{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#f8363c,#e02d37);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;letter-spacing:.5px;flex-shrink:0}.account-dropdown-info{flex:1;min-width:0}.account-dropdown-name{color:#fff;font-weight:600;font-size:14px}.account-dropdown-email,.account-dropdown-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-dropdown-email{color:hsla(0,0%,100%,.5);font-size:12px}.account-dropdown-divider{height:1px;background:hsla(0,0%,100%,.08);margin:4px 0}.account-dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 12px;color:hsla(0,0%,100%,.8);text-decoration:none;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s ease;cursor:pointer;width:100%;border:none;background:transparent;text-align:left}.account-dropdown-item:hover{background:hsla(0,0%,100%,.05);color:#fff}.account-dropdown-item svg{flex-shrink:0;opacity:.7}.account-dropdown-logout{color:#f8363c}.account-dropdown-logout:hover{background:rgba(248,54,60,.1)}.account-dropdown-logout svg{opacity:1}@media (max-width:768px){.account-chevron,.account-username{display:none}.account-dropdown-menu{min-width:220px;right:-8px}.navbar-account-btn.account-logged-in{padding:.5rem;min-width:40px}}