/* New Category Section Mobile Enhancements */
@media (max-width: 767px) {
    .new_category {
        padding: 30px 0;
    }

    .new_category .product-item {
        display: flex;
        align-items: center;
        padding: 12px;
        /* margin: 0 10px 15px; */
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    }

    .new_category .product-thumb {
        width: 80px;
        min-width: 80px;
        margin-right: 15px;
        border-radius: 8px;
        overflow: hidden;
    }

    .new_category .product-thumb img {
        width: 100%;
        height: 80px;
        object-fit: cover;
        border-radius: 8px;
    }

    .new_category .product-info {
        flex: 1;
    }

    .new_category .product-name {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .new_category .title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        text-align: center;
    }

    .new_category .title:after {
        width: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .new_category .owl-slick {
        padding: 0 20px;
    }

    .new_category .slick-arrow {
        width: 32px;
        height: 32px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 1;
    }

    .new_category .slick-prev {
        left: -5px;
    }

    .new_category .slick-next {
        right: -5px;
    }

    .new_category .slick-arrow:before {
        font-size: 14px;
        line-height: 32px;
    }

    .new_category .slick-list {
        margin: 0 -10px;
    }

    .new_category .product-item:active {
        transform: scale(0.98);
        transition: transform 0.2s;
    }

    /* Add touch-friendly padding to buttons */
    .new_category .add-to-cart .button {
        padding: 8px 15px;
        font-size: 13px;
        border-radius: 20px;
        margin-top: 8px;
        display: inline-block;
        background: #e94c39;
        color: #fff;
        border: none;
    }

    /* Improve spacing between items */
    .new_category .product-list-owl {
        margin-bottom: 20px;
    }

    /* Better visual hierarchy */
    .new_category .banner-info {
        padding: 15px;
    }

    /* Optimize touch targets */
    .new_category .product-name a {
        padding: 0px 0;
        display: block;
        font-size: 11px;
    }
    .section-018{
        background-position: right;
  background-size: cover;
    }

}
@media (min-width: 768px) {
    #menu-item-555 {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #menu-item-555 {
        display: block !important;
    }
    
    #menu-item-555 a {
        color: #333;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    #menu-item-555 a:before {
        content: "\f095";
        font-family: 'FontAwesome';
    }
}
/* Mobile styling */
@media (max-width: 767px) {
    #menu-item-555 {
        margin: 10px 15px;
        border-radius: 25px;
        background: #f8f8f8;
    }

    #menu-item-555 a.akasha-menu-item-title {
        justify-content: center;
        padding: 12px 20px;
        font-size: 15px;
    }

    #menu-item-555 a.akasha-menu-item-title:before {
        font-size: 16px;
    }
    .logo-footer img{
        width: 30%;
    }
    
    .lightbox-popup{
        display: none;
    }
}