.products-slider{

    display:flex;

    gap:18px;

    overflow-x:auto;

    scroll-behavior:smooth;

    padding:5px 0 12px;

}

.products-slider::-webkit-scrollbar{

    display:none;

}

.product-card{

    min-width:240px;

    max-width:240px;

    flex-shrink:0;

    background:#fff;

    border-radius:14px;

    overflow:hidden;

    box-shadow:0 5px 18px rgba(0,0,0,.08);

}

.product-card img{

    width:100%;

    aspect-ratio:1/1;

    object-fit:cover;

}

.product-info{

    padding:15px;

}

.product-btn{

    display:inline-block;

    margin-top:10px;

    padding:10px 16px;

    border-radius:8px;

    background:#0d6efd;

    color:#fff;

    text-decoration:none;

}.products{

    padding:30px 20px;

}

.products-slider{

    display:flex;

    gap:18px;

    overflow-x:auto;

    scroll-behavior:smooth;

    padding-bottom:10px;

}

.products-slider::-webkit-scrollbar{

    display:none;

}

.product-card{

    min-width:240px;

    background:#fff;

    border-radius:16px;

    overflow:hidden;

    box-shadow:0 5px 18px rgba(0,0,0,.08);

    flex-shrink:0;

}

.product-card img{

    width:100%;

    aspect-ratio:1/1;

    object-fit:cover;

}

.product-info{

    padding:15px;

}

.product-info h3{

    font-size:15px;

    line-height:1.7;

    margin-bottom:8px;

}

.product-info p{

    color:#666;

    margin-bottom:15px;

}

.product-info a{

    display:inline-block;

    background:#0d6efd;

    color:#fff;

    text-decoration:none;

    padding:10px 16px;

    border-radius:8px;

}

.section-view-all{flex:0 0 auto;min-width:132px;height:80px;padding:0 18px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#111827;font-weight:700;box-shadow:0 3px 12px rgba(0,0,0,.05);transition:.2s;white-space:nowrap;}
.section-view-all span{font-size:18px;line-height:1;}
.section-view-all:hover,.section-view-all:active{background:#fff;transform:translateY(-2px);box-shadow:0 7px 18px rgba(0,0,0,.08);}

.product-view-all{min-width:150px;height:100%;min-height:260px;}
