:root {
    --grey-grey-smoke: #f5f7fa;
    --grey-grey-lighter: #e6e9ed;
    --grey-grey-light: #ccd1d9;
    --grey-grey-main: #656d78;
    --grey-grey-dark: #353b48;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
#noresults,
#loading {
    display: none;
}
[data-prefix="single_page"] .entry-header .page-title {
    --fontSize: 65px;
    --heading-color: #ffffff;
}
.wp-demo-layout-container {
    margin: 0 auto;
    min-width: 340px;
    max-width: 1280px;
    padding-inline: 26px;
}
.wp-demo-layout-container .handlebar-initial-fetch {
    padding-top: 24px;
}
.wp-demo-search-field-image-container h2 {
    display: block;
    margin: 0 0 var(--padding-sm) 0;
    font-size: 1.125rem;
    font-weight: bold;
    color: #353b48 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.2px;
}
.wp-demo-search-field-image-container p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.2px;
}
.wp-demo-search-field-image-container input[type="file"] {
    display: none;
}
.wp-demo-search-field-image-dialog {
    display: flex;
    position: relative;
    box-sizing: border-box;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    border-radius: 25px;
    border: 1px solid #119ff7;
    background: #fff;
}
.wp-demo-search-field-image-dialog-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.wp-demo-search-field-image-dialog-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 32px;
}
.wp-demo-search-field-image-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0;
    position: absolute;
    top: 1px;
    right: 1px;
    box-sizing: border-box;
    vertical-align: top;
    border: none;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.wp-demo-search-field-image-close:focus,
.wp-demo-search-field-image-close:hover,
.wp-demo-search-field-image-close:focus-within,
.wp-demo-search-field-image-close:target,
.wp-demo-search-field-image-close:focus-visible {
    background-color: #f5f7fa;
}
.wp-demo-search-field-image-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;
}
.wp-demo-search-field-image-drop-area.active {
    border: 1px dashed #119ff7;
    background: #f2faff;
}
.wp-demo-search-field-image-drop-area.active
    .wp-demo-search-field-image-drop-area-icon,
.wp-demo-search-field-image-drop-area.active
    .wp-demo-search-field-image-drop-area-image-display,
.wp-demo-search-field-image-drop-area.active
    .wp-demo-search-field-image-drop-area-error,
.wp-demo-search-field-image-drop-area.active label {
    visibility: hidden;
}
.wp-demo-search-field-image-drop-area.active
    .wp-demo-search-field-image-drop-area-prompt-msg {
    display: none;
}
.wp-demo-search-field-image-drop-area.active
    .wp-demo-search-field-image-drop-area-drop-msg {
    display: block;
}
.wp-demo-search-field-image-drop-area.active-upload-button {
    display: none;
}
.wp-demo-search-field-image-drop-area-icon {
    width: 100px;
    height: 100px;
}
.wp-demo-search-field-image-drop-area-prompt-msg {
    display: block;
    pointer-events: none;
}
.wp-demo-search-field-image-drop-area-drop-msg {
    display: none;
    pointer-events: none;
    color: #119ff7 !important;
}
.wp-demo-search-field-image-drop-area-image-display {
    text-align: center;
    width: 220px;
    height: auto;
}
.wp-demo-search-field-image-drop-area-image-display img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.wp-demo-search-field-image-drop-area-upload-button {
    display: flex;
    padding: 12px 40px 12px 32px;
    align-items: center;
    gap: 10px;
    color: #fff;
    background-color: #000;
    cursor: pointer;
}
.wp-demo-search-field-image-drop-area-upload-button svg {
    width: 20px;
    height: 20px;
}
.wp-demo-search-field-container {
    display: flex;
    justify-content: space-around;
    gap: 12px;
}
.wp-demo-search-field-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f5f7fa;
    padding: 0px 16px;
    align-items: center;
    flex: 1 0 0;
    border-radius: 100px;
    border: 1px solid #e6e9ed;
    transition: all 0.25s ease-in-out;
}
.wp-demo-search-field-bar:focus,
.wp-demo-search-field-bar:hover,
.wp-demo-search-field-bar:focus-within,
.wp-demo-search-field-bar:target,
.wp-demo-search-field-bar:focus-visible {
    border: 1px solid #119ff7;
    background: #fff;
}
.wp-demo-search-field-bar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    max-width: 7.5rem;
    vertical-align: top;
}
.wp-demo-search-field-bar-input {
    display: flex;
    padding: 16px 12px;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    border: none;
    color: #353b48;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    font-style: normal;
    line-height: 100%;
}
.wp-demo-search-field-bar-input:focus,
.wp-demo-search-field-bar-input:hover,
.wp-demo-search-field-bar-input:focus-within,
.wp-demo-search-field-bar-input:target,
.wp-demo-search-field-bar-input:focus-visible {
    outline: none;
}
.wp-demo-search-field-bar-divider {
    display: flex;
    border-left: 1px solid #e6e9ed;
    height: 100%;
}
.wp-demo-search-field-bar-link {
    color: var(--grey-grey-main, #656d78);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 100%;
    text-decoration: none;
    padding: 16px 24px;
    transition: all 0.25s ease-in-out;
}
.wp-demo-search-field-bar-link:hover {
    color: var(--grey-grey-dark, #353b48);
}
.wp-demo-search-field-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wp-demo-search-field-actions-button {
    display: flex;
    padding: 16px;
    align-items: center;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid #e6e9ed;
    background: #f5f7fa;
    transition: all 0.25s ease-in-out;
}
.wp-demo-search-field-actions-button:hover {
    border: 1px solid #119ff7;
    background: #fff;
}
.wp-demo-search-field-actions-icon {
    width: 20px;
    height: 20px;
}
.wp-demo-result-list-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}
.wp-demo-search-result-item-container {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 24px;
    border: 1px solid #ccd1d9;
    background: #fff;
    text-align: center;
    gap: 24px;
}
.wp-demo-search-result-item-container:hover {
    border-color: #119ff7;
}
.wp-demo-search-result-item-container img {
    width: 200px;
    min-width: 200px;
    height: 200px;
    object-fit: contain;
}
.wp-demo-search-result-item-container .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wp-demo-search-result-item-container .name-price {
    display: flex;
    flex-direction: column;
}
.wp-demo-search-result-item-container .name-price .name {
    display: block;
    margin: 0 0 12px 0;
    font-size: 1.125rem;
    font-weight: bold;
    color: #353b48;
    text-decoration: none;
}
.wp-demo-search-result-item-container .name-price .name:hover {
    color: #119ff7;
}
.wp-demo-search-result-item-container .name-price .price {
    margin: 0 0 12px 0;
    color: #353b48;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
}
.wp-demo-search-field-actions-button {
    width: 54px;
    height: 54px;
    background-image: url(https://s3.amazonaws.com/assets.woorank.com/smartsearch/image.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.wp-demo-search-field-actions-button:hover {
    background-image: url(https://s3.amazonaws.com/assets.woorank.com/smartsearch/image.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.wp-demo-search-field-image-close {
    width: 56px;
    height: 56px;
    background-image: url(https://s3.amazonaws.com/assets.woorank.com/smartsearch/cross.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.loading {
    font-size: 84px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-align: center;
  }
.loading span {
    display: inline-block;
    margin: 0 -.05em;
}
.loading01 span {
    animation: loading01 1.8s infinite alternate;
  }
.loading01 span:nth-child(1) {
    animation-delay: 0s;
}
.loading01 span:nth-child(2) {
    animation-delay: 0.1s;
}
.loading01 span:nth-child(3) {
    animation-delay: 0.2s;
}
.loading01 span:nth-child(4) {
    animation-delay: 0.3s;
}
.loading01 span:nth-child(5) {
    animation-delay: 0.4s;
}
.loading01 span:nth-child(6) {
    animation-delay: 0.5s;
}
.loading01 span:nth-child(7) {
    animation-delay: 0.6s;
}
.loading01 span:nth-child(8) {
    animation-delay: 0.7s;
}
.loading01 span:nth-child(9) {
    animation-delay: 0.8s;
}
  
@keyframes loading01 {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}