/******
Order Info
 */

#products {
}

#productsHeader {
    margin-bottom: 20px;
}

#productsSearch {
    margin-bottom: 20px;
}

#productsSearchInput {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

#productsBody {

}

.productImage {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background-color: white;
}

/**********
Order Footer
 */

#productsFooter {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#productsPerPage {
}

#productsPages {
}