.ns365-wrap{
    max-width:1200px;
    margin:25px auto;
    padding:15px;
    font-family:Arial,sans-serif;
}

.ns365-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.ns365-search-bar{
    background:#ffffff;
    padding:18px;
    border-radius:14px;
    box-shadow:0 4px 18px rgba(0,0,0,0.08);
    margin-bottom:25px;
}

.ns365-btn{
    background:#0f7cff;
    color:#ffffff;
    border:none;
    padding:11px 18px;
    border-radius:8px;
    cursor:pointer;
    font-weight:600;
}

.ns365-status{
    margin-top:10px;
    font-weight:600;
}

.ns365-grid{
    width:100%;
    overflow:hidden;
}

.ns365-card{
    width:23%;
    float:left;
    margin:1%;
    background:#ffffff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 5px 22px rgba(0,0,0,0.10);
    border:1px solid #eeeeee;
    transition:0.3s;
}

.ns365-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 28px rgba(0,0,0,0.15);
}

.ns365-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
}

.ns365-card-body{
    padding:16px;
}

.ns365-shop-name{
    font-size:20px;
    font-weight:700;
    margin:0 0 8px;
}

.ns365-info{
    margin:6px 0;
    font-size:14px;
    color:#444444;
}

.ns365-distance{
    display:inline-block;
    margin:10px 0;
    background:#e9f8ef;
    color:#12833b;
    padding:6px 10px;
    border-radius:20px;
    font-weight:700;
    font-size:13px;
}

.ns365-actions{
    margin-top:10px;
}

.ns365-whatsapp{
    display:inline-block;
    background:#25D366;
    color:#ffffff;
    padding:9px 12px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    margin-right:5px;
}

.ns365-map{
    display:inline-block;
    background:#2271b1;
    color:#ffffff;
    padding:9px 12px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
}

@media screen and (max-width:1024px){

    .ns365-card{
        width:48%;
        margin:1%;
    }

}

@media screen and (max-width:600px){

    .ns365-title{
        font-size:24px;
    }

    .ns365-card{
        width:100%;
        margin-bottom:20px;
    }

}


.ns365-single-product{
    width:100%;
    overflow:hidden;
    background:#ffffff;
    border-radius:18px;
    box-shadow:0 5px 25px rgba(0,0,0,0.10);
    padding:20px;
}

.ns365-single-image{
    width:48%;
    float:left;
    margin-right:3%;
}

.ns365-single-image img{
    width:100%;
    max-height:480px;
    object-fit:cover;
    border-radius:16px;
}

.ns365-single-content{
    width:49%;
    float:left;
}

.ns365-price{
    font-size:28px;
    font-weight:700;
    color:#12833b;
    margin:12px 0;
}

.ns365-category-badge{
    display:inline-block;
    background:#eef4ff;
    color:#0f5bd8;
    padding:7px 12px;
    border-radius:20px;
    font-weight:700;
    margin-bottom:12px;
}

.ns365-description{
    margin:18px 0;
    line-height:1.7;
    color:#333333;
}

.ns365-buy-btn{
    display:inline-block;
    background:#25D366;
    color:#ffffff;
    padding:12px 18px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
}

@media screen and (max-width:768px){

    .ns365-single-image{
        width:100%;
        float:none;
        margin-right:0;
        margin-bottom:20px;
    }

    .ns365-single-content{
        width:100%;
        float:none;
    }

}


.ns365-review-box{
    margin-top:25px;
    padding:20px;
    background:#ffffff;
    border:1px solid #eeeeee;
    border-radius:16px;
    box-shadow:0 4px 18px rgba(0,0,0,0.08);
}

.ns365-review-box h2{
    font-size:24px;
    margin-bottom:10px;
}

.ns365-review-box h3{
    margin-top:20px;
}

.ns365-review-box input,
.ns365-review-box select,
.ns365-review-box textarea{
    width:100%;
    max-width:520px;
    padding:11px;
    border:1px solid #dddddd;
    border-radius:8px;
}

.ns365-review-box textarea{
    min-height:100px;
}

.ns365-review-item{
    border:1px solid #eeeeee;
    padding:14px;
    margin:12px 0;
    border-radius:12px;
    background:#fafafa;
}

.ns365-rating-badge{
    display:inline-block;
    background:#fff4d6;
    color:#8a5a00;
    padding:6px 10px;
    border-radius:20px;
    font-weight:700;
}


