.category-page .breadcrumb {
    background: transparent;
    padding: 0;
}
.product-card {
    transition: transform 0.3s ease;
}
.product-card:hover {
    transform: translateY(-5px);
}
.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #0d6efd;
}
.product-card {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}
.product-img-wrapper img {
    transition: transform 0.5s ease;
}
.product-card:hover .product-img-wrapper img {
    transform: scale(1.05);
}
.custom_buttom {
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    align-self: stretch;
    border-radius: 6px;
    background: #f1ad09;
    color: #fff;
}
.custom_buttom_sm {
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    align-self: stretch;
    border-radius: 6px;
    background: #f1ad09;
    color: #fff;
}
.container-custom {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#filter-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.loader-content {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.cursor-pointer {
    cursor: pointer;
}

.thumb-scroll {
    max-height: 421px;
    overflow-y: auto;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    padding: 5px;
}

.thumb-scroll img {
    transition: all 0.3s ease;
    object-fit: cover;
    height: 80px;
    width: 100%;
    margin-bottom: 10px;
    display: block;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform, border-color;
}

.thumb-scroll img:hover {
    border-color: #f3a618 !important;

    transform: scale(1.02);
    z-index: 1;
    position: relative;
}
.main-img-container {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

#mainProductImage {
    transition: opacity 0.3s ease-in-out;
}

.btn-warning {
    background-color: #f3a618;
    border-color: #f3a618;
    color: white;
}

.btn-warning:hover {
    background-color: #d99213;
    color: white;
}

.btn-outline-warning {
    color: #f3a618;
    border-color: #f3a618;
}

.btn-outline-warning:hover {
    background-color: #f3a618;
    color: white;
}

.sticky-top {
    z-index: 10;
}
.thumb-scroll {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
#cart-count {
    top: -6px;
    right: -8px;
    font-size: 10px;
    padding: 4px 6px;
}

.navbar-toggler {
    border: none;
}
.form-control::placeholder {
    color: #adb5bd;
    font-size: 0.9rem;
}

.form-control:focus {
    border-color: #ffc107;
}

.card {
    border-color: #e9ecef !important;
}
/* 1. Make all text and links white */
.header-top,
.header-top a,
.header-top .btn {
    color: #ffffff !important;
    text-decoration: none; /* Removes underline from links */
}

/* 2. Make the icons yellow */
.header-top i {
    color: #ffcc00 !important; /* Adjust yellow shade here */
}

/* 3. Ensure hover effect doesn't turn them blue again */
.header-top a:hover {
    color: #dddddd !important; /* Slight grey on hover */
}
.header-top .dropdown-menu .dropdown-item {
    color: #000000 !important;
}

/* ৪. ড্রপডাউন আইটেমে হোভার করলে রঙ পরিবর্তনের জন্য (ঐচ্ছিক) */
.header-top .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #000000 !important;
}
@media (max-width: 1250px) {
    .container-custom {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .thumb-scroll {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .thumb-scroll img {
        margin-bottom: 0 !important;
        margin-right: 10px;
    }

    .main-img-container {
        min-height: 300px;
    }
}
