.algolia-autocomplete.suggestions em {
    background-color: yellow;
    font-style: normal;
}

.aa-Autocomplete {
    margin-top: -8px;
}

.aa-Autocomplete label {
    margin-bottom: 0;
}

.algolia-results-tab {
    cursor: pointer;
}

.auc-Recommend-container {
    margin-top: 20px;
}

.auc-Recommend-item {
    margin-bottom: 20px;
    list-style-type: none;
    max-width: 100% !important;
    width: 267px !important;
}

.auc-Recommend-list {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: flex-start;
    padding-left: 0%;
}

#similarContents .auc-Recommend-list {
    display: block;
}

.ais-SearchBox-reset {
    position: absolute;
    border: none;
    top: 0.5625em;
    right: 0.5625em;
    padding: 0 1em;
}

.ais-ToggleRefinement-checkbox {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}
.ais-ToggleRefinement-label {
    cursor: pointer;
}

.auc-Recommend-item .col-12 {
    padding: 0;
}

.auc-Recommend-title {
    font-size: 32px;
}

.product-tile {
    position: relative;
}

.callout-msg {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff6b6b;
    color: white;
    padding: 5px 10px;
    font-size: 0.4rem;
    font-weight: bold;
    border-radius: 3px;
    z-index: 1;
    max-width: 33%;
    text-align: center;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.1);
}

.swatch-selected {
    border: 2px solid #0070d2 !important;
}

/* Store Facet Styling */
.store-list-facet {
    list-style: none;
    padding: 0;
    margin: 0;
}

.store-facet-item {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--color-grey2);
    padding-bottom: 10px;
}

.store-facet-item:last-child {
    border-bottom: 0;
}

.store-facet-item a {
    display: flex;
    flex-direction: column;
}

.store-facet-label {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    margin-left: 10px;
}

.store-facet-label i.fa {
    margin-right: 8px;
    font-size: 14px;
    min-width: 14px;
}

.store-facet-item small {
    color: var(--color-grey5);
    font-size: 0.75rem;
    margin-left: 22px;
    display: block;
    line-height: 1.4;
}

.store-facet-show-more {
    background: none;
    border: none;
    color: var(--color-primary);
    padding: 5px 0;
    margin-top: 5px;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    display: inline-block;
}

.store-facet-show-more:hover {
    text-decoration: underline;
}
