/* Header Search Bar – 524443ef */

.hsb-524443ef-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hsb-524443ef-form {
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: width 0.35s ease, background-color 0.25s ease;
    position: relative;
}

.hsb-524443ef-input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1;
    width: 100%;
    box-sizing: border-box;
}

.hsb-524443ef-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.hsb-524443ef-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.hsb-524443ef-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Expandable mode */
.hsb-524443ef-expandable .hsb-524443ef-form {
    transition: width 0.35s ease;
}

.hsb-524443ef-expandable.hsb-524443ef-collapsed .hsb-524443ef-form {
    width: 42px !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.hsb-524443ef-expandable.hsb-524443ef-collapsed .hsb-524443ef-input {
    opacity: 0;
    pointer-events: none;
    width: 0;
    padding: 0;
}

.hsb-524443ef-expandable.hsb-524443ef-expanded .hsb-524443ef-input {
    opacity: 1;
    pointer-events: auto;
}
