


.related-products {
    display: flex;
}
.product-item {
    margin-right: -19px !important;
}

.product-item img {
    max-width: 43px; /* Adjust size as needed */
    height: auto;
    display: block;
    border-radius: 5px;
    border: 3px solid white;
    box-shadow: -1px 0px 3px 0px #0000006b;
}
.collection-products {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eff8f2 !important;
    border-radius: 5px ! IMPORTANT;
    padding-left: 27px !important;
    padding-right: 2em !important;
    padding: 12px;
    margin-top: 24px !important;
}
span.category-name {
    font-size: var(--default-font-size);
    text-decoration: underline;
    font-weight: 700;
}
.product-count {
    background: #57b779 !important;
    width: 23px !important;
    height: 23px !important;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    color: white;
    border-radius: 50%;
    padding-right: 1px;
    margin-left: 7px;
    font-weight: 600 !IMPORTANT;
}
img.highlight-image.highlight-image-1:hover {
 z-index: 300 !important;
    position: relative;
    transition: 300ms !important;
margin-top: -5px !important;
max-width: 45px !important;
}

img.highlight-image.highlight-image-2:hover {
 z-index: 300 !important;
    position: relative;
    transition: 300ms !important;
margin-top: -5px !important;
max-width: 45px !important;
}
img.highlight-image.highlight-image-3:hover {
 z-index: 300 !important;
    position: relative;
    transition: 300ms !important;
margin-top: -5px !important;
max-width: 45px !important;
}
