.hg-ts-hs-wrap{
    max-width: 680px;
    margin: .5rem auto 1rem;
    padding: 0 .75rem;
}

.hg-ts{
    position: relative;
}

.hg-ts-input{
    width: 100%;
    box-sizing: border-box;
    padding: .6rem .75rem;
    border: 1px solid #9ca6ae !important;
    border-radius: 8px !important;
}
.hg-ts-input.is-open{
    outline: none;
    border-radius: 8px 8px 0 0 !important;
    border-top:1px solid #9ca6ae !important;
    border-left:1px solid #9ca6ae !important;
    border-right:1px solid #9ca6ae !important;
    border-bottom:1px solid #fff !important;
}

.hg-ts-dd{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    font-size: 10px;
    z-index: 9999;
    display: none;
}

.hg-ts-dd-container{
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 2px);
    background: #fff;
    border: 1px solid #9ca6ae !important;
    border-top: 1px solid #fff !important;
    border-radius: 0 0 8px 8px;
    width: 100%;
    max-height: 300px;
    padding-bottom: 5px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
}

.hg-ts-item{
    display:flex;
    align-items:center;
    gap:.5rem;
    padding: .5rem 1rem;
    cursor: pointer;
}
.hg-ts-item:hover, .hg-ts-item.is-active{
    background: #eeeeff;
    padding: .5rem 1.2rem;
}
.hg-ts-item .thumb{
    display:inline-flex; width:40px; height:40px; overflow:hidden; border-radius:6px; flex:0 0 40px;
    background:#f8fafc;
}
.hg-ts-item .thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.hg-ts-item .content{ display:flex; flex-direction:column; min-width:0; }
.hg-ts-item .title{ font-weight:600; line-height:1.2; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.hg-ts-item .meta{ font-size:.85em; opacity:.75; }

.hg-ts-empty{
    padding: 1rem 1rem;
    color: #64748b;
}

.cmtsfwc-row{
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
}

.cmtsfwc-col-2{
    width: 20%;
    height: fit-content;
}

.cmtsfwc-col-8{
    width: 80%;
}

.cmtsfwc-InstantSearch-header{
    width: 100%;
    height: 70px;
    position: relative;
}

.cmtsfwc-InstantSearch-text{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
}

.cmtsfwc-InstantSearchPopup--closeIcon {
    position: relative;
    display: block;
    color: #ccc;
    width: 20px;
    float: right;
    margin-right: 10px;
    margin-top: 10px
}

.hide-me-FilterToggle{
    display: none !important;
}

.site-search input[type=search]
{
    padding-left: 1em;
    padding-right: 1em
}

@media (max-width: 992px) {
    .site-search input[type=search] {
        line-height: 36px;
    }
    .ins-cus-search{
        max-width: 100%;
    }
    .cmtsfwc-InstantSearch-text{
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .site-search input[type=search] {
        height: 44px !important;
    }
    .ins-cus-search{
        max-width: calc(1170px + 5.2325em);
        margin: 0 auto;
    }
}

.cus-col-full{
    background-color: #fff !important;
}

.ins-cus-search{
    display: none;
}

.ts-product-actions{
    margin-left: auto;
    margin-right: auto;
}

body.static-cta-buttons ul.products li.product:not(.product-category) {
    display: block !important;
}

ul.products li.product:not(.product-category):hover::before{
    visibility: visible;
    opacity: 1 ;
}