/* Add custom CSS styles below */

.store__logo img {
width: 5em;
}

.py-6 {
    min-height: 55vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.browse__products .product__item .image__overlay {
     display: none;
}

.browse__products .product__item .image__overlay a {
  display: none
}

.bg-no-repeat {
  background-size: contain;
}

.text-\[10px\] {
    font-size: 16px !important;
}