html.tcf-page-loading::before {
    animation: tcf-page-progress 0.9s ease-out forwards;
    background: #d49c59;
    content: "";
    height: 3px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: scaleX(0.15);
    transform-origin: left center;
    z-index: 999999;
}

@keyframes tcf-page-progress {
    0% {
        transform: scaleX(0.15);
    }

    70% {
        transform: scaleX(0.72);
    }

    100% {
        transform: scaleX(0.9);
    }
}

.tcf-lazy-section,
.tcf-lazy-section-result {
    content-visibility: auto;
    contain-intrinsic-size: 1px 620px;
}

.tcf-lazy-section {
    min-height: 280px;
    position: relative;
}

.tcf-lazy-section.is-loading::after {
    animation: tcf-lazy-section-spin 0.7s linear infinite;
    border: 2px solid rgba(4, 59, 61, 0.16);
    border-top-color: #d49c59;
    border-radius: 999px;
    content: "";
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
}

@keyframes tcf-lazy-section-spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.recherche-doofinder {
    width: 100%;
}

.recherche-doofinder #searchform {
    box-sizing: border-box;
    color: #444;
    display: block;
    line-height: 1;
    min-width: 230px;
    position: relative;
    text-align: left;
    width: 96%;
}

.recherche-doofinder #searchform label,
.recherche-doofinder #searchsubmit {
    display: none;
}

.recherche-doofinder #s {
    background-color: #f8f8f8 !important;
    border: 2px solid transparent;
    border-radius: 5px !important;
    box-sizing: border-box;
    color: #777;
    font-family: var(--police-worksans-regular);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    height: auto;
    line-height: 24px;
    opacity: 1;
    padding: 7px 24px 7px 48px !important;
    width: 100%;
}

.recherche-doofinder #searchform::after {
    align-items: center;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.79 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>') no-repeat left center;
    color: #777;
    content: "Search the store";
    display: flex;
    font-family: var(--police-worksans-regular);
    font-size: 17px;
    gap: 8px;
    height: 24px;
    left: 10px;
    padding-left: 28px;
    pointer-events: none;
    position: absolute;
    top: 10px;
}

.recherche-doofinder #searchform:focus-within::after {
    content: "";
}

.recherche-doofinder #s:focus-visible {
    outline: 2px solid var(--couleur-1, #043b3d) !important;
}

@media (max-width: 720px) {
    .tcf-lazy-section {
        min-height: 220px;
    }

    .recherche-doofinder #searchform {
        margin: 0 auto 10px;
    }

    .recherche-doofinder #searchform::after,
    .recherche-doofinder #s {
        font-size: 15px;
    }
}
