.search-results-container{display:flex;flex-direction:column;align-items:center;justify-content:start;width:100%;max-width:100vw;height:100%;padding:20px calc(var(--container-gutter) + 8px) 32px;overflow-y:auto;z-index:100}.search-results-container.light{background:var(--bs-color-white);color:var(--bs-color-blue);box-shadow:0 4px 16px rgb(0 0 0/12%)}.search-results-container.dark{background:var(--bs-color-blue);color:var(--bs-color-white)}.search-result__list{display:flex;flex-direction:column;gap:7px;max-width:100%;min-width:0}.search-result__list-title{display:flex;justify-content:space-between;align-items:center;gap:14px;height:36px}.search-result__list-title>h3{font-size:1rem;line-height:1.2rem;color:var(--bs-color-dark-blue);margin:0}.search-result__list-items{display:flex;flex-direction:column;gap:8px}.search-results__divider{width:100%}.search-result__list:last-of-type .search-results__divider{display:none}@media (min-width:768px){.search-result__list:only-child{flex-grow:1}}@media (min-width:992px){.search-results-container{height:auto}}.search-recent-results__content{display:flex;flex-direction:column;gap:32px}.search-recent-results__item{display:flex;justify-content:space-between;align-items:center;gap:5px;overflow:hidden}.search-recent-results__item>*{transition:color .15s ease-in-out}.search-recent-results__item-leading{display:flex;align-items:center;gap:6px}.search-recent-results__item-leading svg{width:18px;height:18px}.search-recent-results__item-text{max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis}.search-recent-results__item svg{flex-shrink:0}.search-recent-results__item>:hover{cursor:pointer}.light .search-recent-results__item>:hover{color:var(--bs-color-pressed-white)}.dark .search-recent-results__item{color:var(--bs-color-grey-400)}.dark .search-recent-results__item>:hover{color:var(--bs-color-white)}@media (min-width:768px){.search-recent-results__content{flex-direction:row;justify-content:space-between}}.search-results-container__content{display:flex;width:100%;height:calc(100% - 80px + 18px);overflow-y:auto;flex-direction:row;justify-content:space-between;align-content:flex-start;row-gap:12px}.search-results__footer{border-top:1px solid var(--bs-color-grey-300);box-shadow:0 -3px 16px rgb(0 0 0/12%);position:fixed;bottom:0;height:80px;width:100%;padding-inline:20px;background:inherit;display:flex;flex-direction:column;justify-content:center}.search-results__products,.search-results__text-column{display:flex;flex-direction:column;gap:16px}.search-item__text{display:flex;justify-content:space-between;align-items:center;min-height:24px}.search-item__text svg{width:15px;height:15px;flex-shrink:0;align-self:flex-start;margin-top:2px}.search-item__leading{display:flex;align-items:center;gap:6px}.search-item__leading svg{width:18px;height:18px}.search-item__text p{padding:0}.search-results__products:only-child{margin-inline:auto}.search-results__products-button.desktop{font-size:12px;line-height:12px;padding-inline:12px}.search-results__products-button.mobile{width:calc(100% - 80px)}.search-results__products-container{row-gap:16px;padding:3px}.product-card__suggestions{text-decoration:none;position:relative}.product-card__suggestions:hover{color:inherit;box-shadow:2px 2px 7px var(--bs-gray-300)}.product-card__suggestions-wrapper{display:flex;max-height:90px;overflow:hidden}.product-card__suggestions img{width:90px;min-width:90px;height:90px}.light .product-card__suggestions img{background-color:var(--bs-gray-100)}.product-card__suggestions .product-info{display:flex;flex-direction:column;justify-content:space-between;margin-block:2px}.product-card__suggestions .product-intro{margin:0;flex-grow:0}.product-card__suggestions .product-title{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:32px}.product-card__suggestions .product-brand,.product-card__suggestions .product-model,.product-card__suggestions .product-title{line-height:14px;font-size:12px}.light .product-card__suggestions .product-title:hover{color:var(--bs-color-blue)}.dark .product-card__suggestions .product-title:hover{color:var(--bs-color-white)}.product-brand:nth-last-child(1 of .product-brand):after{top:30%}.product-card__suggestions .product-model{font-weight:400}.product-card__suggestions .product-category{font-size:11px}.product-card__suggestions .rating-v2{line-height:13px}.product-card__suggestions .product-badges .product-badge{padding:0 4px!important;height:16px;font-size:11px;line-height:16px;border:1px solid rgba(0,0,0,0)}.product-card__suggestions .product-prices{align-items:baseline}.product-card__suggestions .product-prices .price-tag{font-size:13px}.product-card__suggestions .product-prices .price-tag-original{font-size:11px}.dark .product-card__suggestions .product-prices .price-tag-salesControl{display:none}.light .product-card__suggestions .product-prices .price-tag-salesControl{display:inline-block;color:var(--bs-color-red)}.light .product-card__suggestions .price-tag-salesControl>span{color:var(--bs-color-blue)}.search-results__no-hits{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media (min-width:768px){.search-results__products-button.mobile{width:-moz-fit-content;width:fit-content}.product-card__suggestions{width:50%}}@media (min-width:992px){.search-results__products{order:2}.search-results__text-column{order:1}.search-results__products-container{row-gap:24px}.search-results__products .search-results__divider{display:none}}