.webfooter{background-color:var(--primary-color);height:auto;padding:20px 0;position:relative}.searcher{position:absolute;left:0;right:0;width:100%;transition:.3s;opacity:1;z-index:2;background-color:var(--white);padding:15px}.searcher-form{display:flex;gap:10px;align-items:flex-start}.searcher-form-group{flex:1;position:relative}.searcher-loading{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:1}.searcher-button{white-space:nowrap}.searcher-results{position:absolute;top:100%;left:0;right:0;background-color:var(--white);border:1px solid #e0e0e0;border-top:none;max-height:400px;overflow-y:auto;box-shadow:0 4px 6px #0000001a;margin-top:5px;z-index:10}.searcher-result-item{display:flex;align-items:center;padding:12px 15px;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f0f0f0}.searcher-result-item:last-child{border-bottom:none}.searcher-result-item:hover{background-color:#f8f9fa}.searcher-result-image{width:50px;height:50px;min-width:50px;margin-right:12px;border-radius:4px;overflow:hidden;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.searcher-result-image img{width:100%;height:100%;object-fit:cover}.searcher-result-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e0e0e0;color:#666;font-weight:700;font-size:18px}.searcher-result-content{flex:1;min-width:0}.searcher-result-name{font-weight:500;color:#333;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searcher-result-type{font-size:12px;color:#666;text-transform:capitalize}.searcher-no-results .searcher-result-item{cursor:default}.searcher-no-results .searcher-result-item:hover{background-color:transparent}.searcher-no-results .searcher-result-name{color:#999;font-style:italic}.checkout-aside{padding:20px;background-color:#f7f7f7;border-radius:10px}.checkout-aside .progress{margin:10px 0}.checkout-aside .cart-product{display:flex;gap:20px;margin-bottom:30px}.checkout-aside .cart-product .cart-product-image{flex:1}.checkout-aside .cart-product .cart-product-image img{width:100px;height:100px;background-size:cover}.checkout-aside .cart-product-info-list{list-style:none;padding:0;margin:10px 0 0}.checkout-aside .checkout-aside-footer{margin:20px 0}.cart-offcanvas .offcanvas-header{border-bottom:1px solid #e0e0e0}.cart-offcanvas .cart-offcanvas-body{display:flex;flex-direction:column;height:100%;padding:1rem}.cart-offcanvas .cart-offcanvas-products{flex:1;overflow-y:auto;margin-bottom:1rem;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:#ccc #f1f1f1}.cart-offcanvas .cart-offcanvas-products::-webkit-scrollbar{width:6px}.cart-offcanvas .cart-offcanvas-products::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.cart-offcanvas .cart-offcanvas-products::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.cart-offcanvas .cart-offcanvas-products::-webkit-scrollbar-thumb:hover{background:#999}.cart-offcanvas .cart-product{display:flex;gap:15px}.cart-offcanvas .cart-product .cart-product-image{width:80px;height:80px;min-width:80px;border-radius:8px;overflow:hidden;background-color:#f7f7f7}.cart-offcanvas .cart-product .cart-product-image img{width:100%;height:100%;object-fit:cover}.cart-offcanvas .cart-product .cart-product-info{flex:1;min-width:0}.cart-offcanvas .cart-product .cart-product-info .cart-product-title{font-size:14px;font-weight:600;margin-bottom:8px;line-height:1.3}.cart-offcanvas .cart-product .cart-product-info .cart-product-info-list{list-style:none;padding:0;margin:0;font-size:12px;color:#666}.cart-offcanvas .cart-product .cart-product-info .cart-product-info-list li{margin-bottom:4px}.cart-offcanvas .cart-product .cart-product-info .quantity-controls button{width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1}.cart-offcanvas .cart-product .cart-product-info .quantity-controls span{min-width:30px;text-align:center;font-weight:600}.cart-offcanvas .checkout-aside-footer table{font-size:14px}.cart-offcanvas .checkout-aside-footer table td{padding:8px 0}.cart-offcanvas .checkout-aside-footer table td:last-child{text-align:right}.cart-offcanvas .checkout-aside-footer table tr:last-child td{padding-top:12px;font-size:16px}.cart-offcanvas .checkout-aside-button .btn{font-weight:600}.cart-table .cart-product{display:flex;gap:20px}.cart-table .cart-product-image{width:100px;height:100px}.cart-table .cart-product-image img{width:100%;height:100%;object-fit:cover}.cart-table .cart-product-title{font-size:16px;font-weight:700;margin-bottom:10px}.cart-table .cart-product-info{font-size:14px;font-weight:400;margin-bottom:0}.cart-table .cart-product-info-button{list-style:none;padding:0;margin:10px 0 0;display:flex;gap:5px}.cart-table .cart-qty{font-size:16px;font-weight:400;margin-bottom:0}.cart-table .cart-price{font-size:16px;font-weight:700;margin-bottom:0}.main-navbar{background-color:var(--primary-color)}.nav-link{color:var(--white)}.offcanvas-body .nav-buttons{display:flex;gap:10px;align-items:center}.offcanvas-body .menu{display:flex;justify-content:center;flex:1;gap:10px;align-items:center}.nav-dropdown{position:relative!important}.nav-dropdown .dropdown-menu{position:fixed!important;top:85px!important;left:0!important;right:0!important;width:100%!important;max-width:none!important;margin:0!important;border-radius:0!important;border:none!important;box-shadow:0 4px 6px #0000001a;padding:2rem;z-index:1050}.nav-dropdown .dropdown-menu.show{display:flex!important;flex-wrap:wrap;gap:2rem;justify-content:flex-start;align-items:flex-start}.nav-dropdown .nav-dropdown-item{flex:1;min-width:250px;max-width:300px}.nav-dropdown .nav-dropdown-item .nav-link{font-weight:700;font-size:1.1rem;color:var(--primary-color);text-decoration:none;display:block;margin-bottom:.5rem;padding:.5rem 0;border-bottom:1px solid #eee}.nav-dropdown .nav-dropdown-item .nav-link:hover{color:var(--secondary-color)}.nav-dropdown .nav-dropdown-item .nav-sublink{display:block;color:#666;text-decoration:none;padding:.25rem 0;font-size:.9rem}.nav-dropdown .nav-dropdown-item .nav-sublink:hover{color:var(--primary-color)}.searcher-form{display:flex;column-gap:5px}.searcher-form .searcher-form-group{flex:1}.marquee{background-color:#000}.marquee .marquee-item{color:var(--white);padding:5px 10px}
