.ps-wrapper-f197df67 {
    position: relative;
    display: inline-block;
}

.ps-wrapper-f197df67 .ps-icon-wrapper {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: opacity 0.3s;
}

.ps-wrapper-f197df67 .ps-icon-wrapper:hover {
    opacity: 0.8;
}

.ps-wrapper-f197df67 .ps-icon-wrapper i {
    font-size: 24px;
}

.ps-wrapper-f197df67 .ps-icon-wrapper svg {
    width: 24px;
    height: 24px;
}

.ps-overlay-f197df67 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ps-overlay-f197df67.is-active {
    opacity: 1;
}

.ps-overlay-close-f197df67 {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 1000000;
    line-height: 1;
}

.ps-search-form-container-f197df67 {
    width: 90%;
    max-width: 800px;
}

.ps-search-form-f197df67 {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #fff;
}

.ps-search-field-f197df67 {
    flex-grow: 1;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 32px !important;
    padding: 15px 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.ps-search-field-f197df67::placeholder {
    color: rgba(255,255,255,0.6);
}

.ps-search-submit-f197df67 {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 20px !important;
    cursor: pointer;
    padding: 0 20px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.ps-search-submit-f197df67:hover {
    color: #ccc !important;
}

@media (max-width: 767px) {
    .ps-search-field-f197df67 {
        font-size: 24px !important;
    }
    .ps-search-submit-f197df67 {
        font-size: 16px !important;
    }
}