.tag-btn {
    cursor: pointer;
}

.tag-btn.active {
    background: #0d6efd;
    color: #fff;
}

.product {
    display: none;
}

.product.show {
    display: block;
}

.product-symbol {
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: 1;
    margin-right: 1rem;
}

.product img {
    height: 75px;
    width: 75px;
    object-fit: contain;
}

.tag-badge {
    cursor: pointer;
    font-size: .75rem;
}

.container-custom {
    max-width: 1140px;
    margin: 0 auto;
}

#search-wrapper {
    position: relative;
}

#search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    border: 1px solid #dee2e6;
}

.dropdown-item.active {
    background: #0d6efd !important;
    color: #fff !important;
}

header {
    letter-spacing: .05em;
}

.navbar-toggler {
    border: 1px solid #6c757d;
    background: #fff;
    padding: .25rem .5rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280,0,0,0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.offcanvas-body .btn-group-vertical {
    width: 100%;
}

.offcanvas-title {
    font-size: 1.25rem;
}

.footer-label {
    cursor: pointer;
    color: #0d6efd;
    text-decoration: underline;
}

#search {
    border-color: #adb5bd;
}

.clear-all {
    cursor: pointer;
    color: #dc3545;
    font-size: .875rem;
    margin-bottom: .5rem;
}

.clear-all:hover {
    text-decoration: underline;
}

.offcanvas-footer {
    padding: .75rem 1.5rem;
    border-top: 1px solid #dee2e6;
    position: sticky;
    bottom: 0;
    background: #fff;
}

.active-tag {
    display: inline-flex;
    align-items: center;
    font-size: .75rem;
    margin: .125rem;
}

.active-tag .remove-tag {
    margin-left: .25rem;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    opacity: .8;
}

.active-tag .remove-tag:hover {
    opacity: 1;
}