.sale-section {
    background: linear-gradient(90deg, #000000, #ff0000);
    border-radius: 12px;
    padding: 10px;
    color: #fff;
}

.wishlist-btn {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.category-product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* সর্বোচ্চ ২ লাইন */
    -webkit-box-orient: vertical;
    overflow: hidden;

    color: #222222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    margin-bottom: 5px;
    text-align: center;
    height: 37px;
}

.category-product-title:hover {
    color: #724bb7;
}

.best-sale-section {
    background: #fff;
    padding: 20px;
}

.sale-card {
    border-radius: 6px;
    background: #fff;
    padding: 0px;
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
}

/* hover effect zoom-in */
.sale-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.badge-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e0006c;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 5px;
}

.badge-tag+.badge-tag {
    top: 35px;
}

.product-cat-title {
    font-size: 14px;
    font-weight: bold;
    color: #b86c36;
    margin-top: 10px;
    padding-left: 6px;
}

.product-title {
    font-size: 14px;
    color: #333;
    padding-left: 6px;
    /* min-height: 40px; */
}

.price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    padding-left: 6px;
}

.price-new {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
}

.see-all-btn {
    background: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 30px;
    padding: 2px 7px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #ddd;
}

.see-all-btn:hover {
    color: #000;
    background: #ddd;
}

#cam {
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 6px;
    background: red;
    color: #fff;
    height: 15px;
    width: 14px;
    line-height: 15px;
    font-size: 10px;
    border-radius: 50px;
    padding: 0px 4px;
}

#cam2 {
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 20px;
    background: red;
    color: #fff;
    height: 15px;
    width: 14px;
    line-height: 15px;
    font-size: 10px;
    border-radius: 50px;
    padding: 0px 4px;
}

.owl-nav button {
    background: #fff !important;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    color: #000 !important;
    font-size: 18px !important;
    margin: 0 5px;
}

.owl-nav button:hover {
    background: #e0006c !important;
    color: #fff !important;
}

/* ====== Hover Add Button (+) ====== */
.mobile-add-btn {
    position: absolute;
    top: 2px;
    right: 3px;
    background: #e0006c;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* ====== Hover Add Button (+) ====== */
.sale-card .add-btn {
    position: absolute;
    top: -50px;
    right: -50px;
    background: red;
    color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.sale-card:hover .add-btn {
    top: 10px;
    right: 10px;
}

.sale-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.featured-cat-title {
    color: gray;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}



@media screen and (min-width:700px) {
    .mobile-add-btn {
        display: none;
    }
    .menu-logo{
        display: flex;align-items: center;justify-content: end;
    }
}

@media screen and (max-width:700px) {
    .sale-card .add-btn {
        display: none;
    }

    #live-search-results {
        top: 107px;
    }
    .menu-logo{
        display: flex;align-items: center;justify-content: start;
    }
}



.submenu-container {
    width: 100%;
    border: 1px solid #e9e9e9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0px auto;
}

.submenu-column {
    padding: 0 10px;
}

.submenu-column h6 {
    font-weight: bold;
}

.submenu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu-column ul li {
    padding: 2px 0;
    cursor: pointer;
}

.submenu-column ul li:hover {}

@media (max-width: 991px) {
    .submenu-container {
        max-width: 100%;
    }
}

.category-menu {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    scrollbar-width: thin;
}

/* @media (max-width: 700px) { */
.category-menu {
    height: 55px;
}

/* } */
.category-menu::-webkit-scrollbar {
    height: 6px;
}

.category-menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.category-item {
    flex: 0 0 auto;
    padding: 6px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
}

.category-item:hover {
    background: #f8f9fa;
}

.category-item.active {
    border-color: #ff4d4d;
    background: #fff0f0;
    color: #ff4d4d;
}


.header-wishlist {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #222;
    margin: 0 10px;
}

.header-wishlist>i {
    font-size: 38px;
    line-height: 1;
    font-weight: 400;
}

.wishlist-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.wishlist-text small {
    font-size: 12px;
    color: #777;
    font-weight: 400;
}

.wishlist-text strong {
    font-size: 17px;
    color: #222;
    font-weight: 700;
}

.header-wishlist:hover {
    color: #222;
    text-decoration: none;
}

.header-wishlist:hover>svg {
    scale: 1.1;
}


.danpite-sidebar-sticky {
    position: sticky;
    top: 20px;

    /* পুরো screen-এর height থেকে top বাদ */
    max-height: calc(100vh - 40px);

    /* content বেশি হলে sidebar নিজেই scroll করবে */
    overflow-y: auto;

    /* scrollbar hide */
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
}

/* Chrome / Edge / Safari */
.danpite-sidebar-sticky::-webkit-scrollbar {
    width: 4px;
}

.danpite-sidebar-sticky::-webkit-scrollbar-track {
    background: transparent;
}

.danpite-sidebar-sticky::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.danpite-sidebar-menu {
    width: 100%;
    padding: 5px 0;
}

.danpite-sidebar-menu {
    width: 100%;
    padding: 5px 0;
}

.danpite-sidebar-top-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.danpite-sidebar-top-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 0;
    transition: all .2s ease;
}

.danpite-sidebar-top-item:hover {
    color: #6937a5;
}

.danpite-sidebar-icon {
    width: 25px;
    min-width: 25px;
    text-align: center;
    font-size: 21px;
}

.danpite-sidebar-icon i {
    font-weight: 400;
}

.danpite-sidebar-divider {
    border-top: 1px solid #e2e2e2;
    margin: 18px 0 20px;
}

.danpite-sidebar-categories {
    width: 100%;
}

.danpite-sidebar-all-products {
    display: block;
    margin-bottom: 3px;
}

.danpite-sidebar-category,
.danpite-sidebar-category-link {
    color: #222;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: all .2s ease;
}

.danpite-sidebar-category:hover,
.danpite-sidebar-category-link:hover {
    color: #6937a5;
}

.danpite-sidebar-category-item {
    width: 100%;
}

.danpite-sidebar-category-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 26px;
}

.danpite-sidebar-category-link {
    flex: 1;
}

.danpite-sidebar-category-toggle {
    border: 0;
    background: transparent;
    color: #7542aa;
    width: 25px;
    height: 25px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 4px;
}

.danpite-sidebar-category-toggle i {
    transition: transform .2s ease;
}

.danpite-sidebar-category-toggle[aria-expanded="true"] i {
    transform: rotate(45deg);
}

.danpite-sidebar-subcategory {
    padding: 3px 0 5px 14px;
}

.danpite-sidebar-subcategory a {
    display: block;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.7;
    transition: all .2s ease;
}

.danpite-sidebar-subcategory a:hover {
    color: #6937a5;
    padding-left: 3px;
}
.danpite-sidebar-menu {
    transition: margin-top 0.2s ease;
}

.danpite-sidebar-menu.danpite-sidebar-scrolled {
    margin-top: 65px;
}


.productsku{
    font-size: 13px;
    margin-bottom: 2px;
}
.category-product-img {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.quick-view-bar {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #8c62b4;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.category-product-img:hover .quick-view-bar {
    transform: translateY(0);
}

.social-share-btn {
    width: 38px;
    height: 38px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.social-share-btn:hover {
    border-color: #724bb7;
    color: #724bb7;
    background-color: #f8f9fa;
}

.wishlist-link {
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
}

.wishlist-link:hover {
    color: #724bb7 !important;
}

.btn-size-chart {
    background-color: #724bb7;
    border: none;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.btn-size-chart:hover {
    background-color: #5d3b98;
    color: #ffffff;
}
