input[type=”text”]:not(.facet__search) {border: none;background-color: transparent;}
input[type=”text”]:not(.facet__search):focus,
input[type=”text”]:not(.facet__search):hover,
input[type=”text”]:not(.facet__search):focus-within,
input[type=”text”]:not(.facet__search):target,
input[type=”text”]:not(.facet__search):focus-visible {outline: none;border: none;background-color: transparent;}
.imagesearch-field__drop-area {display:flex;padding:40px 24px;flex-direction:column;align-items:center;gap: 24px;align-self:stretch;border-radius:8px;border:1px solid #e6e9ed;}
.imagesearch-field__drop-area.dragging-state {border: 1px dashed #119ff7;background: #f2faff;}
.imagesearch-field__drop-area__icon {width: 100px;height:100px;}
.imagesearch-field__drop-area.dragging-state > .imagesearch-field__drop-area__prompt-msg,
.imagesearch-field__drop-area.dragging-state > .imagesearch-field__drop-area__upload-button,
.imagesearch-field__drop-area.dragging-state > .imagesearch-field__drop-area__icon {pointer-events: none;visibility: hidden;}
.imagesearch-field__drop-area__upload-button {display:flex;padding:12px 40px 12px 32px;align-items:center;gap:10px;color:#fff !important;background-color:#000;cursor:pointer;}
.imagesearch-field__drop-area__prompt-msg {color:#000;text-align:center;font-size:18px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:.2px;}
.imagesearch-field__drop-area__drop-msg {pointer-events: none;color: #119ff7 !important;text-align:center;font-size:18px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:.2px;}
<!– CUSTOM TEMPLATE TO MODIFY THE VISUALS OF COMPONENT –>
<!– CUSTOM TEMPLATE TO MODIFY THE VISUALS OF COMPONENT –>
{{strings.dragImageMessage}}
{{strings.dropImageMessage}}
{{title}} | {{currency price}} | {{attributes.brand}} | {{attributes.category}} | {{attributes.color}} |
{{#if pinned}}
{{/if}}
{{#if (lt salePrice price)}}
{{strings.sale}}
{{/if}}
{{#if rating}}
{{/if}}
{{#unless (eq price undefined)}}
var HawkSearch = HawkSearch || {};
HawkSearch.config = {
clientId: “3953cf87e0aa4a4eb9496a24d5a0fa84”,
components: {
‘search-field’: {
strings: {
placeholder: ‘Search by Keyword’
}
},
‘conceptsearch-field’: {
strings: {
placeholder: ‘Search by a Concept’
}
},
‘imagefinder-field’: {
strings: {
placeholder: ‘Describe an image’
}
},
‘imagesearch-field’: {
template: ‘imagesearch-field__template’,
strings: {
dragImageMessage: ‘Search By Image’,
dropImageMessage: ‘Drop an image here’
}
},
‘search-results-item’: {
template: ‘search-results-item__template’
}
},
search: {
url: window.location.pathname,
endpointUrl: ‘https://essearchapi-na.hawksearch.com’
},
urlPrefixes: {
assets: “https://dashboard-na.hawksearch.com”,
content: “https://preview.hawksearch.net/outdoordemo”
},
css: {
customStyles: ‘custom-styles__template’
},
debug: true
};
{{#if (lt salePrice price)}}
{{currency price}}
{{currency salePrice}}
{{else}}
{{currency price}}
{{/if}}
{{/unless}}