/**
 * Mobile-only Daraz-style UI (nexmart)
 * Desktop/tablet (≥768px): only .mobile-only is hidden — no other layout changes.
 * All visual rules live inside @media (max-width: 767px).
 */

/* Hidden on tablet + desktop by default */
.mobile-only {
  display: none !important;
}

@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .mobile-only.d-flex,
  .mobile-only.bn-m-flex {
    display: flex !important;
  }

  /* ----- Page chrome ----- */
  body {
    padding-bottom: 64px;
  }

  .boxed_wrapper.ltr.home_3 {
    overflow-x: hidden;
  }

  .main-header .header-top,
  .main-header .header-lower,
  .main-header .sticky-header,
  .main-header .mobile-menu,
  .main-header .nav-outer,
  .main-header .category-menu,
  .main-header .menu-area,
  .main-header .header-top-logo,
  .scroll-to-top {
    display: none !important;
  }

  .main-header {
    min-height: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .highlights-section,
  .main-footer {
    display: none !important;
  }

  /* ----- Sticky chrome: logo + search + icon row ----- */
  .bn-m-sticky-chrome {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: #fff;
  }

  .bn-m-top-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px 6px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
  }

  .bn-m-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 0;
  }

  .bn-m-logo img {
    display: block;
    height: 40px;
    width: auto;
    max-width: min(220px, 70vw);
    object-fit: contain;
  }

  .bn-m-search-bar {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 10px 12px 8px;
    box-shadow: none;
  }

  .bn-m-search-form {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid #f0c0c5;
  }

  .bn-m-search-form .bn-m-search-icon {
    flex: 0 0 40px;
    text-align: center;
    color: #999;
    font-size: 15px;
  }

  .bn-m-search-form input[type="search"] {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    height: 40px;
    padding: 0 4px;
    font-size: 14px;
    outline: none;
    min-width: 0;
  }

  .bn-m-search-form .bn-m-search-btn {
    flex: 0 0 auto;
    border: 0;
    height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--theme-color);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }

  .bn-m-search-results {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 54px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    max-height: 260px;
    overflow-y: auto;
    z-index: 1050;
    display: none;
  }

  .bn-m-search-wrap {
    position: relative;
  }

  /* Sticky icon row — hidden until scrolled */
  .bn-m-sticky-icons {
    display: none !important;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 8px;
  }

  body.bn-m-scrolled .bn-m-sticky-icons {
    display: block !important;
  }

  body.bn-m-scrolled .bn-m-sticky-chrome {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  .bn-m-sticky-icons-track {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    padding: 4px 12px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .bn-m-sticky-icons-track::-webkit-scrollbar {
    display: none;
  }

  .bn-m-sticky-icon {
    flex: 0 0 auto;
    width: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
  }

  .bn-m-sticky-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #f6f6f6;
    border: 1px solid #eee;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
  }

  .bn-m-sticky-icon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bn-m-sticky-icon-box i {
    font-size: 16px;
    color: var(--theme-color);
  }

  .bn-m-sticky-icon-all {
    background: var(--theme-color);
    border-color: var(--theme-color);
  }

  .bn-m-sticky-icon-all i {
    color: #fff;
    font-size: 12px;
  }

  .bn-m-sticky-icon-hot {
    background: #fff5f5;
    border-color: #ffd6d6;
  }

  .bn-m-sticky-icon.is-active .bn-m-sticky-icon-label {
    color: var(--theme-color);
    font-weight: 600;
  }

  .bn-m-sticky-icon-label {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    max-width: 56px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* ----- Bottom nav ----- */
  .bn-m-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1060;
    display: flex !important;
    align-items: stretch;
    justify-content: space-around;
    height: 58px;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
    padding: 0;
    margin: 0;
  }

  .bn-m-bottom-nav a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-decoration: none;
    color: #666;
    font-size: 11px;
    font-weight: 500;
    position: relative;
  }

  .bn-m-bottom-nav a i,
  .bn-m-bottom-nav a .bn-m-nav-svg {
    font-size: 18px;
    line-height: 1;
  }

  .bn-m-bottom-nav a.is-active {
    color: var(--theme-color);
  }

  .bn-m-bottom-nav .bn-m-badge {
    position: absolute;
    top: 4px;
    right: calc(50% - 18px);
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--theme-color);
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }

  /* ----- Home: hide hero banner on mobile (incl. absolute logo images) ----- */
  .banner-style-three,
  .banner-style-three .image-layer,
  .banner-style-three .image-layer .image-1,
  .banner-style-three .image-layer .image-2,
  .banner-style-three .parallax-scene {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  /* ----- Home: 2-row Daraz-style category shortcuts ----- */
  .bn-m-cat-shortcuts {
    background: #f5f5f5;
    padding: 12px 0 8px;
    margin: 0;
  }

  .bn-m-cat-shortcuts-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 8px;
    width: 100%;
    box-sizing: border-box;
  }

  .bn-m-cat-shortcuts-scroll::-webkit-scrollbar {
    display: none;
  }

  .bn-m-cat-shortcuts-grid {
    --bn-cat-pad: 16px;   /* left+right scroll padding */
    --bn-cat-gap: 8px;
    --bn-cat-cols: 4;     /* visible columns across screen */
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: auto auto;
    grid-auto-columns: calc((100vw - var(--bn-cat-pad) - (var(--bn-cat-cols) - 1) * var(--bn-cat-gap)) / var(--bn-cat-cols));
    column-gap: var(--bn-cat-gap);
    row-gap: 12px;
    width: max-content;
    min-width: calc(100vw - var(--bn-cat-pad));
    box-sizing: border-box;
  }

  .bn-m-cat-shortcut {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    width: 100%;
    min-width: 0;
  }

  .bn-m-cat-shortcut-icon {
    width: 56px;
    height: 56px;
    max-width: 85%;
    aspect-ratio: 1;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  }

  .bn-m-cat-shortcut-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bn-m-cat-shortcut-icon i {
    color: var(--theme-color);
    font-size: 20px;
  }

  .bn-m-cat-shortcut-label {
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    color: #333;
  }

  .bn-m-cat-scroll-track {
    width: 36px;
    height: 3px;
    background: #ddd;
    border-radius: 999px;
    margin: 10px auto 2px;
    position: relative;
    overflow: hidden;
  }

  .bn-m-cat-scroll-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    border-radius: 999px;
    background: var(--theme-color);
    transition: transform 0.05s linear;
  }

  /* ----- Mobile promo banner under categories (image only) ----- */
  .bn-m-promo-banner {
    display: block !important;
    margin: 4px 10px 12px;
    text-decoration: none;
    line-height: 0;
  }

  .bn-m-promo-img {
    display: block;
    width: 100%;
    height: 88px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
  }

  /* Legacy single-row category restyle no longer used on home (desktop-only there) */
  .category-style-two {
    padding: 12px 0 8px !important;
  }

  .category-style-two .sec-title {
    display: none !important;
  }

  .category-style-two .more-btn {
    display: none !important;
  }

  .category-style-two .auto-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .category-style-two .row.clearfix {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding: 4px 12px 12px;
    margin: 0 !important;
    scrollbar-width: none;
  }

  .category-style-two .row.clearfix::-webkit-scrollbar {
    display: none;
  }

  .category-style-two .category-block {
    flex: 0 0 72px;
    width: 72px !important;
    max-width: 72px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .category-style-two .category-block-two .inner-box {
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .category-style-two .category-home-image,
  .category-style-two .image-box {
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto 6px !important;
    border-radius: 12px !important;
    overflow: hidden;
    background: #f6f6f6;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 4px !important;
  }

  .category-style-two .image-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .category-style-two h4,
  .category-style-two .btn-like-link {
    font-size: 11px !important;
    line-height: 1.25 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--title-color, #222) !important;
    font-weight: 500 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal !important;
  }

  /* ----- Home: advice / hot sale hide desktop blocks; show flash strip ----- */
  .advice-section {
    display: none !important;
  }

  /* Organic beef / display_order 6 promo — hide on mobile */
  .advice-style-two {
    display: none !important;
  }

  /* Love from Clients / reviews — hide on mobile */
  .testimonial-section {
    display: none !important;
  }

  .bn-m-flash {
    background: #fff;
    padding: 12px 0 8px;
    margin-bottom: 8px;
  }

  .bn-m-flash-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px 10px;
  }

  .bn-m-flash-head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color, #222);
  }

  .bn-m-flash-head a {
    font-size: 12px;
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 600;
  }

  .bn-m-flash-track {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding: 0 12px 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .bn-m-flash-track::-webkit-scrollbar {
    display: none;
  }

  .bn-m-flash-card {
    flex: 0 0 118px;
    width: 118px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
  }

  .bn-m-flash-card .bn-m-flash-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: #fafafa;
  }

  .bn-m-flash-card .bn-m-flash-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bn-m-flash-card .bn-m-save {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--theme-color);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 0 0 6px 0;
  }

  .bn-m-flash-card .bn-m-flash-body {
    padding: 6px 8px 8px;
  }

  .bn-m-flash-card .bn-m-price {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--theme-color);
  }

  .bn-m-flash-card .bn-m-old {
    margin: 0;
    font-size: 11px;
    color: #999;
    text-decoration: line-through;
  }

  .bn-m-flash-card .bn-m-stock-bar {
    margin-top: 6px;
    height: 4px;
    background: #f0f0f0;
    border-radius: 999px;
    overflow: hidden;
  }

  .bn-m-flash-card .bn-m-stock-bar > span {
    display: block;
    height: 100%;
    background: var(--theme-color);
    border-radius: 999px;
  }

  .bn-m-flash-card .bn-m-stock-text {
    margin: 4px 0 0;
    font-size: 10px;
    color: #888;
  }

  /* ----- Home / shop product cards 2-col ----- */
  .shop-seven .sec-title,
  .shop-eight .sec-title {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 10px !important;
  }

  .shop-seven .sec-title h2,
  .shop-eight .sec-title h2 {
    font-size: 16px !important;
    margin: 0 !important;
  }

  .shop-seven.pb_60,
  .shop-seven {
    padding-bottom: 12px !important;
    padding-top: 8px !important;
    margin-bottom: 0 !important;
  }

  .shop-eight.pt_70,
  .shop-eight {
    padding-top: 8px !important;
    padding-bottom: 24px !important;
    margin-top: 0 !important;
  }

  .shop-eight .pattern-layer {
    display: none !important;
  }

  .shop-seven .auto-container,
  .shop-eight .auto-container,
  .shop-page-section:not(.bn-shop-page) .large-container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  /* Kill owl leftover height that creates gap above Latest Products */
  .shop-seven .shop-carousel-2,
  .shop-seven .shop-carousel-2.owl-carousel,
  .shop-seven .bn-m-product-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 8px;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 4px 0 !important;
    overflow: visible !important;
  }

  .shop-seven .shop-carousel-2 .owl-stage-outer,
  .shop-seven .shop-carousel-2 .owl-stage,
  .shop-seven .shop-carousel-2 .owl-item {
    display: contents !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    transform: none !important;
    transition: none !important;
  }

  .shop-seven .shop-carousel-2 .owl-nav,
  .shop-seven .shop-carousel-2 .owl-dots {
    display: none !important;
    height: 0 !important;
  }

  .shop-seven .single-column,
  .bn-m-product-grid .single-column,
  .shop-eight .shop-block,
  .shop-eight .col-6.shop-block,
  .shop-eight .col-lg-3.shop-block {
    width: calc(50% - 4px) !important;
    max-width: calc(50% - 4px) !important;
    flex: 0 0 calc(50% - 4px) !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
  }

  .shop-seven .single-column {
    display: flex !important;
    flex-direction: column !important;
    align-self: stretch !important;
  }

  .shop-seven .single-column .shop-block-six.popular-pick-card {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    height: 100% !important;
    min-height: 100% !important;
  }

  .shop-eight .row.clearfix,
  .shop-eight .tabs-content .row.clearfix {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px;
    margin: 0 !important;
  }

  /* Latest Products tabs — force horizontal scroll */
  .shop-eight .lp-title-content {
    gap: 10px !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .shop-eight .lp-tab-scroll {
    display: block !important;
    width: calc(100% + 16px) !important;
    max-width: calc(100% + 16px) !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x !important;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    margin: 0 -8px !important;
    padding: 2px 8px 6px !important;
  }

  .shop-eight .lp-tab-scroll::-webkit-scrollbar {
    display: none !important;
    height: 0 !important;
  }

  .shop-eight .lp-tab-list,
  .shop-eight .tab-btns.lp-tab-list,
  .shop-eight .shop-tab-btn.lp-tab-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    float: none !important;
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 2px !important;
    list-style: none !important;
  }

  .shop-eight .lp-tab-list > .tab-btn,
  .shop-eight .shop-tab-btn.lp-tab-list > li {
    flex: 0 0 auto !important;
    float: none !important;
    white-space: nowrap !important;
    margin: 0 !important;
  }

  .shop-eight .tabs-box,
  .shop-eight .title-content {
    overflow: visible !important;
    min-width: 0 !important;
  }

  .shop-eight .title-content.lp-title-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .shop-block-five .inner-box,
  .shop-block-six:not(.popular-pick-card) .inner-box,
  .shop-block-two:not(.popular-pick-card) .inner-box {
    background: #fff !important;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: none !important;
    border: 1px solid #f0f0f0;
    height: 100%;
  }

  .shop-block-two.popular-pick-card .inner-box,
  .shop-block-six.popular-pick-card .inner-box {
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 3px 8px rgba(15, 23, 42, 0.05) !important;
    border: 1px solid #d5dbe3 !important;
  }

  .shop-block-five .option-list,
  .shop-block-six:not(.popular-pick-card) .option-list,
  .shop-block-two:not(.popular-pick-card) .option-list,
  .shop-block-five .cart-btn,
  .shop-block-six:not(.popular-pick-card) .cart-btn,
  .shop-block-two:not(.popular-pick-card) .cart-btn,
  .shop-block-two:not(.popular-pick-card) .product-stock,
  .shop-block-five .product-halal,
  .shop-block-six:not(.popular-pick-card) .product-halal {
    display: none !important;
  }

  .shop-block-two.popular-pick-card .cart-btn,
  .shop-block-six.popular-pick-card .cart-btn,
  .shop-block-two.popular-pick-card .popular-pick-top-row .product-stock,
  .shop-block-two.popular-pick-card .popular-pick-top-row .product-stock-out,
  .shop-block-six.popular-pick-card .popular-pick-top-row .product-stock,
  .shop-block-six.popular-pick-card .popular-pick-top-row .product-stock-out {
    display: flex !important;
  }

  .shop-block-two.popular-pick-card .popular-pick-top-row .product-stock,
  .shop-block-two.popular-pick-card .popular-pick-top-row .product-stock-out,
  .shop-block-six.popular-pick-card .popular-pick-top-row .product-stock,
  .shop-block-six.popular-pick-card .popular-pick-top-row .product-stock-out {
    display: inline-flex !important;
  }

  .shop-block-two.popular-pick-card .lower-content .category,
  .shop-block-six.popular-pick-card .lower-content .category {
    display: block !important;
  }

  .shop-block-five .image-box,
  .shop-block-six .image-box,
  .shop-block-two .image-box {
    margin: 0 !important;
  }

  .shop-block-five .image-box .image,
  .shop-block-six .image-box .image,
  .shop-block-two:not(.popular-pick-card) .image-box .image,
  .shop-block-five .image-box figure,
  .shop-block-six .image-box figure {
    width: 100% !important;
    aspect-ratio: 1;
    margin: 0 !important;
    background: #fafafa;
  }

  .shop-block-five .image-box img,
  .shop-block-six .image-box img,
  .shop-block-two:not(.popular-pick-card) .image-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .shop-block-five .content-box,
  .shop-block-six .content-box,
  .shop-block-two .lower-content {
    padding: 8px !important;
    text-align: left !important;
  }

  .shop-block-five .content-box h6,
  .shop-block-six .content-box h6,
  .shop-block-two:not(.popular-pick-card) .lower-content h4 {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin: 0 0 6px !important;
    font-weight: 500 !important;
  }

  .shop-block-five .content-box h6 a,
  .shop-block-six .content-box h6 a,
  .shop-block-two:not(.popular-pick-card) .lower-content h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--title-color, #222) !important;
  }

  .shop-block-five .content-box h5,
  .shop-block-six .content-box h5,
  .shop-block-two .lower-content h5 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--theme-color) !important;
    margin: 0 !important;
  }

  .shop-block-two .lower-content .text {
    display: none !important;
  }

  .shop-block-two .lower-content del {
    display: block;
    font-size: 11px;
    color: #999;
    font-weight: 400;
  }

  .shop-block-two.popular-pick-card .sr-rating-box {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 11px;
  }

  /* ----- Shop page (legacy; .bn-shop-page uses shop-mobile.css) ----- */
  .shop-page-section:not(.bn-shop-page) .sidebar-side {
    display: none !important;
  }

  .shop-page-section:not(.bn-shop-page) .content-side {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 4px !important;
  }

  .bn-shop-page.shop-page-section .content-side {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
  }

  .shop-page-section:not(.bn-shop-page) .page-title,
  .shop-page-section:not(.bn-shop-page) .item-shorting {
    display: none !important;
  }

  .shop-page-section:not(.bn-shop-page) #shop-products-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px;
  }

  .shop-page-section:not(.bn-shop-page) #shop-products-container .shop-block-two {
    width: calc(50% - 4px) !important;
    max-width: calc(50% - 4px) !important;
    flex: 0 0 calc(50% - 4px) !important;
    float: none !important;
    margin: 0 !important;
  }

  /* ----- Categories mobile shell ----- */
  .bn-m-cat-page {
    display: flex !important;
    height: calc(100vh - 58px - 60px);
    min-height: 420px;
    background: #f5f5f5;
  }

  .bn-m-cat-rail {
    width: 30%;
    max-width: 110px;
    overflow-y: auto;
    background: #f3f3f3;
    -webkit-overflow-scrolling: touch;
  }

  .bn-m-cat-rail a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 8px;
    text-align: center;
    text-decoration: none;
    color: #555;
    font-size: 11px;
    line-height: 1.25;
    border-left: 3px solid transparent;
    background: transparent;
  }

  .bn-m-cat-rail a img {
    width: 36px;
    height: 36px;
    object-fit: contain;
  }

  .bn-m-cat-rail a.is-active {
    background: #fff;
    color: var(--theme-color);
    border-left-color: var(--theme-color);
    font-weight: 600;
  }

  .bn-m-cat-pane {
    flex: 1;
    overflow-y: auto;
    background: #fff;
    padding: 10px 10px 20px;
    -webkit-overflow-scrolling: touch;
  }

  .bn-m-cat-group {
    margin-bottom: 16px;
  }

  .bn-m-cat-group h4 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .bn-m-sub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 8px;
  }

  .bn-m-sub-grid a {
    text-decoration: none;
    color: #333;
    text-align: center;
    font-size: 11px;
    line-height: 1.25;
  }

  .bn-m-sub-grid .bn-m-sub-img {
    width: 100%;
    aspect-ratio: 1;
    background: #f7f7f7;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bn-m-sub-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bn-m-cat-pane-panel {
    display: none;
  }

  .bn-m-cat-pane-panel.is-active {
    display: block;
  }

  .page-title {
    padding-top: 10px !important;
    padding-bottom: 8px !important;
  }
}
