:root {
    --theme-top-bar-bg: #FFFFFF;
    --theme-search-bar-bg: #F48721;
    --theme-navbar-bg: #FFFFFF;
    --theme-desktop-navbar-bg: #041F1E;
    --theme-desktop-navbar-font: #FFFFFF;
    --theme-track-order-bg: #F48721;
    --theme-track-order-color: #FFFFFF;
    --theme-login-bg: #F48721;
    --theme-login-color: #FFFFFF;
    --theme-cart-bg: #F48721;
    --theme-cart-color: #FFFFFF;
    --theme-toggle-color: #F48721;
    --theme-search-icon-color: #ffffff;
    --product-card-btn-bg: #F48721;
    --product-card-btn-hover: #D4640A;
    --product-card-btn-color: #FFFFFF;
    --product-card-badge-bg: #F48721;
    --product-card-badge-color: #FFFFFF;
    --product-card-price-color: #F48721;
    --card-bg: #ffffff;
    --card-border: #e5e7eb;
    --card-title: #222831;
    --card-old-price: #9ca3af;
    --card-image-bg: #ffffff;
    --theme-container-width: 1520px;
    --card-radius: 10;
    --card-body-padding: 12;
    --card-shadow-opacity: 0.06;
    --theme-view-details-bg: #fff7ed;
    --theme-view-details-color: #f48721;
    --theme-primary: #F48721;
    --theme-accent: #F48721;
    --theme-surface: #ffffff;
    --theme-section-bg: #fbf9f5;
    --theme-text: #222831;
    --theme-muted: #6b7280;
    --theme-footer-top-bg: #041F1E;
    --theme-footer-text: #d1d5db;
    --theme-footer-heading: #FFFFFF;
    --theme-footer-link: #9ca3af;
    --theme-footer-link-hover: #f48721;
    --theme-footer-accent: #f48721;
    --theme-footer-bottom-bg: #021413;
    --theme-footer-bottom-text: #6b7280;
}

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #fbf9f5;
}

.custom-container {
    max-width: var(--theme-container-width, 1520px);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 991.98px) {
    .custom-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 575.98px) {
    .custom-container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.frontend-body {
    background-color: #fbf9f5;
}

#navbar_top {
    position: sticky;
    top: 0;
    z-index: 1045;
    background: transparent;
}

.side_cat_img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
}

.first-nav .list-group-item {
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    padding: 10px 15px;
}

.menu-category-toggle,
.menu-subcategory-toggle,
.submenu-toggle {
    cursor: pointer;
}

.second-nav,
.third-nav {
    padding-left: 10px;
}

.third-nav .list-group-item {
    font-size: 14px;
}

.menu-childcategory-name,
.menu-subcategory-name,
.menu-category-name {
    text-decoration: none;
    color: #333;
}

.menu-childcategory-name:hover,
.menu-subcategory-name:hover,
.menu-category-name:hover {
    color: #fff;
}

.desc-nav-ul li a.active {
    background-color: #fff;
    color: #fff;
}

.desktop-brand-bar {
    padding: 16px 0 !important;
    background: var(--theme-search-bar-bg) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.site-top-bar {
    background: var(--theme-top-bar-bg) !important;
}

.site-top-bar a {
    font-weight: 600;
    letter-spacing: 0.02em;
}

.mobile-header {
    background: #ffffff !important;
    border-bottom: 1px solid #E5E7EB !important;
}

.mobile-header .menu-bar a,
.mobile-header .menu-bag a {
    color: #222831 !important;
}

.mobile-header .menu-bag .mobilecart-qty {
    background: #F48721 !important;
    color: #ffffff !important;
}

.mobile-search {
    display: none !important;
}

.mobile-search form {
    border: 1.5px solid #E5E7EB !important;
    border-radius: 25px !important;
    background: #F3F4F6 !important;
    overflow: hidden !important;
    display: flex !important;
    height: 42px !important;
}

.mobile-search form input {
    background: transparent !important;
    border: 0 !important;
    color: #222831 !important;
    padding: 0 16px !important;
    font-size: 13px !important;
    flex: 1 !important;
}

.mobile-search form button {
    background: #F48721 !important;
    color: #ffffff !important;
    border: 0 !important;
    width: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mobile-home-highlight {
    background: transparent !important;
}

.menu-area {
    background: var(--theme-desktop-navbar-bg, var(--theme-navbar-bg, #ffffff)) !important;
    padding: 8px 0 10px;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.main-search.desktop-brand-search form.desktop-brand-form button {
    background: #F48721 !important;
}

.menu-bar a {
    background: transparent !important;
}

.menu-bag a {
    background: var(--theme-cart-bg, var(--theme-accent, #F97316)) !important;
    color: var(--theme-cart-color, #ffffff) !important;
}

.header-action-menu .action-track>a {
    background: var(--theme-track-order-bg) !important;
    color: var(--theme-track-order-color) !important;
}

.header-action-menu .action-login>a {
    background: var(--theme-login-bg) !important;
    color: var(--theme-login-color) !important;
}

.header-action-menu .action-cart>a {
    background: var(--theme-cart-bg) !important;
    color: var(--theme-cart-color) !important;
}

.header-action-menu .action-track>a i,
.header-action-menu .action-login>a i,
.header-action-menu .action-cart>a i,
.header-action-menu .action-cart>a span {
    color: inherit !important;
}

.header-action-menu .action-toggle>a,
.menu-bar a.toggle {
    color: var(--theme-toggle-color) !important;
}

.desktop-brand-grid {
    display: grid;
    grid-template-columns: minmax(170px, 220px) minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 28px;
}

.desktop-brand-logo {
    width: auto;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.desktop-brand-logo a {
    display: inline-flex;
    align-items: center;
}

.desktop-brand-logo img {
    display: block;
    height: 56px;
    width: auto;
    max-width: 100%;
    margin-top: 0;
}

.main-search.desktop-brand-search {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.main-search.desktop-brand-search form.desktop-brand-form {
    width: 100%;
    height: 48px;
    margin: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.6);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.main-search.desktop-brand-search form.desktop-brand-form input {
    flex: 1 1 auto;
    width: auto;
    height: 100%;
    padding: 0 16px;
    border: 0;
    border-radius: 4px 0 0 4px;
    background: transparent;
    color: #1c232b;
}

.main-search.desktop-brand-search form.desktop-brand-form input:focus {
    outline: none;
    box-shadow: none;
}

.main-search.desktop-brand-search form.desktop-brand-form:focus-within {
    border-color: rgba(59, 130, 246, 0.6);
    box-shadow: 0 18px 40px rgba(59, 130, 246, 0.18);
}

.main-search.desktop-brand-search form.desktop-brand-form button,
.search-submit-btn {
    width: 56px;
    height: 100%;
    flex: 0 0 56px;
    border: 0;
    border-left: 1px solid rgba(148, 163, 184, 0.5);
    border-radius: 0 14px 14px 0;
    color: var(--theme-search-icon-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-search.desktop-brand-search form.desktop-brand-form button svg,
.mobile-search form button svg {
    width: 18px;
    height: 18px;
}

.main-search.desktop-brand-search form.desktop-brand-form button i,
.main-search.desktop-brand-search form.desktop-brand-form button svg,
.search-submit-btn i,
.mobile-search form button i,
.mobile-search form button svg {
    color: var(--theme-search-icon-color) !important;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
}

.main-search.desktop-brand-search form.desktop-brand-form button i,
.main-search.desktop-brand-search form.desktop-brand-form button svg,
.mobile-search form button i,
.mobile-search form button svg {
    color: #fff;
}


.desktop-brand-actions {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.desktop-brand-actions .helpline-wrapper {
    justify-content: flex-end;
}

.desktop-brand-actions .header-action-menu {
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.desktop-brand-actions .action-item>a,
.desktop-brand-actions .action-item1>a {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.desktop-brand-actions .action-item>a:hover,
.desktop-brand-actions .action-item1>a:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.22);
}

.desktop-brand-search .search_result {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 99999;
}

/* Modern Live Search Dropdown (Ghorer Bazar Style) */
.search_result,
.ek-search-result,
.mobile-search .search_result {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #FFFFFF !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 8px !important;
    z-index: 99999 !important;
    max-height: 410px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12) !important;
    display: none;
}

.search_result::-webkit-scrollbar,
.ek-search-result::-webkit-scrollbar,
.mobile-search .search_result::-webkit-scrollbar {
    width: 5px;
}
.search_result::-webkit-scrollbar-thumb,
.ek-search-result::-webkit-scrollbar-thumb,
.mobile-search .search_result::-webkit-scrollbar-thumb {
    background: #CBD5E1;
    border-radius: 4px;
}
.search_result::-webkit-scrollbar-track,
.ek-search-result::-webkit-scrollbar-track,
.mobile-search .search_result::-webkit-scrollbar-track {
    background: #F8FAFC;
}

.search_result .search_product,
.ek-search-result .search_product,
.mobile-search .search_product {
    position: static !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.search_result .search_product ul,
.ek-search-result .search_product ul,
.mobile-search .search_product ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 4px 0 !important;
}

.search_result .search_product ul li,
.ek-search-result .search_product ul li,
.mobile-search .search_product ul li {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    width: 100% !important;
}

.search_result .search-item-link,
.ek-search-result .search-item-link,
.mobile-search .search-item-link {
    display: flex !important;
    align-items: center !important;
    padding: 10px 14px !important;
    gap: 12px !important;
    text-decoration: none !important;
    border-bottom: 1px solid #F3F4F6 !important;
    background: #FFFFFF !important;
    transition: background-color 0.15s ease !important;
    cursor: pointer !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.search_result .search_product ul li:last-child .search-item-link,
.ek-search-result .search_product ul li:last-child .search-item-link,
.mobile-search .search_product ul li:last-child .search-item-link {
    border-bottom: none !important;
}

.search_result .search-item-link:hover,
.ek-search-result .search-item-link:hover,
.mobile-search .search-item-link:hover {
    background-color: #F8FAFC !important;
}

.search_result .search_img,
.ek-search-result .search_img,
.mobile-search .search_img {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #FFFFFF !important;
    flex-shrink: 0 !important;
    padding: 2px !important;
    box-sizing: border-box !important;
}

.search_result .search_img img,
.ek-search-result .search_img img,
.mobile-search .search_img img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    border-radius: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.search_result .search_content,
.ek-search-result .search_content,
.mobile-search .search_content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 2px !important;
    flex: 1 !important;
    min-width: 0 !important;
    text-align: left !important;
}

.search_result .search_content .name,
.ek-search-result .search_content .name,
.mobile-search .search_content .name {
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #1F2937 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.search_result .search_content .price,
.ek-search-result .search_content .price,
.mobile-search .search_content .price {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #E0701B !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.search_result .search_content .price del,
.ek-search-result .search_content .price del,
.mobile-search .search_content .price del {
    color: #9CA3AF !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
}

.search_result .search_content .subtitle,
.ek-search-result .search_content .subtitle,
.mobile-search .search_content .subtitle {
    font-size: 11.5px !important;
    color: #6B7280 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

.search_result .search_empty,
.ek-search-result .search_empty,
.mobile-search .search_empty {
    padding: 24px 16px !important;
    text-align: center !important;
    color: #6B7280 !important;
    font-size: 13.5px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(0);
    }
}

.scrolling-text>div {
    height: 25px;
}

.wd-tools-icon::before {
    content: '\2630';
    font-size: 26px;
    margin-right: 8px;
    display: inline-block;
}

.marquee-track {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: inline-block;
    animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee-content span {
    padding: 0 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.white-text {
    color: #ffffff !important;
}

.mobile-search-offset {
    margin-top: 72px;
}

.submenu-collapsed {
    display: none;
}

.offcanvas-sidebar {
    width: 280px;
}

.menu-home-link {
    margin-top: 0;
}

.menu-home-link i {
    font-size: large;
}

.menu-category-link {
    margin-top: 4px;
}

.storefront-footer {
    background: var(--theme-footer-top-bg, #0B0F17);
    color: var(--theme-footer-text, #CBD5E1);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-features-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    padding: 24px 0;
}

.footer-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-footer-accent, #D90429);
    font-size: 18px;
    flex-shrink: 0;
}

.footer-feature-title {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--theme-footer-heading, #FFFFFF);
    margin-bottom: 2px;
}

.footer-feature-desc {
    font-size: 11.5px;
    color: var(--theme-footer-text, #94A3B8);
    margin-bottom: 0;
}

.footer-top-section {
    background: transparent;
    color: var(--theme-footer-text, #CBD5E1);
    padding: 44px 0 32px;
}

.footer-bottom-section {
    background: var(--theme-footer-bottom-bg, #05080F);
    color: var(--theme-footer-bottom-text, #94A3B8);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-text {
    color: var(--theme-footer-text, #94A3B8);
    font-size: 13.5px;
    line-height: 1.6;
}

.footer-heading {
    color: var(--theme-footer-heading, #FFFFFF);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 22px;
    height: 2px;
    background: var(--theme-footer-accent, #D90429);
    border-radius: 2px;
}

.footer-link {
    color: var(--theme-footer-link, #94A3B8);
    font-size: 13.2px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.footer-link:hover {
    color: var(--theme-footer-link-hover, #FFFFFF) !important;
    transform: translateX(4px);
}

.footer-logo-desktop {
    max-height: 52px;
    width: auto;
    object-fit: contain;
}

.footer-logo-mobile {
    max-height: 44px;
    width: auto;
    object-fit: contain;
}

.footer-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 11.5px;
    font-weight: 500;
    color: var(--theme-footer-text, #CBD5E1);
    margin-top: 14px;
}

.footer-trust-pill i {
    color: #10B981;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 13.2px;
}

.footer-contact-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-footer-accent, #D90429);
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 1px;
}

.store-badge {
    height: 38px;
    width: auto;
    max-width: 135px;
    object-fit: contain;
    border-radius: 8px;
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.store-badge:hover {
    transform: translateY(-2px);
    opacity: 0.95;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-icon:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.footer-icon-muted {
    color: var(--theme-footer-text, #94A3B8);
    opacity: 0.88;
}

.footer-icon-accent,
.footer-accent-text,
.footer-heart {
    color: var(--theme-footer-accent, #D90429);
}

.footer-bottom-copy,
.footer-bottom-link {
    color: var(--theme-footer-bottom-text, #94A3B8);
    font-size: 12.5px;
}

.footer-bottom-link {
    transition: color 0.2s ease;
}

.footer-bottom-link:hover {
    color: #FFFFFF;
}

.footer-accordion-item {
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 !important;
}

.footer-accordion-button {
    background: transparent !important;
    color: var(--theme-footer-heading, #FFFFFF) !important;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
    font-size: 13.5px;
    font-weight: 600;
}

.footer-accordion-button:not(.collapsed) {
    background: transparent !important;
    color: var(--theme-footer-heading, #FFFFFF) !important;
}

.footer-accordion-button::after {
    background-image: none;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") center / 1rem no-repeat;
    mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") center / 1rem no-repeat;
    transition: transform 0.2s ease-in-out;
}

.footer-accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.footer-accordion-body {
    color: var(--theme-footer-text, #94A3B8);
}

.footer-payment-card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 6px 12px;
}

.footer-payment-image {
    max-height: 32px;
    width: auto;
    object-fit: contain;
}

.fixed-contact-toggle {
    margin-bottom: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

@media (max-width: 991.98px) {
    .fixed-contact-toggle {
        bottom: 72px;
        right: 16px;
    }
}

.fixed-contact-buttons {
    display: none;
    flex-direction: column;
    gap: 12px;
}

.fixed-contact-buttons.is-visible {
    display: flex;
}

.fixed-contact-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #25d366;
    color: white;
    font-size: 22px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.fixed-contact-buttons a.messenger {
    background-color: #0084ff;
}

.fixed-contact-buttons a.phone {
    background-color: #28a745;
}

.fixed-contact-buttons a:hover,
.message-toggle:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.message-toggle {
    width: 52px;
    height: 52px;
    background-color: var(--theme-accent, #F97316);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}


.meta-pixel-noscript {
    display: none;
}

#page-overlay {
    background: rgba(15, 23, 42, 0.22) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.offcanvas-backdrop,
.offcanvas-backdrop.show {
    opacity: 0.18 !important;
    background: #0f172a !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.menu-area {
    position: relative;
    z-index: 20;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 18px 40px rgba(15, 23, 42, 0.12);
}

.catagory_menu>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    padding: 4px 0;
}

li.cat_bar {
    margin-right: 0;
    display: flex;
    align-items: center;
    min-height: 40px;
}

li.cat_bar.home-toggle-item {
    display: flex;
    align-items: center;
    gap: 4px;
    min-height: 40px;
}

li.cat_bar>a {
    height: 40px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #111827 !important;
    background: transparent;
    border: 0;
    box-shadow: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

li.cat_bar>a:hover,
li.cat_bar:hover>a {
    color: #111827 !important;
    background: transparent;
    box-shadow: none;
    transform: none;
    opacity: 0.8;
}

.menu-home-link {
    background: transparent !important;
    color: #111827 !important;
    margin: 0;
    line-height: 1;
}

.menu-home-link,
.menu-category-link {
    text-transform: uppercase;
}

.menu-category-link,
.menu-home-link {
    position: relative;
}

.menu-category-link::after,
.menu-home-link::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 6px;
    height: 2px;
    border-radius: 999px;
    background: transparent;
    transition: background 0.2s ease;
}

.menu-category-link:hover::after,
.menu-home-link:hover::after {
    background: rgba(15, 23, 42, 0.6);
}

.menu-home-link:hover {
    background: transparent !important;
    opacity: 0.8;
}

.home-toggle-item .action-toggle>a,
.home-toggle-item .menu-toggle-link {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    box-shadow: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-toggle-item .menu-home-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px 0 8px;
}

.home-toggle-item .menu-home-link i {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.home-toggle-item .wd-tools-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.home-toggle-item .action-toggle>a:hover,
.home-toggle-item .menu-toggle-link:hover {
    transform: translateY(-1px);
    opacity: 0.8;
    background: transparent;
    box-shadow: none;
}

.home-toggle-item .wd-tools-icon::before {
    font-size: 22px;
    margin-right: 0;
}

.menu-category-link i,
.menu-home-link i,
.desktop-submenu-link i,
.drawer-trigger i {
    transition: transform 0.22s ease, color 0.22s ease;
}

.desktop-category-item:hover .menu-category-link i {
    transform: rotate(180deg);
    color: inherit !important;
}

.menu-area .Cat_menu,
.desktop-child-menu {
    padding: 10px;
    border: 0;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.menu-area .Cat_menu {
    margin-top: 14px;
    width: 300px;
}

.menu-area .Cat_menu,
.desktop-child-menu {
    backdrop-filter: blur(6px);
}

.desktop-submenu::before,
.desktop-child-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.45), rgba(77, 150, 255, 0.4), rgba(34, 197, 94, 0.35));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.desktop-submenu-item,
.desktop-child-item {
    padding: 0 !important;
    border: 0 !important;
    margin-bottom: 6px;
}

.desktop-submenu-item:last-child,
.desktop-child-item:last-child {
    margin-bottom: 0;
}

.desktop-submenu-link,
.desktop-child-link {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px !important;
    border-radius: 16px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: linear-gradient(135deg, #fff7ed, #eff6ff, #f5f3ff);
    color: #172554 !important;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.desktop-submenu-link span {
    color: inherit !important;
}

.desktop-submenu-link:hover,
.desktop-child-link:hover,
.desktop-submenu-item:hover>.desktop-submenu-link {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff5f6d, #ffc371);
    transform: translateX(4px);
    box-shadow: 0 18px 28px rgba(255, 95, 109, 0.18);
}

.desktop-submenu-item:hover>.desktop-submenu-link i {
    color: #ffffff !important;
    transform: translateX(2px);
}

.desktop-child-menu {
    left: calc(100% + 12px);
    top: -8px;
    width: 280px;
    border-left: 0;
}

.desktop-child-item {
    width: 100% !important;
}

.desktop-child-link {
    text-transform: none !important;
    font-weight: 600 !important;
}

.offcanvas-sidebar {
    width: min(360px, 92vw);
    border: 0 !important;
    background:
        radial-gradient(circle at top right, rgba(77, 150, 255, 0.28), transparent 34%),
        radial-gradient(circle at bottom left, rgba(255, 107, 107, 0.18), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.offcanvas-sidebar .offcanvas-header {
    padding: 18px 20px !important;
    border-bottom: 1px solid rgba(77, 150, 255, 0.12) !important;
    background: linear-gradient(135deg, #14213d, #1d4ed8);
}

.offcanvas-sidebar .offcanvas-title {
    color: #ffffff;
    letter-spacing: 0.16em;
    font-size: 13px;
    font-weight: 800;
}

.offcanvas-sidebar .btn-close {
    filter: invert(1);
    opacity: 0.95;
}

.category-drawer {
    padding: 14px !important;
    background: transparent !important;
}

.drawer-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: transparent !important;
}

.drawer-item {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.drawer-item-head {
    min-height: 58px;
    padding: 12px 14px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff, #f4f9ff);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.drawer-link,
.drawer-sublink,
.drawer-child-link {
    color: #0f172a !important;
}

.drawer-link {
    font-size: 14px;
    font-weight: 700 !important;
    gap: 12px;
}

.drawer-link-image {
    width: 32px !important;
    height: 32px !important;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgba(77, 150, 255, 0.16);
    box-shadow: 0 6px 14px rgba(77, 150, 255, 0.14);
}

.drawer-trigger {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2563eb !important;
    background: linear-gradient(135deg, rgba(77, 150, 255, 0.14), rgba(255, 107, 107, 0.12));
}

.drawer-trigger:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #4d96ff, #ff6b6b);
}

.drawer-trigger i.rotate {
    transform: rotate(180deg);
}

.drawer-submenu {
    margin: 10px 0 0 12px !important;
    padding: 10px !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, rgba(77, 150, 255, 0.06), rgba(255, 255, 255, 0.9)) !important;
    border-left: 3px solid #4d96ff;
}

.drawer-submenu-item,
.drawer-child-item {
    padding: 0 !important;
    margin-bottom: 8px;
    background: transparent !important;
}

.drawer-submenu-item:last-child,
.drawer-child-item:last-child {
    margin-bottom: 0;
}

.drawer-sublink,
.drawer-child-link {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border-radius: 14px;
    background: #ffffff;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.drawer-sublink:hover,
.drawer-child-link:hover {
    transform: translateX(4px);
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff7b54, #4d96ff);
}

.drawer-submenu-level-3 {
    border-left-color: #ff7b54;
    background: linear-gradient(180deg, rgba(255, 123, 84, 0.08), rgba(255, 255, 255, 0.95)) !important;
}

@media (max-width: 1199.98px) {
    .desktop-brand-grid {
        grid-template-columns: 180px minmax(0, 1fr) auto;
        column-gap: 18px;
    }

    .desktop-brand-logo img {
        height: 50px;
    }

    .main-search.desktop-brand-search form.desktop-brand-form {
        height: 44px;
    }

    .catagory_menu>ul {
        gap: 6px;
    }

    li.cat_bar>a {
        padding: 0 14px;
        font-size: 13px;
    }

    .menu-area .Cat_menu {
        width: 260px;
    }
}

@media (max-width: 991.98px) {

    .site-top-bar,
    .main-header {
        display: none !important;
    }

    body.frontend-body {
        padding-top: 65px !important;
    }

    .mobile-header {
        display: block !important;
        padding: 0 16px;
        min-height: 64px;
        border-bottom: 1px solid #E5E7EB;
        background: #ffffff !important;
        z-index: 1040;
    }

    .mobile-logo {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        align-items: center;
        gap: 12px;
        min-height: 64px;
    }

    .menu-logo {
        min-width: 0;
        display: flex;
        justify-content: center;
    }

    .menu-logo a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-logo img {
        width: auto;
        max-width: 100%;
        max-height: 42px;
        object-fit: contain;
        margin: 0;
    }

    .menu-bar,
    .menu-bag {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .menu-bar a,
    .menu-bag a {
        width: 42px;
        height: 42px;
        margin: 0;
        border-radius: 8px;
        float: none;
        line-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        transition: background-color 0.15s ease;
    }

    .menu-bar a:hover,
    .menu-bag a:hover {
        background-color: #F3F4F6;
    }

    .menu-bar i {
        font-size: 20px;
        color: var(--theme-mobile-navbar-font, var(--theme-toggle-color, #2F2924)) !important;
    }

    .menu-bag i {
        font-size: 20px;
        color: var(--theme-cart-color, #F48721) !important;
    }

    .menu-bag .margin-shopping span,
    .mobile-header .menu-bag .mobilecart-qty {
        top: -4px;
        right: -4px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 10px;
        font-weight: 700;
        border-radius: 50%;
        background: var(--theme-accent, #F48721);
        color: #ffffff !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-search {
        display: none !important;
    }

    .mobile-search form {
        width: 100% !important;
        max-width: 640px;
        margin: 0 auto !important;
        height: 42px;
        border: 1.5px solid #E5E7EB;
        border-radius: 25px;
        background: #F8FAFC;
        display: flex;
        align-items: center;
        overflow: hidden;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .mobile-search form:focus-within {
        border-color: var(--theme-accent, #F48721);
        box-shadow: 0 0 0 3px rgba(244, 135, 33, 0.15);
    }

    .mobile-search form input {
        flex: 1 1 auto;
        width: auto !important;
        height: 100%;
        padding: 0 16px;
        background: transparent;
        border: 0;
        font-size: 13.5px;
        outline: none;
        color: #1F2937;
    }

    .mobile-search form button {
        width: 44px;
        flex: 0 0 44px;
        height: 100%;
        border: 0;
        background: transparent;
        color: #6B7280;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 15px;
        transition: color 0.15s ease;
    }

    .mobile-search form button:hover {
        color: var(--theme-accent, #F48721);
    }

    #page-overlay {
        background: rgba(15, 23, 42, 0.4) !important;
        backdrop-filter: blur(2px);
    }

    .offcanvas-sidebar {
        width: min(340px, 88vw);
    }

    html, body {
        overflow-x: clip !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .custom-container, .homeproduct, section, .hero-slider-section {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .footer_nav {
        display: block !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
        padding: 0 0 env(safe-area-inset-bottom, 0px) 0 !important;
        background: #F48721 !important;
        border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12) !important;
        margin: 0 !important;
        z-index: 99999 !important;
        box-sizing: border-box !important;
    }

    .footer_nav ul {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        width: 100% !important;
        height: 56px !important;
        box-sizing: border-box !important;
    }

    .footer_nav ul li {
        flex: 1 1 20% !important;
        max-width: 20% !important;
        min-width: 0 !important;
        text-align: center !important;
        position: relative !important;
        margin: 0 !important;
        padding: 4px 1px !important;
        box-sizing: border-box !important;
    }

    .footer_nav ul li a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 2px !important;
        color: #ffffff !important;
        text-decoration: none !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        letter-spacing: 0.02em !important;
        text-transform: uppercase !important;
        line-height: 1.1 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .footer_nav ul li a i {
        font-size: 18px !important;
        color: #ffffff !important;
        line-height: 1.1 !important;
        display: block !important;
    }

    .footer_nav .mobilecart-badge {
        position: absolute !important;
        top: -4px !important;
        right: calc(50% - 15px) !important;
        background: #041F1E !important;
        color: #ffffff !important;
        font-size: 9px !important;
        font-weight: 800 !important;
        min-width: 15px !important;
        height: 15px !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 2px !important;
        line-height: 1 !important;
        border: 1.5px solid #F48721 !important;
    }
}

/* ==========================================================================
   Ghorerbazar Style Product Card Add-To-Cart & Stepper
   ========================================================================== */
.gb-card-action-wrap {
    width: 100%;
    margin-top: 8px;
    position: relative;
    z-index: 3;
}

.gb-card-action-wrap .gb-btn-add-cart,
.gb-btn-add-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 7px 12px;
    background: #ffffff !important;
    color: var(--theme-accent, #F48721) !important;
    border: 1.5px solid var(--theme-accent, #F48721) !important;
    border-radius: 6px;
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.22s ease-in-out;
    box-shadow: none;
    outline: none;
    line-height: 1.3;
}

.gb-btn-add-cart i {
    font-size: 0.85rem;
    margin-right: 6px;
    transition: transform 0.2s ease;
}

/* Hover: Full solid color */
.gb-card-action-wrap .gb-btn-add-cart:hover,
.gb-btn-add-cart:hover {
    background: var(--theme-accent, #F48721) !important;
    color: #ffffff !important;
    border-color: var(--theme-accent, #F48721) !important;
    box-shadow: 0 4px 12px rgba(244, 135, 33, 0.25);
}

.gb-btn-add-cart:hover i {
    transform: scale(1.1);
}

.gb-btn-add-cart:active {
    transform: scale(0.98);
}

.gb-btn-add-cart.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Stepper: [-] [qty] [+] */
.gb-cart-stepper {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 36px;
    border-radius: 6px;
    overflow: hidden;
    border: 1.5px solid var(--theme-accent, #F48721);
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.gb-stepper-btn {
    width: 38px;
    min-width: 38px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
    user-select: none;
}

.gb-stepper-minus {
    background: var(--theme-accent, #F48721);
    color: #ffffff;
}

.gb-stepper-minus:hover {
    background: #D4640A;
    color: #ffffff;
}

.gb-stepper-qty {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1F2937;
    background: #ffffff;
    user-select: none;
}

.gb-stepper-plus {
    background: var(--theme-accent, #F48721);
    color: #ffffff;
}

.gb-stepper-plus:hover {
    background: #041F1E;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .gb-btn-add-cart {
        padding: 5px 8px;
        font-size: 0.76rem;
        border-radius: 6px;
    }
    .gb-btn-add-cart i {
        font-size: 0.78rem;
        margin-right: 4px;
    }
    .gb-cart-stepper {
        height: 32px;
        border-radius: 6px;
    }
    .gb-stepper-btn {
        width: 32px;
        min-width: 32px;
        font-size: 0.78rem;
    }
    .gb-stepper-qty {
        font-size: 0.85rem;
    }
}

/* ==========================================================================
   Right-Side Shopping Cart Drawer (Offcanvas Sidebar)
   Matching ghorerbazar.com design
   ========================================================================== */
.gb-side-cart-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.3s;
}

.gb-side-cart-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.gb-side-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: #ffffff;
    z-index: 99999;
    box-shadow: -6px 0 25px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.25, 0.8, 0.25, 1);
    visibility: hidden;
}

.gb-side-cart-drawer.active {
    transform: translateX(0);
    visibility: visible;
}

.gb-side-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #eef0f2;
    background: #ffffff;
    flex-shrink: 0;
}

.gb-side-cart-heading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #111827;
    margin: 0;
    text-transform: uppercase;
}

.gb-side-cart-close-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.gb-side-cart-close-btn:hover {
    color: #F48721;
    background: #fff6ee;
}

.gb-side-cart-close-btn i {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.gb-side-cart-close-btn:hover i {
    transform: translateX(3px);
}

.gb-side-cart-body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.gb-side-cart-body::-webkit-scrollbar {
    width: 5px;
}

.gb-side-cart-body::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 4px;
}

.gb-side-cart-items-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gb-side-cart-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid #f1f3f5;
    background: #ffffff;
    transition: background 0.15s ease;
}

.gb-side-cart-item:hover {
    background: #fafbfc;
}

.gb-side-cart-thumb {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    background: #f8f9fa;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gb-side-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gb-side-cart-info {
    flex: 1;
    min-width: 0;
    padding-right: 20px;
}

.gb-side-cart-title {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.35;
    text-decoration: none;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gb-side-cart-title:hover {
    color: #F48721;
}

.gb-side-cart-attrs {
    font-size: 11px;
    color: #6b7280;
    margin-bottom: 6px;
    line-height: 1.2;
}

.gb-side-cart-attrs span {
    margin-right: 8px;
}

.gb-side-cart-calc-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.gb-side-cart-stepper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    background: #ffffff;
    height: 26px;
    overflow: hidden;
}

.gb-step-btn {
    width: 24px;
    height: 24px;
    border: none;
    background: #f3f4f6;
    color: #374151;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease;
    padding: 0;
    user-select: none;
}

.gb-step-btn:hover {
    background: #e5e7eb;
    color: #111827;
}

.gb-step-qty {
    min-width: 26px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #111827;
    padding: 0 4px;
    user-select: none;
}

.gb-side-cart-math {
    font-size: 12.5px;
    color: #4b5563;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.gb-math-times,
.gb-math-eq {
    color: #9ca3af;
    font-size: 13px;
}

.gb-math-total {
    font-weight: 700;
    color: #111827;
}

.gb-side-cart-remove {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: none;
    padding: 4px;
    color: #9ca3af;
    font-size: 14px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.15s ease;
}

.gb-side-cart-remove:hover {
    color: #ef4444;
}

.gb-side-cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    text-align: center;
    color: #6b7280;
}

.gb-empty-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #f9fafb;
    border: 1.5px dashed #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #9ca3af;
    margin-bottom: 14px;
}

.gb-side-cart-empty h6 {
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 6px;
}

.gb-side-cart-empty p {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 18px;
}

.gb-btn-continue {
    background: #F48721;
    color: #ffffff;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.gb-btn-continue:hover {
    background: #D4640A;
}

/* "You May Also Like" Section */
.gb-side-cart-suggested-wrap {
    padding: 14px 18px 12px;
    background: #fafbfc;
    border-top: 1px solid #eef0f2;
    flex-shrink: 0;
}

.gb-side-cart-suggested-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.gb-suggested-title {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    letter-spacing: 0.01em;
}

.gb-suggested-nav {
    display: flex;
    align-items: center;
    gap: 6px;
}

.gb-suggested-prev,
.gb-suggested-next {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #F48721;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
    transition: background 0.15s ease;
    padding: 0;
}

.gb-suggested-prev:hover,
.gb-suggested-next:hover {
    background: #D4640A;
}

.gb-suggested-slider-viewport {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.gb-suggested-track {
    display: flex;
    gap: 10px;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gb-suggested-card {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px 12px;
    box-sizing: border-box;
}

.gb-suggested-thumb {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #f3f4f6;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gb-suggested-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gb-suggested-details {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gb-suggested-name {
    flex: 1;
    font-size: 12px;
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gb-suggested-name:hover {
    color: #F48721;
}

.gb-suggested-price {
    font-size: 12px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.gb-suggested-add-btn {
    background: #F48721;
    color: #ffffff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.gb-suggested-add-btn:hover {
    background: #D4640A;
}

/* Fixed Footer */
.gb-side-cart-footer {
    padding: 16px 20px 20px;
    border-top: 1px solid #eef0f2;
    background: #ffffff;
    flex-shrink: 0;
}

.gb-side-cart-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.gb-total-label {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
}

.gb-total-amount {
    font-size: 17px;
    font-weight: 800;
    color: #111827;
}

.gb-currency {
    margin-right: 2px;
}

.gb-side-cart-checkout-btn {
    display: block;
    width: 100%;
    background: #F48721;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 0;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(244, 135, 33, 0.3);
    transition: all 0.2s ease;
    cursor: pointer;
}

.gb-side-cart-checkout-btn:hover {
    background: #D4640A;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(244, 135, 33, 0.4);
}

@media (max-width: 575.98px) {
    .gb-side-cart-drawer {
        width: 100vw;
    }
}

/* ==========================================================================
   Floating Side Cart Badge (GhorerBazar Right-Edge Widget)
   ========================================================================== */
.gb-floating-cart {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99990;
    width: 68px;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.2s ease, opacity 0.25s ease;
}

.gb-floating-cart:hover {
    transform: translateY(-50%) translateX(-3px);
    box-shadow: 0 6px 22px rgba(244, 135, 34, 0.35);
}

.gb-floating-cart:active {
    transform: translateY(-50%) scale(0.96);
}

.gb-floating-cart-top {
    background: #F48722;
    color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 4px 6px;
    gap: 3px;
    box-sizing: border-box;
}

.gb-floating-cart-icon {
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.gb-floating-cart-items {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -0.01em;
    white-space: nowrap;
    font-family: inherit;
}

.gb-floating-cart-bottom {
    background: #ffffff;
    color: #F48722;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 4px 6px;
    border: 1px solid #F48722;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 6px;
    box-sizing: border-box;
}

.gb-floating-cart-price {
    font-size: 11.5px;
    font-weight: 700;
    color: #F48722;
    line-height: 1.15;
    white-space: nowrap;
    font-family: inherit;
}

/* Hide floating cart when the side drawer is open or on checkout page */
body.gb-side-cart-open .gb-floating-cart {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(25px);
}

body:has(.checkout-page-wrap) .gb-floating-cart,
.checkout-page-wrap ~ .gb-floating-cart {
    display: none !important;
}

@media (max-width: 575.98px) {
    .gb-floating-cart {
        width: 60px;
        top: 58%;
    }
    .gb-floating-cart-top {
        padding: 6px 3px 5px;
    }
    .gb-floating-cart-icon {
        width: 19px;
        height: 19px;
    }
    .gb-floating-cart-items {
        font-size: 10px;
    }
    .gb-floating-cart-bottom {
        padding: 4px 3px 5px;
    }
    .gb-floating-cart-price {
        font-size: 10.5px;
    }
}

/* ==========================================================================
   Product Details Page - Modern GhorerBazar Design
   ========================================================================== */
.gb-details-hero-section {
    background: #ffffff;
}

.gb-gallery-container {
    align-items: flex-start;
}

.gb-vertical-thumbs-col {
    width: 76px;
    flex-shrink: 0;
    max-height: 480px;
    overflow-y: auto;
    scrollbar-width: none;
}

.gb-vertical-thumbs-col::-webkit-scrollbar {
    display: none;
}

.gb-thumb-item {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    border: 1.5px solid #e5e7eb;
    overflow: hidden;
    cursor: pointer;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.gb-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gb-thumb-item:hover,
.gb-thumb-item.active {
    border-color: #f48721;
    box-shadow: 0 0 0 2px rgba(244, 135, 33, 0.2);
}

.gb-main-photo-wrap {
    border-radius: 8px;
    border: 1px solid #f1f3f5;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.gb-main-img-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafbfc;
    overflow: hidden;
}

.gb-main-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.gb-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #334155;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
    z-index: 5;
}

.gb-gallery-nav:hover {
    background: #f48721;
    color: #ffffff;
    border-color: #f48721;
}

.gb-gallery-prev {
    left: 12px;
}

.gb-gallery-next {
    right: 12px;
}

.gb-details-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
    margin-bottom: 8px;
}

.gb-price-main {
    font-size: 24px;
    font-weight: 800;
    color: #f48721;
}

.gb-price-old {
    font-size: 16px;
    color: #94a3b8;
    text-decoration: line-through;
}

.gb-attr-option-pill {
    cursor: pointer;
    margin-bottom: 0;
}

.gb-attr-pill-text {
    display: inline-block;
    padding: 5px 14px;
    font-size: 12.5px;
    font-weight: 600;
    color: #374151;
    background: #f3f4f6;
    border: 1.5px solid transparent;
    border-radius: 6px;
    transition: all 0.15s ease;
}

.gb-attr-option-pill input:checked + .gb-attr-pill-text {
    color: #f48721;
    background: #fff6ee;
    border-color: #f48721;
}

.gb-qty-stepper {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #d1d5db;
    border-radius: 6px;
    overflow: hidden;
    height: 38px;
    background: #ffffff;
}

.gb-qty-stepper button {
    width: 36px;
    height: 36px;
    border: none;
    background: #f9fafb;
    color: #374151;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.gb-qty-stepper button:hover {
    background: #e5e7eb;
}

.gb-qty-stepper input {
    width: 44px;
    height: 36px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    background: #ffffff;
}

.gb-details-btn-add-cart,
.gb-btn-buy-now,
.gb-btn-whatsapp,
.gb-btn-call {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 12px 16px;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1.2;
}

.gb-details-btn-add-cart {
    background: #ffffff !important;
    color: #f48721 !important;
    border: 2px solid #f48721 !important;
    box-shadow: none;
}

.gb-details-btn-add-cart:hover {
    background: #f48721 !important;
    color: #ffffff !important;
    border-color: #f48721 !important;
    box-shadow: 0 4px 12px rgba(244, 135, 33, 0.25);
}

.gb-btn-buy-now {
    background: #0c2938;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(12, 41, 56, 0.25);
}

.gb-btn-buy-now:hover {
    background: #041f1e;
}

.gb-btn-whatsapp {
    background: #25d366;
    color: #ffffff !important;
}

.gb-btn-whatsapp:hover {
    background: #1eb855;
}

.gb-btn-call {
    background: #0e385f;
    color: #ffffff !important;
}

.gb-btn-call:hover {
    background: #07223b;
}

/* Tabs */
.gb-tab-nav-btn {
    padding: 8px 18px;
    font-size: 13.5px;
    font-weight: 600;
    color: #64748b;
    background: #f1f5f9;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gb-tab-nav-btn.active {
    color: #111827;
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.gb-interactive-stars i {
    cursor: pointer;
    transition: color 0.15s ease;
}

@media (max-width: 767.98px) {
    .gb-details-title {
        font-size: 20px;
    }
    .gb-btn-row-1, .gb-btn-row-2 {
        flex-direction: column;
    }
}

/* ==========================================================================
   REACT HOT TOAST THEME (All Toasts -> Modern Top-Center React Hot Toast)
   ========================================================================== */
#toast-container,
#toast-container.toast-top-center,
#toast-container.toast-top-right,
#toast-container.toast-top-left,
#toast-container.toast-bottom-center,
#toast-container.toast-bottom-right,
#toast-container.toast-bottom-left,
#toast-container.toast-top-full-width,
#toast-container.toast-bottom-full-width {
    position: fixed !important;
    top: 24px !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%) !important;
    z-index: 99999999 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    max-width: 92vw !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
}

#toast-container > div,
#toast-container > .toast {
    position: relative !important;
    pointer-events: auto !important;
    /* display must NOT use !important — jQuery fadeOut sets inline display:none */
    display: flex;
    align-items: center !important;
    gap: 10px !important;
    background: #ffffff !important;
    color: #1f2937 !important;
    padding: 10px 20px 10px 14px !important;
    width: auto !important;
    min-width: 220px !important;
    max-width: 540px !important;
    border-radius: 9999px !important;
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.12), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.06) !important;
    border: none !important;
    margin: 0 0 6px 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    animation: rhtToastEnter 0.32s cubic-bezier(0.21, 1.02, 0.73, 1) !important;
    transition: box-shadow 0.2s ease !important;
    cursor: pointer !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

#toast-container > div:hover {
    box-shadow: 0 14px 30px -3px rgba(0, 0, 0, 0.16), 0 6px 10px -2px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
}

@keyframes rhtToastEnter {
    0% {
        transform: translate3d(0, -24px, 0) scale(0.9);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

#toast-container > .toast-success,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-info {
    background-image: none !important;
    background-color: #ffffff !important;
}

#toast-container > div::before {
    content: '' !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 13px 13px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

#toast-container > .toast-success::before {
    background-color: #10B981 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-error::before {
    background-color: #EF4444 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-warning::before {
    background-color: #F59E0B !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-info::before {
    background-color: #3B82F6 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;
}

#toast-container .toast-message {
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #1F2937 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.01em !important;
    margin: 0 !important;
    padding: 0 !important;
    word-break: break-word !important;
}

#toast-container .toast-title {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-right: 4px !important;
}

#toast-container .toast-title:empty {
    display: none !important;
}

#toast-container .toast-close-button {
    color: #9CA3AF !important;
    opacity: 0.6 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-left: 8px !important;
    line-height: 1 !important;
    text-shadow: none !important;
    background: transparent !important;
    border: 0 !important;
    cursor: pointer !important;
    padding: 0 2px !important;
    display: inline-flex !important;
    align-items: center !important;
}

#toast-container .toast-close-button:hover {
    color: #374151 !important;
    opacity: 1 !important;
}

#toast-container .toast-progress {
    display: none !important;
}