.ui-menu {
    list-style-type: none; /* Remove bullets */
    background-color: white; /* Add white background */
    border: 1px solid #ccc; /* Add border for better visibility */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow for dropdown */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    max-height: 300px; /* Limit height for scrolling */
    overflow-y: auto; /* Add scrollbar for overflow */
}
.ui-menu-item {
    padding: 10px; /* Add padding to each item */
}
.ui-menu-item-wrapper {
    display: block;
}

.fa-star {
    color: gold; /* Color of filled stars */
}
.fa-star-half-alt {
    color: gold; /* Color of half-filled stars */
}
.fa-star-o {
    color: #ccc; /* Color of empty stars */
}

.header__center {
    position: relative;
}
.hidden-important {
    display: none !important;
}

.product-title-l {
    display: block; /* or inline-block */
    max-width: 200px; /* adjust as needed */
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.ps-panel--search-result {
    position: absolute;
    top: 100%; /* Position the search results panel below the search bar */
    left: 16%;
    z-index: 999; /* Ensure the search results panel is below the search bar */
    width: 100%; /* Adjust width as needed */
    background-color: #fff; /* Background color of the search results panel */
    border: 1px solid #ccc; /* Border of the search results panel */
}
.ps-panel--search-result-l {
    position: absolute;
    top: 100%; /* Position the search results panel below the search bar */
    left: 16%;
    z-index: 999; /* Ensure the search results panel is below the search bar */
    width: 100%; /* Adjust width as needed */
    background-color: #fff; /* Background color of the search results panel */
    border: 1px solid #ccc; /* Border of the search results panel */
}
.ps-panel--search-result.active {
    opacity: 1;
    visibility: visible;
    transform: translate(10px, 10px);
}
.ps-panel--search-result-l.active {
    opacity: 1;
    visibility: visible;
    transform: translate(10px, 10px);
}

.menu > li > a:hover {
    /* color: #9b111e; */
}

.menu .error-link a,
.navigation__extra a {
    color: black !important; /* Default color */
    text-decoration: none; /* Remove underline */
}


.ps-product--detail .ps-product__header .ps-product__info {
    width: 100%;
    /* padding-left: 20px; */
}
.ps-product--detail .ps-product__header .ps-product__audit {
    max-width: 100%;
    /* padding-left: 10px; */
}

.audit--top-icons {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    padding-left: 0px;
    align-items: center;
}

.audit--top-icons li {
    padding-left: 5px;
}

.total-views {
    padding-left: 8px;
    font-size: 18px;
}
.total-likes {
    padding-left: 8px;
    font-size: 20px;
}
.audit-content {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    /* background-color: #f8f3e9; */
    box-sizing: border-box;
}

.ask-question {
    margin-top: 20px;
}

.ask-question--btn {
    color: #139ad6;
    font-size: 20px;
    padding-left: 5px;
}


.shop-sidebar-clear {
    text-decoration: underline;
    color: #139ad6;
}

.premium-product-tag {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px 15px 7px 15px;
    background-color: #f8f3e9;
    border-radius: 20px;
}

.contact-icons {
    width: 30px;
}

@media (max-width: 479px) {
    .ps-panel--search-result {
        left: 0% !important;
    }
}

/* Overlay Sidebar */
.overlay-sidebar {
    position: fixed;
    top: 0;
    left: -250px; /* Initially off-screen */
    width: 250px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95); /* Semi-transparent white */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease;
    z-index: 1050;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */

}
.overlay-sidebar.show {
    left: 0; /* Slide in from the left */
}
.overlay-sidebar .offcanvas-header {
    padding: 10px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}
.overlay-sidebar .menu--dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
}
.overlay-sidebar .menu--dropdown li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.overlay-sidebar .menu--dropdown li:last-child {
    border-bottom: none;
}
.overlay-sidebar .menu--dropdown li a {
    text-decoration: none;
    color: #333;
}
.overlay-sidebar .menu--dropdown li a:hover {
    text-decoration: underline;
}
.overlay-sidebar .menu--dropdown .see-all-button {
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
@media (min-width: 1059px) {
    #menuToggle {
        display: none;
    }
}



.store-card {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 5px;
    background-color: #f8f3e9;
}

@media (max-width: 1058px) {
    .header {
        display: none !important;
    }
    .header.header--mobile {
        display: block !important;
    }

}
.menu .error-link:hover {

    border-bottom: none;
}
