.product-card{position:relative}.product-card .compare-checkbox-wrapper{position:absolute;top:8px;left:8px;z-index:10;background:#fffffff2;border-radius:4px;padding:4px 8px;box-shadow:0 2px 4px #0000001a}.product-card .compare-checkbox-wrapper .form-check{margin-bottom:0}.product-card .compare-checkbox-wrapper .form-check .form-check-input{cursor:pointer}.product-card .compare-checkbox-wrapper .form-check .form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.product-card .compare-checkbox-wrapper .form-check .form-check-label{cursor:pointer;font-size:.875rem;font-weight:500;color:#495057}.compare-bar{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#7e7757,color-mix(in srgb,#7e7757 92%,white 8%),color-mix(in srgb,#7e7757 92%,black 8%));box-shadow:0 -4px 20px #00000026;z-index:1000;padding:10px 0;animation:slideUp .3s ease-out}.compare-bar .compare-bar-content{display:flex;align-items:center;justify-content:space-between;gap:16px}.compare-bar .compare-products{display:flex;gap:12px;flex-wrap:wrap;flex:1;overflow-x:auto;padding-bottom:4px}.compare-bar .compare-products::-webkit-scrollbar{height:4px}.compare-bar .compare-products::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.compare-bar .compare-products::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.compare-bar .compare-products::-webkit-scrollbar-thumb:hover{background:#ffffff80}.compare-bar .compare-product-item{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.compare-bar .compare-product-item .compare-product-thumb{position:relative;width:160px;height:50px;background:#fff;border-radius:8px;overflow:inherit;box-shadow:0 2px 8px #0000001a;padding:5px;background-color:#000;display:flex;align-items:center;justify-content:center}.compare-bar .compare-product-item .compare-product-thumb img{max-width:100%;max-height:100%;object-fit:contain}.compare-bar .compare-product-item .compare-product-thumb .btn-remove-compare{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border-radius:50%;background:#dc3545;color:#fff;border:2px solid white;display:flex;align-items:center;justify-content:center;font-size:10px;cursor:pointer;transition:all .2s}.compare-bar .compare-product-item .compare-product-thumb .btn-remove-compare:hover{background:#c82333;transform:scale(1.1)}.compare-bar .compare-product-item .compare-product-thumb .btn-remove-compare i{margin:0}.compare-bar .compare-product-item .compare-product-name{color:#fff;font-size:.75rem;max-width:100%;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compare-bar .compare-actions{display:flex;gap:8px;flex-shrink:0}.compare-bar .compare-actions .btn{font-weight:600;border-radius:8px;padding:8px 20px;transition:all .2s}.compare-bar .compare-actions .btn.btn-primary{background:#fff;color:#7e7757;border:none}.compare-bar .compare-actions .btn.btn-primary:hover:not(:disabled){background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.compare-bar .compare-actions .btn.btn-primary:disabled{background:#ffffff80;color:#667eea80;cursor:not-allowed}.compare-bar .compare-actions .btn.btn-outline-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.compare-bar .compare-actions .btn.btn-outline-secondary:hover{background:#ffffff1a;border-color:#fff}.compare-bar .compare-actions .btn i{font-size:.875rem}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.compare-bar .compare-bar-content{flex-direction:column;gap:12px}.compare-bar .compare-products{justify-content:center;width:100%}.compare-bar .compare-actions{width:100%}.compare-bar .compare-actions .btn{flex:1;padding:10px 16px}}@media(max-width:576px){.compare-bar .compare-product-item .compare-product-thumb{width:50px;height:50px}.compare-bar .compare-product-item .compare-product-name{max-width:50px}.compare-bar .compare-actions .btn{font-size:.875rem;padding:8px 12px}.compare-bar .compare-actions .btn i{display:none}}.product-sidebar .input-group{border-radius:30px}.product-sidebar .input-group .input-group-text{background-color:#fff;border-right:0;border-radius:30px 0 0 30px}.product-sidebar .input-group input.form-control{border-left:0;background-color:#fff;border-radius:0 30px 30px 0!important}.product-sidebar .input-group input.form-control:focus{box-shadow:none;border:1px solid #eaedef}.product-sidebar .input-group #clearSearchBtn.d-none{display:none!important}.product-sidebar #searchResultInfo{font-size:.85rem;color:#6c757d}.product-sidebar #searchResultInfo.d-none{display:none!important}.category-item{position:relative}.category-item .category-link-wrapper{cursor:pointer;padding:5px 15px;transition:all .2s ease;border:none;background-color:#fff}.category-item .category-link-wrapper:hover{background-color:#7e7757}.category-item .category-link-wrapper:hover a{color:#fff!important}.category-item.category_level1 .children-container.show{border-left:1px dashed rgba(204,204,204,.8);margin-left:13px}.category-item.category_level1 .category-link{font-weight:600;font-size:14px;font-family:Archivo Narrow,sans-serif;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.category-item.category_level1 .category-link i{font-size:1rem}.category-item .category-link{cursor:pointer;color:#000;text-decoration:none;display:inline-block}.category-item .category-link:hover{color:#7e7757!important}.category-item .category-link.active{font-weight:600;color:#7e7757}.category-item .category-link.highlight{background-color:#f7f4f0!important;border-left-color:#b8956a!important;animation:pulse 2s ease-in-out}.category-item .expand-toggle{border:none;background:transparent;color:#6c757d;padding:.25rem 15px!important;line-height:1;transition:color .2s ease;border-radius:0}.category-item .expand-toggle:hover{color:#7e7757;background-color:#f1f1f1}.category-item .expand-toggle[aria-expanded=true] .expand-icon{transform:rotate(0)}.category-item .expand-toggle .expand-icon{transition:transform .2s ease;font-size:.875rem}.category-item .level-2{font-size:.95rem;margin-left:10px;padding-left:0!important}.category-item .level-2:hover{border-left-color:transparent;background-color:transparent}.category-item .level-2:hover a{color:#7e7757!important}.category-item .level-3{margin-left:10px;font-size:.9rem;padding-left:0!important}.category-item .level-3:hover{border-left-color:transparent;background-color:transparent}.category-item .level-3:hover a{color:#7e7757!important}.category-item .level-4{padding-left:0!important;font-size:12px;font-weight:400;margin-left:10px}.category-item .level-4 .category-link{font-size:13px;font-weight:400}.category-item .level-4 .category-link span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.category-item .level-4:hover{border-left-color:transparent;background-color:transparent}.category-item .level-4:hover a{color:#7e7757!important}.category-item .category-name{display:inline-block}.category-item .badge{font-size:.7rem;padding:.25rem .5rem}.category-item .children-container.collapse:not(.show){display:none}.category-item .children-container .list-group-item{padding:5px 1rem;font-size:.9rem}.search-result .category-link{padding:1rem;border-bottom:1px solid #e9ecef}.search-result .category-link .breadcrumb-path{font-size:.8rem;color:#6c757d;margin-top:.25rem}.search-result .category-link .breadcrumb-path i{font-size:.7rem}#categoryTree::-webkit-scrollbar{width:6px}#categoryTree::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}#categoryTree::-webkit-scrollbar-thumb{background:#888;border-radius:10px}#categoryTree::-webkit-scrollbar-thumb:hover{background:#555}.product-filters-container .card-header{background:linear-gradient(135deg,#cfcbb9,#c4bfaa);border-bottom:1px solid rgba(0,0,0,.05);padding:.875rem 1.25rem}.product-filters-container .card-header h6{font-size:1rem;font-weight:600;color:#605b42}.product-filters-container .card-header button[data-bs-toggle=collapse]{border-color:#605b42;color:#605b42;padding:.25rem .5rem}.product-filters-container .card-header button[data-bs-toggle=collapse]:hover{background-color:#7e77571a}.product-filters-container .card-header button[data-bs-toggle=collapse] i{transition:transform .2s ease}.product-filters-container .card-header button[data-bs-toggle=collapse]:not(.collapsed) i{transform:rotate(180deg)}.product-filters-container .filter-input{font-size:.9rem;height:37px}.product-filters-container .form-label{font-size:.9rem;margin-bottom:.5rem}.product-filters-container .badge{font-size:.75rem}.product-filters-container .btn-group .btn{font-size:.85rem}.product-filters-container .filter-loading-overlay{position:absolute;top:0;right:15px;padding:.75rem 1rem;background:#fffffff2;border-radius:.375rem;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#7e7757;z-index:1000;animation:fadeIn .2s ease-in}.product-filters-container .filter-loading-overlay .spinner-border{width:1rem;height:1rem;border-width:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}#productGridContainer .welcome-message{padding:3rem 2rem}#productGridContainer .welcome-message i{color:#dee2e6}#productGridContainer .welcome-message h3{font-size:1.75rem;color:#495057;margin-top:1rem}#productGridContainer .welcome-message p{font-size:1.1rem}.category-header h2{font-size:1.75rem;font-weight:600;color:#3c3c3c;margin-bottom:.5rem}.category-header .category-stats{display:flex;gap:.5rem;flex-wrap:wrap}.category-header .category-stats .badge{font-size:.85rem;padding:.4rem .75rem}.product-card{transition:all .3s ease;border:1px solid #dee2e6;border-radius:.5rem;overflow:hidden;cursor:pointer;height:100%;background-color:#000c}.product-card:hover{box-shadow:0 6px 16px #00000026;border-color:#7e7757}.product-card:hover .card-img-wrapper img{transform:scale(1.1)}.product-card .card-img-wrapper{position:relative;overflow:hidden;background-color:#000;height:130px;display:flex;align-items:center;justify-content:center;padding:10px}.product-card .card-img-wrapper img{width:auto;height:auto;object-fit:contain;transition:transform .3s ease;max-width:100%}.product-card .card-body{padding:10px}.product-card .card-body .product-name{font-size:14px;font-weight:500;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:5px;color:#3c3c3c;font-family:Archivo Narrow,sans-serif}.product-card .card-body .product-category{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.product-card .card-body .product-category i{color:#7e7757}.product-card .card-body .product-attributes{font-size:.8rem;color:#6c757d;margin-top:auto}.product-card .card-body .product-attributes i{color:#7e7757}.pagination{justify-content:center;margin-top:2rem}.pagination .page-link{color:#7e7757;border-color:#dee2e6;padding:.5rem .75rem;transition:all .2s}.pagination .page-link:hover{background-color:#f8f9fa;border-color:#7e7757}.pagination .page-item.active .page-link{background-color:#7e7757;border-color:#7e7757;color:#fff}.pagination .page-item.disabled .page-link{color:#6c757d;background-color:#000c;border-color:#dee2e6}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}.skeleton-img{border-radius:.5rem .5rem 0 0}.skeleton-text{height:1rem;margin-bottom:.5rem}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}#sidebarLoading{padding:2rem 1rem}#sidebarLoading.d-none{display:none!important}#sidebarLoading .spinner-border{width:2rem;height:2rem;color:#7e7757}.product-breadcrumb .breadcrumb{background-color:transparent;padding:.5rem 0;margin-bottom:0;font-size:.9rem}.product-breadcrumb .breadcrumb .breadcrumb-item a{color:#7e7757;text-decoration:none}.product-breadcrumb .breadcrumb .breadcrumb-item a:hover{text-decoration:underline;color:#6a6449}.product-breadcrumb .breadcrumb .breadcrumb-item.active{color:#6c757d}.product-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#6c757d}@media(max-width:991px){.product-sidebar{margin-bottom:2rem}.product-sidebar .card{position:relative!important;top:0!important;max-height:none}.product-sidebar .card-body#categoryTree{max-height:400px}}@media(max-width:768px){.category-header h2{font-size:1.5rem}.product-card .product-name{font-size:.875rem}.product-sidebar .card-header h5{font-size:1rem}}@media(max-width:576px){.products-page .container-fluid{padding-left:.75rem;padding-right:.75rem}.category-header .category-stats .badge{font-size:.75rem;padding:.3rem .6rem}}.empty-state{text-align:center;padding:4rem 2rem}.empty-state i{font-size:4rem;color:#dee2e6;margin-bottom:1rem}.empty-state h4{color:#6c757d;margin-bottom:.5rem}.empty-state p{color:#33333380}.text-truncate-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.text-truncate-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.form-search-products .select2-container--bootstrap-5 .select2-selection{height:37px;padding:.375rem .75rem;font-size:.9rem;box-shadow:none!important;border-color:#ccc!important}.form-search-products .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered{align-items:center;display:flex;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.form-search-products .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice{font-size:12px!important;margin:0;background-color:#ccc;padding:2px 5px!important;margin-bottom:0!important}.toolbar-info{display:flex;gap:10px;margin-bottom:0;align-items:center}.toolbar-info h2{font-size:24px;margin-bottom:0}.toolbar-info .badge{padding:7px 10px}#productListView .img-thumbnail{width:200px;height:50px;padding:5px;background-color:#000}#productListView .img-thumbnail img{width:auto;height:auto;object-fit:contain;max-width:100%}
