

/* ==================================
   INKKA SEARCH INPUT V2
================================== */

[data-search="input"]{

    background:#EDE5DC !important;

    color:#4A0F1B !important;

    border:1px solid rgba(74,15,27,.12) !important;

    border-radius:18px !important;

    box-shadow:
    0 12px 35px rgba(74,15,27,.08) !important;

    transition:
    all .3s ease !important;

}

/* Placeholder */

[data-search="input"]::placeholder{

    color:#8A7A7F !important;

}


