.search-filters__product-item {
    border-width: 0;
    border-style: solid;
    color: inherit;
    text-align: left;
    background-color: #fff;
    border-color: #c7c7c7;
    flex-direction: column;
    display: flex;
    position: relative;
}

.search-filters__product-image {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    padding-top: calc(100% / (var(--fdt-aspect-ratio-image)));
}

.search-filters__product-image-img {
    left: 0;
    top: 0;
    object-position: center center;
    background: var(--fdt-product-image-background);
    object-fit: cover;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    height: 100%;
    display: block;
}

.search-filters__product-item-grid-view-layout-image {
    display: flex;
    position: relative;
    width: 100%;
    align-items: stretch;
}

.search-filters__product-item-grid-view-layout-image::before {
    content: '';
    width: 0;
    height: 0;
    padding-bottom: calc(100% / (var(--fdt-aspect-ratio-image)));
}

.search-filters__product-link {
    color: inherit;
    -webkit-tap-highlight-color: #0000;
    text-decoration: none;
    display: block;
    background: 0 0;
}

.search-filters__product-link.search-filters__product-link-image {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.search-filters__product-image-container {
    position: relative;
}

.search-filters__product-image-wrapper--200\/220 {
    aspect-ratio: var(--fdt-aspect-ratio-image);
}

.search-filters__product-image-wrapper {
    position: relative;
    background: #fff;
}

.search-filters__product-image-img--main {
    position: absolute;
}

.search-filters__product-list .search-filters__product-vendor {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #7e7e7e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
    text-align: inherit;
    word-break: break-word;
    overflow-wrap: break-word;
    width: 100%;
}

.search-filters__product-info--left,
.search-filters__search-suggestion-product-info--left {
    text-align: left;
    justify-content: flex-start;
}

.search-filters__product-list .search-filters__product-info {
    padding: 10px 15px 5px;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

.search-filters__product-list .search-filters__product-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.search-filters__product-list .search-filters__product-rating {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #7e7e7e;
    height: 22px;
    width: 100%;
}

.search-filters__product-list .search-filters__product-price,
.search-filters__search-suggestion-product-list .search-filters__search-suggestion-product-price {
    padding-top: 5px;
}

.search-filters__product-price {
    width: 100%;
    line-height: 24px;
    text-transform: capitalize;
    text-align: inherit;
    word-break: break-word;
}

.search-filters__product-price-wrapper {
    align-items: center;
    gap: 5px;
    display: inline-flex;
}

.search-filters__visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.search-filters__product-price-content {
    gap: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-filters__product-price-content--row-reverse {
    flex-direction: row-reverse;
}

.search-filters__product-price-content--text-align-left {
    justify-content: left;
}

.search-filters__product-list .search-filters__product-price .search-filters__product-price--sale,
.search-filters__search-suggestion-product-list .search-filters__search-suggestion-product-price .search-filters__product-price--sale {
    color: rgba(var(--fdt-color-sale));
}

.search-filters__product-list .search-filters__product-price .search-filters__format-currency,
.search-filters__product-list .search-filters__product-price .search-filters__product-price--sale {
    font-size: 16px;
    font-weight: 700;
}

.search-filters__search-suggestion-product-list .search-filters__search-suggestion-product-price .search-filters__format-currency {
    font-size: 14px;
    font-weight: 700;
}
.search-filters__search-suggestion-product-list
    .search-filters__search-suggestion-product-price
    .search-filters__product-price--sale
    .search-filters__format-currency {
    font-size: 16px;
    font-weight: 700;
}

.search-filters__format-currency,
.search-filters__format-currency > span {
    align-items: center;
    display: inline-flex;
}

.search-filters__product-price-content .search-filters__product-price--compare {
    margin-right: 10px;
}

.search-filters__format-currency--price-compare {
    text-decoration: line-through;
}

.search-filters__search-suggestion-product-image .search-filters__product-image-img {
    object-fit: cover;
    max-width: 86px;
}

.search-filters__search-suggestion-product-image::before {
    padding-top: calc(100% / (var(--fdt-aspect-ratio-image)));
    content: '';
    width: 100%;
    height: 100%;
    display: block;
}

.search-filters__search-suggestion-product-image {
    max-width: 86px;
    margin-right: 10px;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    width: 86px;
}

.search-filters__search-suggestion-product-link {
    width: 100%;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.search-filters__search-suggestion-product-card {
    padding: 10px;
    height: min-content;
    box-shadow: none;
    clear: both;
    background-color: inherit;
    width: 100%;
    list-style: none;
}

.search-filters__search-suggestion-product-card:hover,
.search-filters__search-suggestion-product-card[aria-selected='true'] {
    background-color: rgba(var(--fdt-suggestion-color-background-secondary), 1);
}

.search-filters__search-suggestion-product-card:hover .search-filters__search-suggestion-product-title,
.search-filters__search-suggestion-product-card[aria-selected='true'] .search-filters__search-suggestion-product-title {
    text-decoration: underline;
}

.search-filters__badge {
    position: relative;
    display: grid;
    grid-template-rows: minmax(0, 1fr) max-content minmax(0, 1fr);
    padding: 1rem 0;
    width: 100%;
    flex-grow: 1;
}

.search-filters__sale-badge {
    align-self: flex-end;
    grid-row-start: 3;
    justify-self: flex-start;
    z-index: 2;
}

.search-filters__badge .top,
.search-filters__sale-badge.top {
    align-self: flex-start;
    grid-row-start: 1;
}

.search-filters__badge .right,
.search-filters__sale-badge.right {
    justify-self: flex-end;
}

.search-filters__sale-badge-text {
    text-transform: uppercase;
    border: 1px solid transparent;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.1rem;
    line-height: 1;
    padding: 0.5rem 1.3rem 0.6rem;
    text-align: center;
    background-color: rgb(var(--fdt-color-sale-background));
    border-color: rgba(var(--fdt-color-sale-border), 1);
    color: rgba(var(--fdt-color-secondary-text));
    word-break: break-word;
}

.search-filters__product-item-grid-view-layout-content {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .search-filters__search-suggestion-product-card:nth-child(n + 6) {
        display: none;
    }
}
