/*
 Theme Name:   Leelija Child
 Description:  Child theme for Storefront
 Author:       Sk Mujahid Kabir
 Template:     storefront
 Version:      1.0.0
*/

/* === Base & Reset === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
}

/* body {
      background: #f9fafc;
      min-height: 100vh;
    } */

/* * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Segoe UI', Roboto, system-ui, Arial, sans-serif;
    } */

/* body {
      background: #f4f6f9;
      min-height: 100vh;
      display: flex;
      align-items: flex-end;  
    } */

.unique-header-right .woocommerce-product-search {
  margin-bottom: 0px !important;
}

.unique-logo img{
      max-height: 52px !important;
    width: auto !important;
}
.uniq-footer-logo img{
  max-height: 80px !important;
  width: auto !important;
}