/* Category/product listing image fixes for Magento 2.4.9 + live theme CSS */
.page-products .product-item-info {
    overflow: visible;
}

.page-products .product-image-container {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: auto !important;
}

.page-products .product-image-wrapper {
    height: auto !important;
    padding-bottom: 0 !important;
    overflow: visible;
    position: static !important;
}

.page-products .product-image-photo {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.page-products .product-item-photo {
    display: block;
    width: 100%;
}

/* Font Awesome icons in site header (top bar + main header) */
.page-header .fa {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-header .panel.header::after {
    content: '';
    display: table;
    clear: both;
}

.page-header .topleftcal01 ul li i.fa {
    color: #8b867c;
}

.page-header .hedserch01icon a i.fa {
    color: #6d6a64;
}

.page-header .hedleftcal01 ul li a:before {
    font-family: FontAwesome !important;
}
