/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 3, 2024, 11:35:24 PM
    Author     : admin
*/

.product-img img {
    aspect-ratio: 336 / 250;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section-pagination {
    margin-bottom: 88px;
}

.pagination {
    gap: 12px;
}

.page-link {
    border: none;
    color: #5f5f5f;
    font-size: 14px;
    height: 32px;
}

.page-item.active .page-link {
    background-color: transparent;
    border: 1px solid #02BEA8;
    color: #02BEA8;
    border-radius: 4px;
}

