body.page-id-17 footer {
    display: none;
}

#masthead {

    position: sticky;
    top: 0;
    z-index: 1000;
    background: white;
    max-width: 1480px;
    margin: auto;
    margin-bottom: 50px;
}

#masthead .app-logged-out {
    padding-top: 30px;
    width: 150px;
    margin: auto;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    border-radius: 0;
    height: 3px;
    background: #fff;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

body.logged-in .login-btn {
    display: none !important;
}

.grecaptcha-badge {
    display: none !important;
}

#masthead::before {
    content: '';
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    height: 100%;
    background: #FFF;
    z-index: -1;
    justify-content: space-between;
    max-width: calc(100vw - 8px);
}

.header-top {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.header-top-left,
.header-top-right {
    display: flex;
    column-gap: 40px;
    align-items: center;
}

.header-top .custom-logo {
    width: 146px;
    height: auto;
}

.header-top-left .search-container {
    display: flex;
    align-items: center;
    background-color: var(--color-light-grey);
    padding: 0 0 0 10px;
    min-width: 503px;
    position: relative;
}

#search-results {
    position: absolute;
    top: 30px;
    width: 100%;
    left: 0;
    background: #FFF;
    border: 1px solid var(--color-border);
    z-index: 999;
    border-top: none;
    display: none;
}

#search-results ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#search-results ul li {
    padding: 0 15px;
}

#search-results ul li:hover {
    background-color: var(--color-light-grey);
}

#search-results ul li:nth-last-child {
    border-bottom: none;
}

#search-results ul li a {
    display: flex;
    padding: 15px 0;
    gap: 10px;
    border-bottom: 1px solid var(--color-border);
}

#search-results ul li img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

#search-results ul li div {
    display: flex;
    flex-direction: column;
}

#search-results ul li div h4 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
}

#search-results ul li div p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
}

.header-top-left .search-container img {
    margin-right: 10px;
}

.header-top-left .search-container select {
    border: none;
    color: #FFF;
    -webkit-appearance: none;
    /* Safari/Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    background-color: var(--color-primary);
    background-image: url("/wp-content/themes/inhoby/assets/images/white-chevron-down.svg");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: calc(100% - 13px);
    padding: 5px 10px 4px 15px;
    font-size: 14px;
}

.header-top-left .search-container input {
    background-color: transparent;
    border: none;
    font-size: 14px;
    width: -webkit-fill-available;
}

.header-top-left .search-container input::placeholder {
    color: var(--color-placeholder);
}


.header-top-right {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
    max-width: 50%;
    width: 100%;
}

.header-top-right button {
    border: 1px solid #161616;
    border-radius: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    background-color: #FFF;
}

.header-top-right .icon-buttons {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #1C1C1C;
}

.header-top-right .icons-wrap,
#desktop-header-login-placeholder {
    display: flex;
    gap: 20px;
}

.header-top-right .icon-buttons.qustionmark img {
    width: 14px;
}

.header-top-right .icon-buttons.cart-button {
    color: #FFF;
    display: flex;
    gap: 5px;
    text-decoration: none;
    font-size: 12px;
    padding: 0 5px;
    position: relative;
}

.header-top-right .icon-buttons.cart-button .cart-count {
    position: absolute;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    color: var(--color-primary);
    border-radius: 100%;
    top: 2px;
    right: 1px;
    width: 10px;
    height: 10px;
}

.header-top-right .icon-buttons.profile {
    border: 1px solid var(--color-light-grey);
    background-color: var(--color-light-grey);
}

.header-top-right .upload-btn {
    border: 1px solid #161616;
    border-radius: 0;
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 600;
    text-decoration: none;
    color: #1C1C1C;
    display: flex;
    /*margin-right:150px;*/
    gap: 10px;
    align-items: center;
}

.header-top-right .upload-btn img {
    width: 20px;
}

.header-top-right .login-btn {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    padding: 11px 20px 10px 20px;
    text-decoration: none;
}

.custom-lang-dropdown {
    position: relative;
    display: inline-block;
}

.custom-lang-dropdown .lang-selector {
    background: white;
    border: 1px solid var(--color-border);
    padding: 4px 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    height: 30px;
    padding-left: 10px;
}

.custom-lang-dropdown .lang-selector img {
    height: 14px;
    width: 18px;
}

.custom-lang-dropdown .lang-selector .arrow {
    display: flex;
    align-items: center;
}

.custom-lang-dropdown .lang-selector .arrow img {
    width: 8px;
    height: 4px;
}

.custom-lang-dropdown .lang-options {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 1000;
    width: 100%;
}

.custom-lang-dropdown .lang-options li {
    text-align: center;
    border-bottom: 1px solid var(--color-border);
}

.custom-lang-dropdown .lang-options li:last-child {
    border-bottom: none;
}

.custom-lang-dropdown .lang-options li a {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-lang-dropdown .lang-options li:hover {
    background-color: var(--color-light-grey);
}

.custom-lang-dropdown .lang-options img {
    height: 15px;
    width: auto;
}

.custom-lang-dropdown:hover .lang-options {
    display: block;
}

.top-category-menu>ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    border: 1px solid var(--color-border);
    /*scrollbar-width: none; !* Firefox *!*/
    /*-ms-overflow-style: none; !* IE/Edge *!*/
    /*overflow-x:scroll;*/
}

.top-category-menu>ul>li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-category-menu ul li.popular {
    background-color: var(--color-primary);
    max-width: 200px;
    width: 100%;
}

.top-category-menu ul li.popular a {
    color: #FFF;
    width: 100%;
    justify-content: center;
}

.top-category-menu ul li a {
    font-size: 12px;
    color: #1C1C1C;
    display: flex;
    gap: 10px;
    /*margin-right:10px;*/
    text-decoration: none;
    font-weight: 500;
    padding: 11px 10px;
}

.top-banner {
    display: flex;
    gap: 28px;
    margin-bottom: 50px;
}

.top-banner .mobile {
    display: none;
}

.top-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*.top-banner .top-banner-swiper {*/
/*    display:none;*/
/*}*/
/*.top-banner .top-banner-swiper img {*/
/*    object-fit: contain;*/
/*}*/
.header-top-right .icon-buttons.mobile-search {
    display: none;
}

.header-top-right .icon-buttons.menu-burger {
    display: none;
}

.search-close,
.mobile-menu-wrap {
    display: none;
}

.mobile-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.mobile-menu-wrap .mobile-menu {
    transform: translateX(100%);
    transition: all ease-in-out .3s;
    height: 100vh;
    width: 90vw;
    background: #FFF;
    padding: 30px 15px;
    overflow-y: scroll;
    padding-top: 50px;
}

.mobile-menu-wrap .mobile-menu .mobile-menu-exit {
    width: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.mobile-menu-wrap.show {
    display: flex;
    justify-content: flex-end;
}

.mobile-menu-wrap.show .mobile-menu {
    transform: translateX(0%);
}

.header-top-right .login-btn.mobile {
    display: none;
}

.mobile-navigation {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.mobile-navigation a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px 0px;
    border-bottom: 1px solid var(--color-border);
    font-size: 14px;
    font-weight: 500;
}

.mobile-navigation a.mobile-type-link {
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
}

.mobile-navigation a.mobile-type-link:first-child {
    border-top: 1px solid var(--color-border);
}

.mobile-navigation a.mobile-type-link img {
    width: 15px;
    height: 15px;
}

.mobile-menu-header {
    display: flex;
    gap: 15px;
}

.mobile-menu-header a {
    width: calc(50% - 5px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    padding: 10px 15px;
    font-size: 12px;
    gap: 5px;
}

body:not(.logged-in) .mobile-menu-header a:nth-of-type(1) {
    width: calc(40% - 5px);
}

body:not(.logged-in) .mobile-menu-header a:nth-of-type(2) {
    width: calc(60% - 5px);
}

.mobile-menu-header a img {
    width: 20px;
    height: 20px;
}

.mobile-menu-header a.upload-btn {
    color: #FFF;
    background-color: var(--color-primary);
}

.mobile-navigation a.upload-btn img {
    margin-top: -7px;
}

.mobile-navigation a.logout-link img {
    padding: 5px;
}

.mobile-navigation a img {
    padding: 0;
    width: 25px;
    height: 25px;
    padding: 0px;
}

.mobile-navigation a img[src*="white-bell-with-notification3.svg"],
.mobile-navigation a img[src*="white-cart.svg"],
.mobile-navigation a img[src*="white-heart.svg"] {
    filter: grayscale(100%) brightness(50%);
    padding: 5px;
}

.mobile-menu-socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    font-weight: 500;
    font-size: 14px;
}

.mobile-menu-socials div {
    display: flex;
    gap: 15px;
}

.mobile-menu-socials a {
    border: none;
}

.mobile-menu-socials div a {
    border: none;
    padding: 0;
}

.mobile-menu .profile {
    display: flex;
    align-items: center;
}

.mobile-menu .profile img {
    width: 26px;
}

.app-download {
    width: calc(50% - 8px);
    margin-top: 20px;
    display: inline-block;
}

.footer-wrap .app-download {
    width: 150px;
}

.mobile-menu .app-download:last-child {
    margin-left: 10px;
}

.app-download-title {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.app-download-title::before,
.app-download-title::after {
    content: "";
    height: 1px;
    background: var(--color-border);
    flex: 1 1 auto;
    opacity: .8;
}

@media(max-width:1480px) {
    .header-top {
        padding: 20px 15px;
    }

    .header-top-left .search-container {
        min-width: unset;
    }

    .top-category-menu ul li a {
        padding: 11px 25px;
    }
}

.header-top-right .icon-buttons.news {
    position: relative;
}

.header-top-right .icon-buttons.news .news-count {
    position: absolute;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF0000;
    color: #FFF;
    border-radius: 100%;
    top: 2px;
    right: 1px;
    width: 10px;
    height: 10px;
    min-width: 10px;
}

.side-news-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none;
    justify-content: flex-end;
}

.side-news-wrap.show {
    display: flex;
}

.side-news-wrap .side-news {
    transform: translateX(100%);
    transition: all ease-in-out .3s;
    height: 100vh;
    width: 90vw;
    max-width: 500px;
    background: #FFF;
    padding: 30px 15px;
    overflow-y: scroll;
}

.side-news-wrap.show .side-news {
    transform: translateX(0%);
}

.side-news-wrap .side-news .close-news {
    width: 20px;
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.side-news-wrap .side-news .search-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.side-news-wrap .side-news .product-news-result {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.side-news-wrap .side-news .single_news {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
}

.side-news-wrap .side-news .single_news img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
    aspect-ratio: 1;
    object-fit: cover;
}

.side-news-wrap .side-news .entry-meta {
    margin-bottom: 10px;
}

.side-news-wrap .side-news .cat-links {
    color: #666;
    font-size: 12px;
}

.side-news-wrap .side-news .posted-on {
    color: #999;
    font-size: 12px;
}

.side-news-wrap .side-news .news-message {
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.side-news-wrap .side-news .action-buttons a {
    background: var(--color-primary);
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
}



/* Mega categories dropdown */
.header-bottom {
    position: relative;
}

.mega-cat-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #FFF;
    border: 1px solid var(--color-border);
    border-top: none;
    display: none;
    z-index: 1001;
}

.mega-cat-dropdown.show {
    display: block;
}

.mega-cat-dropdown .mega-inner {
    display: flex;
    width: 100%;
    min-height: 320px;
}

.mega-cat-dropdown .mega-col {
    width: 50%;
    border-right: 1px solid var(--color-border);
    background: #FFF;
}

.mega-cat-dropdown .mega-col:last-child {
    border-right: none;
}

.mega-cat-dropdown .mega-col.level-2 {
    display: none;
}

.mega-cat-dropdown .mega-col.visible {
    display: block;
}

.mega-cat-dropdown .mega-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.mega-cat-dropdown .mega-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    color: #1C1C1C;
    text-decoration: none;
    font-size: 14px;
}

.mega-cat-dropdown .mega-list li:hover {
    background-color: var(--color-light-grey);
}

.mega-cat-dropdown .mega-list li a .arrow {
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.custom-product-type-dropdown {
    position: relative;
    display: inline-block;
}

.custom-product-type-dropdown .selected-option {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    color: #FFF;
    padding: 8px 12px 8px 12px;
    width: 150px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    transition: background-color .2s ease, color .2s ease;
}

.custom-product-type-dropdown .selected-option:hover {
    background-color: var(--color-primary-hover);
    color: #FFF;
}

.custom-product-type-dropdown .selected-option img {
    width: 10px;
    height: 6px;
}

.custom-product-type-dropdown .dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFF;
    border: 1px solid #FFF;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 10;
}

.custom-product-type-dropdown .dropdown-options li {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid var(--color-border);
}

.custom-product-type-dropdown .dropdown-options li:last-child {
    border-bottom: none;
}

.custom-product-type-dropdown .dropdown-options li:hover {
    background-color: var(--color-light-grey);
}


/* Overlay for mega dropdown */
.mega-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .25);
    display: none;
    z-index: 999;
    /* below header (1000) and dropdown (1001), above page */
}

body.admin-bar .mega-overlay {
    margin-top: 33px;
}

.mega-overlay.show {
    display: block;
}




/* Keep active states grey while exploring subcategories */
.top-category-menu>ul li.active {
    background-color: var(--color-light-grey);
    box-shadow: inset 0 -2px 0 var(--color-primary);
    /* blue underline like screenshot */
}

.top-category-menu>ul li.active a {
    font-weight: 600;
}

/* Persist highlight on selected items in columns while hovering deeper levels */
.mega-cat-dropdown .mega-list li.active {
    background-color: var(--color-light-grey);
}

/* Icons and label alignment for level 1/2 items */
.mega-cat-dropdown .mega-list li a .label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mega-cat-dropdown .mega-list li a .cat-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex: 0 0 18px;
}


.popular-hobbies .swiper-pagination {
    position: relative;
    bottom: 20px;
}

.popular-hobbies .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, .6);
}

@media(max-width:1200px) {
    .header-top-right .upload-btn {
        margin-right: 0px;
    }
}

@media(max-width:1024px) {

    .custom-product-type-dropdown,
    .custom-product-type-dropdown .selected-option {
        width: 100%;
    }
}

@media(max-width:991px) {
    .mega-overlay {
        display: none !important;
    }

    .mega-cat-dropdown {
        display: none !important;
    }

    .header-bottom,
    .header-top-right .upload-btn,
    .header-top-right .custom-lang-dropdown,
    .header-top-right .login-btn,
    .header-top-right .icon-buttons.whislist,
    .header-top-right .icon-buttons.qustionmark {
        display: none;
    }

    .header-top-right .login-btn.mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .header-top-right .login-btn.mobile img {
        width: 15px;
    }

    .header-top-right {
        justify-content: flex-end;
        max-width: fit-content;
    }

    .header-top-left .search-container {
        min-width: calc(100vw - 406px);
    }

    .header-top-right .icon-buttons.menu-burger {
        display: block;
        background: transparent;
        border: none;
    }

}

@media(max-width:768px) {
    .header-top {
        gap: 5px;
    }

    #masthead {
        padding: 0 15px;
    }

    .woocommerce-products-header__title {
        font-size: 25px;
        width: 100%;
    }

    .top-banner .desktop {
        display: none;
    }

    .top-banner .mobile {
        display: block;
    }

    #masthead {
        margin-bottom: 30px;
    }

    body.tax-product_cat #masthead {
        margin-bottom: 60px;
    }

    .page-id-239 #masthead {
        margin-bottom: 50px;
    }

    .header-top {
        padding: 15px 0px 10px 0;
    }

    .top-banner .banner-full {
        width: 100%;
    }

    .top-banner .top-banner-swiper {
        display: block;
    }

    .top-banner .banner-left,
    .top-banner .banner-right {
        display: none;
    }

    .header-top-right .icon-buttons.mobile-search {
        /*display: block;*/
    }

    .header-top {
        padding-bottom: 50px;
    }

    .header-top-left .search-container {
        min-width: unset;
        position: absolute;
        bottom: 10px;
        width: calc(100% - 30px);
        /*padding: 0;*/
    }

    /*.header-top-left .search-container {*/
    /*    display:none;*/
    /*    background: rgba(0,0,0,.4);*/
    /*    position: fixed;*/
    /*    width: 100vw;*/
    /*    height: 100vh;*/
    /*    left: 0;*/
    /*    top:0;*/
    /*    align-items: flex-start;*/
    /*    padding: 30px 15px;*/
    /*    padding-top:50px;*/
    /*    z-index: 2;*/
    /*}*/
    /*.header-top-left .search-container img {*/
    /*    margin-right: 0;*/
    /*    padding: 7.5px 10px;*/
    /*    background: var(--color-light-grey);*/
    /*}*/

    /*.header-top-left .search-container input {*/
    /*    background-color: var(--color-light-grey);*/
    /*    border-radius: 0;*/
    /*    height: 30px;*/
    /*}*/
    .header-top-right,
    .header-top-right .icons-wrap {
        column-gap: 10px;
    }

    /*.header-top-left .search-container .search-close {*/
    /*    display:block;*/
    /*    width: 25px;*/
    /*    height:25px;*/
    /*    cursor: pointer;*/
    /*    position: absolute;*/
    /*    top:15px;*/
    /*    right:15px;*/
    /*    background-color: transparent;*/
    /*    padding: 0;*/
    /*}*/
    #search-results {
        top: 30px;
        width: 100%;
        left: 0;
        border-top: 1px solid var(--color-border);
    }

    #search-results ul li div h4 {
        font-size: 12px;
    }

    #search-results ul {
        max-height: 60vh;
        overflow-y: scroll;
    }

    .mobile-categories {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
    }

    .category-level {
        display: none;
    }

    .category-level.active {
        display: block;
    }

    .category-level a {
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 7px 10px;
        border-bottom: 1px solid var(--color-border);
        text-decoration: none;
        text-align: left;
        justify-content: space-between;
        color: #1C1C1C;
        flex-direction: row;
        border-right: none;
    }

    .category-level a img {
        width: 15px;
        height: 15px;
        margin: 0;
    }

    .back-link {
        display: flex;
        align-items: center;
        font-weight: 600;
        color: var(--color-primary);
        justify-content: flex-start !important;
    }

    .back-link img {
        margin-right: 10px;
    }

    .parent-name {
        margin-left: auto;
        font-weight: 400;

    }

    .category-level a img {
        width: 15px;
        height: 15px;
        margin: 0;
    }

    .back-link {
        display: flex;
        align-items: center;
        font-weight: 600;
        color: var(--color-primary);
        justify-content: flex-start !important;
    }

    .back-link img {
        margin-right: 10px;
    }

    .parent-name {
        margin-left: auto;
        font-weight: 400;

    }
}



/* Featured product badge */
.product-card {
    position: relative;
}

.featured-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--color-primary);
    color: #FFF;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
}

.featured-badge::before {
    content: none;
}

@media (max-width: 500px) {
    .header-top-left .search-container input {
        width: 100%;
    }

    .top-banner .top-banner-swiper {
        max-height: 275px;
    }

    .top-banner .top-banner-swiper .swiper-pagination {
        bottom: 0;
    }

    .featured-badge {
        font-size: 11px;
        padding: 3px 6px;
    }
}

/* Ensure single product gallery can show badge overlay */
.product-gallery_wrap,
.product-gallery-wrap {
    position: relative;
}

/* Wishlist Count Global Styles */
.product-image-wrapper {
    position: relative;
    display: block;
    /* Ensure it wraps image correctly */
}

.product-image-wrapper .wishlist-container {
    position: absolute;
    top: 8px;
    /* Desktop: Top Right */
    bottom: auto;
    right: 8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #Eaeaea;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: default;
}

@media (max-width: 768px) {
    .product-image-wrapper .wishlist-container {
        top: auto;
        bottom: 14px;
        right: 5px;
        /* Mobile: Bottom Right */
    }
}

.wishlist-count {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    line-height: 1;
}

.product-card .wishlist-toggle {
    position: static !important;
    /* Override absolute positioning */
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin: 0 !important;
    cursor: pointer;
}