/* Search Bar */

.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp {
    padding: 0;
    border-radius: 0;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 4px !important;
    box-shadow: none !important;
    border: none !important;
    height: 48px !important;
    background-color: var(--grey-color) !important;
    font-weight: normal !important;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    outline: solid 2px var(--blue-color);
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    font-weight: normal !important;
    opacity: 1 !important;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 10px !important;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding-left: 50px;
    padding-right: 15px;
}

.dgwt-wcas-preloader {
    margin: 0 !important;
    right: 15px !important;
}

@media (max-width:1121px) {
    .dgwt-wcas-search-wrapp {
        max-width: 500px !important;
    }
}

@media (max-width:1100px) {
    .site-header .dgwt-wcas-search-wrapp {
        display: none;
    }
}

/* Search Suggestions */

.dgwt-wcas-suggestions-wrapp a {
    text-decoration: none;
    color: var(--text-color);
}

.js-dgwt-wcas-suggestion-headline span.dgwt-wcas-st {
    font-weight: bold;
}

.dgwt-wcas-si {
    width: 45px;
}

.dgwt-wcas-si img {
    height: 45px;
    width: 45px;
    object-fit: contain;
}

.dgwt-wcas-suggestions-wrapp {
    padding-bottom: 0 !important;
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.2);
}

.js-dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-more {
    height: 48px;
    font-weight: bold;
    text-transform: none;
    font-size: 14px;
    border-top: solid 1px #e2e2e2;
    margin-top: 10px;
}

.dgwt-wcas-sp ins {
    text-decoration: none;
}

.dgwt-wcas-suggestion-product .dgwt-wcas-st {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dgwt-wcas-meta {
    display: flex;
}

@media (max-width:767px) {
    .dgwt-wcas-suggestions-wrapp {
        box-shadow: none;
    }
}

/* Search Mobile Icon */

.search-mobile {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.search-mobile a.js-dgwt-wcas-enable-mobile-form {
    justify-content: center;
    align-items: center;
}

.search-mobile .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.search-mobile label {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    font-weight: 600;
}

.search-mobile a.dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler {
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 25px;
    width: 25px;
    max-width: 25px;
    margin: 0 auto;
}

.search-mobile svg.dgwt-wcas-ico-magnifier-handler {
    display: none;
}

.dgwt-wcas-search-wrapp-mobile {
    max-width: 100% !important;
}

.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-search-input:focus {
    outline: none !important;
}

.js-dgwt-wcas-overlay-mobile button.dgwt-wcas-om-return.js-dgwt-wcas-om-return {
    background-color: var(--blue-button);
    height: 48px;
    border: none !important;
}

.js-dgwt-wcas-overlay-mobile .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    max-width: 18px;
}