.breadcrumb .android-back-btn {
    display: flex;
    align-items: center;
    color: var(--color-primary);
    font-weight: 600;
    gap: 5px;
}

.android-back-btn {
    display: flex;
    align-items: center;
    color: var(--color-primary);
    font-weight: 600;
    gap: 5px;
    margin-left: 15px;
    display: block;
    margin-bottom: 15px;
}

.android-back-btn img {
    margin-bottom: -3px;
}

.popular-hobbies {
    max-width: 1480px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
}

.category-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.apps-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
}

.apps-wrap p,
.apps-wrap img {
    margin: 0;
}

.category-title::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    margin-right: 10px;
    vertical-align: middle;
}

.category-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.category-card-info {
    border: 1px solid var(--color-border);
    border-top: none;
}

.category-card {
    overflow: hidden;
    /*width: calc(100% / 4 - 23px);*/
    background: #fff;
}

.popular-hobbies-swiper {
    width: 100%;
}

.category-card-link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.category-card-image img {
    width: 100%;
    height: 150px;
    display: block;
    object-fit: cover;
}

.category-card-meta {
    font-size: 14px;
    color: #888;
    padding: 10px 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.category-card-meta img {
    width: 20px;
    height: 20px;
}

.category-card-title {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 12px 12px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}


.site-footer {
    background-color: var(--color-dark-background);
    padding: 30px 15px 20px 15px;
}

.footer-wrap {
    max-width: 1480px;
    margin: auto;
}

.site-footer * {
    color: #6E6E6E;
    font-size: 14px;
}

.site-footer .payment-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    /* Adjust 100px to control min width */
    gap: 16px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-darker-border);
    align-items: center;
    justify-items: center;
    /* center logo horizontally */
}

.site-footer .payment-logos img {
    max-width: 96px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.site-footer .footer-middle {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.site-footer .footer-middle .footer-middle-left,
.site-footer .footer-middle .footer-middle-right {
    display: flex;
    align-items: flex-start;
    column-gap: 50px;
}

.site-footer .footer-middle .footer-middle-right {
    column-gap: 150px;
}

.site-footer .footer-middle .footer-middle-right .footer-logo {
    width: 146px;
}

.site-footer .footer-middle h4,
.site-footer .footer-middle h5 {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.site-footer .footer-middle ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .footer-middle ul li {
    margin-bottom: 15px;
}

.site-footer .footer-middle ul li a {
    color: #6E6E6E;
    text-decoration: none;
}

.site-footer .footer-middle .social {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #6E6E6E;
    margin: 0;
    margin-bottom: 15px;
}

.site-footer .footer-middle .footer-logo {
    margin-bottom: 15px;
}

.site-footer .footer-middle .company-name {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    margin: 0;
    margin-bottom: 15px;

}

.site-footer .footer-middle .credentials {
    color: #6E6E6E;
    margin: 0;
    margin-bottom: 15px;
}

.footer-subscription {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-darker-border);
}

.footer-subscription .subscription_title {
    font-weight: 500;
    color: #FFF;
    font-size: 14px;
    margin: 0;
}

.footer-subscription .subscription_email_wrap {
    width: 100%;
    max-width: 450px;
    flex: 1;
}

.footer-subscription .subscription_fields {
    display: flex;
    gap: 30px;
    flex: 1;
    align-items: flex-start;
}

.footer-subscription input {
    background-color: transparent;
    color: #FFF !important;
    border: 1px solid var(--color-light-text);
    border-radius: 5px;
    font-size: 14px;
    padding: 6px 15px;
    width: 100%;
    max-width: 450px;
    min-width: 250px;
}

.footer-subscription .subscription_button {
    background-color: var(--color-primary);
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    max-width: 222px;
    padding: 7px 15px;
    border-radius: 5px;
}

.footer-subscription .subscription_disclaimer {
    max-width: 350px;
    margin: 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .custom-lang-dropdown {
    width: 100%;
    max-width: 222px;
}

.footer-bottom .lang-selector {
    background-color: transparent;
    border: 1px solid var(--color-light-text);
    width: 100%;
    height: 37px;
}

.footer-bottom .custom-lang-dropdown .lang-selector .arrow {
    margin-left: auto;
}

.footer-bottom .copyrights {
    margin: 0;
}

.footer-bottom .custom-lang-dropdown .lang-options {
    background-color: var(--color-dark-background);
    border: 1px solid var(--color-light-text);
    border-radius: 0 0 5px 5px;
    margin-top: -2px;
}

.footer-bottom .custom-lang-dropdown .lang-options li a {
    text-decoration: none;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    padding: 8px 6px;
}

.footer-bottom .custom-lang-dropdown .lang-options li:hover a {
    color: #FFF;
    background-color: var(--color-dark-background);
}








.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link a {
    padding: 15px 32px;
    position: relative;
    border-bottom: 0px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
    transition: all ease 0.3s;
    text-align: left;
}

.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link a .count {
    color: #ef4444;
    font-weight: 600;
    transition: all ease 0.3s;
}

.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link a img,
.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link {
    transition: all ease 0.3s;
}

.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link--downloads a img,
.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link--edit-address a img {
    max-width: 15px;

}

.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link--customer-logout a img,
.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link--wishlist a img {
    max-width: 22px;
}


.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link:not(.more-trigger):not(.is-active):hover img {
    /*filter: brightness(0) invert(1);*/
}

.woocommerce-MyAccount-navigation.footer>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.myaccount-more-panel {
    display: none;
}

.myaccount-more-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.myaccount-more-panel li {
    margin: 4px 0;
}

.myaccount-more-panel {
    bottom: 75px;
}

.myaccount-more-panel {
    position: fixed;
    width: calc(100vw / 4);
    right: 0;
    bottom: 81px;
    background: #ffffff;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transform: translateY(110%);
    transition: transform .25s ease;
    padding: 0;
    max-height: 60vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link a {
    font-size: 12px;
}

.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link a {
    padding: 15px 0px;
}

.woocommerce-MyAccount-navigation.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    top: unset;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    background-color: #FCFCFC;
    max-height: calc(100vh - 150px);
    overflow-y: scroll;
    left: 0;
    padding-bottom: env(safe-area-inset-bottom);
}

.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link a img {
    height: 17px;
    width: 17px;
    object-fit: contain;
}

.woocommerce-MyAccount-navigation.footer>ul.primary-nav {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--color-border);
}

.woocommerce-MyAccount-navigation.footer>ul:not(.primary-nav) {
    display: none;
}

.myaccount-more-panel {}

.woocommerce-MyAccount-navigation.footer>ul li {
    flex: 1;
}

.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 6px;
    text-align: center;
}

.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link.is-active a {
    color: #FFF;
}

.woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link.is-active {
    background-color: var(--color-primary);
    color: #FFF;
}

.myaccount-more-panel.open {
    transform: translateY(0);
    display: flex;
    flex-direction: column;
}



@media(max-width:1200px) {
    .site-footer .footer-middle {
        flex-direction: column;
        gap: 30px;
    }

    .footer-subscription {
        flex-direction: column;
        margin-top: 30px;
    }

    .footer-subscription .subscription_fields {
        gap: 0;
    }

    .footer-subscription .subscription_button {
        margin-left: -5px;
    }
}

@media(max-width:1024px) {
    .site-footer .payment-logos {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* 3 per row */
        gap: 16px;
        justify-items: center;
    }

}

@media(max-width:991px) {
    .footer-subscription {
        flex-direction: column;
        margin-top: 30px;
    }

    .category-card {
        /*width: calc(100% / 2 - 15px);*/
    }

    .popular-hobbies {
        padding: 0 15px;
    }
}

@media(max-width:768px) {
    .site-footer .payment-logos {
        border-bottom: none;
        padding-bottom: 0;
    }

    .footer-middle-left {
        gap: 15px;
    }

    .footer-middle-left>.column {
        width: 100%;
        border-bottom: 1px solid var(--color-darker-border);
    }

    .footer-middle-left>.column h4,
    .footer-middle-left>.column h5 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-middle-left>.column h4::after,
    .footer-middle-left>.column h5::after {
        content: '';
        width: 15px;
        height: 15px;
        background-image: url('/wp-content/themes/inhoby/assets/images/blue-chevron-down.svg');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform 0.3s ease;
    }

    .footer-middle-left>.column h4.menu-open::after,
    .footer-middle-left>.column h5.menu-open::after {
        transform: rotate(180deg);
    }

    .footer-middle-left>.column>div {
        display: none;
    }

    .footer-bottom {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .apps-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .apps-wrap p {
        width: 100%;
        text-align: center;
    }

    .popular-hobbies {
        margin-top: 50px;
    }

    .site-footer .footer-middle .footer-middle-left,
    .site-footer .footer-middle .footer-middle-right {
        flex-wrap: wrap;
    }

    .site-footer .footer-middle .footer-middle-right {
        gap: 30px;
    }

    .footer-subscription .subscription_title {
        text-align: center;
    }
}

@media(max-width:425px) {
    .woocommerce-MyAccount-navigation.footer .woocommerce-MyAccount-navigation-link a {
        padding: 15px 0px;
    }

    .woocommerce-MyAccount-navigation.footer>ul.primary-nav {
        width: 100vw;
    }

    .footer-subscription input {
        min-width: 215px;
    }

    .site-footer .payment-logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media(max-width:375px) {
    .footer-subscription input {
        min-width: 155px;
    }
}