.product-box {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 16px;
    margin: auto;
}

.product-box:hover {
    border: 1px solid #0d6efd;
    transition: all 0.3s ease-in;
}

.prod-title {
    color: #18171D;
    font-weight: 600;
    margin: 0;
}

.p-icon {
    width: 24px;
    height: 24px;
}

.product-details span{
    font-weight: 500;
    color: #016CC8;
}

.v-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.view-btn {
    display: inline-flex;
    padding: 10px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #0d6efd;
    color: #FFF;
    font-size: 18px;
}

.product-img img {
    height: -webkit-fill-available;
    border-radius: 8px;
    padding: 0px;
}

.icon-text {
    margin-right: auto;
}

.location,.city-name ,.icon-text, p {
    font-size: clamp(1rem, calc(0.6rem + 0.67vw), 1.2rem) !important; /* 18px */
    align-items: center;
}
