.dropdown-brands{position:relative}.dropdown-brands-trigger{cursor:pointer;border:2px solid #fff;justify-content:space-between;align-items:center;width:11rem;height:2.5rem;padding:0 .625rem;transition:all .15s;display:flex}.dropdown-brands-trigger:hover{color:var(--main-color);background-color:#fff}.dropdown-brands-trigger-content{align-items:center;display:flex}.dropdown-brands-trigger-icon{width:24px;height:24px}.dropdown-brands-trigger-text{-webkit-user-select:none;user-select:none;padding-left:.75rem;font-size:1.125rem;font-weight:400}.dropdown-brands-trigger-arrow{width:12px;height:24px}.dropdown-brands-menu{z-index:10;background-color:#fff;width:16rem;max-height:500px;margin-top:.625rem;padding:1rem 0;position:absolute;overflow-y:auto}.dropdown-brands-item{cursor:pointer}.dropdown-brands-item-content{cursor:pointer;justify-content:space-between;align-items:center;height:2rem;padding:1rem .75rem;transition:all .15s;display:flex}.dropdown-brands-item-content:hover{background-color:var(--main-color);color:#fff}.dropdown-brands-item-left{align-items:center;gap:1rem;min-width:0;display:flex}.dropdown-brands-item-icon{width:20px;height:20px}.dropdown-brands-item-name{white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;min-width:0;font-size:.875rem;font-weight:400;overflow:hidden}.dropdown-brands-item-arrow{flex-shrink:0;width:12px;height:24px}
.monthly-offer-card{border:1px solid #8f8f8f;flex-direction:column;justify-content:space-between;width:510px;height:546px;padding:1rem;display:flex}.monthly-offer-card-image-container{flex:1;width:100%;position:relative}.monthly-offer-card-image{object-fit:contain;cursor:pointer;width:100%;height:300px}.monthly-offer-card-actions{justify-content:center;align-items:center;gap:.625rem;width:100%;display:flex}.monthly-offer-card-details{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding-top:.5rem;display:flex}.monthly-offer-card-sku{color:#8f8f8f;font-size:.9375rem;font-weight:400}.monthly-offer-card-title{font-size:.9375rem;font-weight:400}.monthly-offer-card-prices{justify-content:center;align-items:center;gap:.625rem;display:flex}.monthly-offer-card-price-current{color:var(--main-color);font-size:2.25rem;font-weight:900}.monthly-offer-card-price-divider{background-color:var(--main-color);width:1px;height:39px}.monthly-offer-card-price-old{color:red;font-size:.9375rem;font-weight:300;text-decoration:line-through}.monthly-offer-card-promo-text{text-align:center;padding-bottom:1.5rem;font-size:.9375rem;font-weight:400}
.search-results{z-index:50;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;max-height:500px;margin-top:.5rem;animation:.2s ease-in-out fadeIn,.2s ease-in-out slideInTop;position:absolute;top:0;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (min-width:640px){.search-results{width:100%;margin-top:0;position:fixed;top:3.5rem;left:0;right:0}}@media (min-width:768px){.search-results{width:auto;max-width:48rem;margin-top:.5rem;position:absolute;top:100%;left:0;right:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInTop{0%{transform:translateY(-.5rem)}to{transform:translateY(0)}}.search-results-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.search-results-title{color:#374151;font-size:.875rem;font-weight:600}.search-results-close-btn{border-radius:9999px;padding:.25rem;transition:background-color .15s}.search-results-close-btn:hover{background-color:#e5e7eb}.search-results-close-icon{color:#4b5563}.search-results-loading{justify-content:center;align-items:center;padding:3rem 0;display:flex}.search-results-loading-content{flex-direction:column;align-items:center;gap:.75rem;display:flex}.search-results-spinner{border:4px solid #006cb2;border-top-color:#0000;border-radius:9999px;width:2rem;height:2rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-results-loading-text{color:#4b5563;font-size:.875rem}.search-results-error{text-align:center;padding:2rem 1rem}.search-results-error-text{color:#dc2626;font-size:.875rem}.search-results-empty{text-align:center;padding:3rem 1rem}.search-results-empty-content{flex-direction:column;align-items:center;gap:.5rem;display:flex}.search-results-empty-icon{color:#d1d5db;width:4rem;height:4rem}.search-results-empty-title{color:#374151;font-size:.875rem;font-weight:500}.search-results-empty-subtitle{color:#6b7280;font-size:.75rem}.search-results-list{max-height:380px;overflow-y:auto}.search-results-item{cursor:pointer;border-bottom:1px solid #f3f4f6;align-items:center;gap:1rem;padding:.75rem 1rem;transition:background-color .15s;display:flex}.search-results-item:last-child{border-bottom:0}.search-results-item:hover{background-color:#f9fafb}.search-results-item-image{object-fit:contain;cursor:pointer;flex-shrink:0;width:4rem;height:4rem}.search-results-item-info{flex:1;min-width:0}.search-results-item-title{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.search-results-item-brand{color:#6b7280;margin-top:.125rem;font-size:.75rem}.search-results-item-details{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.search-results-item-quantity{color:#6b7280;font-size:.75rem}.search-results-item-price{text-align:right;flex-shrink:0}.search-results-item-price-current{color:#006cb2;font-size:1rem;font-weight:700}.search-results-item-price-old{color:#9ca3af;font-size:.75rem;text-decoration:line-through}.search-results-footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;padding:.75rem 1rem}.search-results-view-all-btn{color:#fff;background-color:#006cb2;border-radius:.5rem;width:100%;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .15s}.search-results-view-all-btn:hover{background-color:#005a94}.search-results-scrollbar::-webkit-scrollbar{width:6px}.search-results-scrollbar::-webkit-scrollbar-track{background:#f1f1f1}.search-results-scrollbar::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.search-results-scrollbar::-webkit-scrollbar-thumb:hover{background:#555}
.appbar-container{z-index:50;position:relative}.appbar-search-form:focus-within{border-color:#0081d6;box-shadow:0 0 0 3px #0081d64d}.appbar-nav-link:hover,.appbar-nav-link:focus{color:#0081d6;border-bottom-color:#0081d6}.appbar-nav-link.app-link{color:#0081d6;font-weight:600}.appbar-nav-link.app-link:hover{color:#005c99;border-bottom-color:#0081d6}
