/* Yuya Mobilya - masaüstü arama alanı v2
   Tek kategori oku + gerçek Ara butonu. Mobil header kurallarına dokunmaz. */
@media (min-width:901px){
  .yuya-header .header-search{
    height:54px!important;
    display:grid!important;
    grid-template-columns:54px minmax(220px,1fr) 1px minmax(175px,220px)!important;
    align-items:center!important;
    overflow:hidden!important;
    border:1px solid #d8d1ce!important;
    border-radius:28px!important;
    background:#fff!important;
    box-shadow:0 4px 18px rgba(40,31,28,.045)!important;
    transition:border-color .18s ease,box-shadow .18s ease!important;
  }

  .yuya-header .header-search:focus-within{
    border-color:#745b54!important;
    box-shadow:0 0 0 3px rgba(116,91,84,.10),0 7px 22px rgba(40,31,28,.06)!important;
  }

  .yuya-header .header-search-icon{
    width:54px!important;
    height:54px!important;
    display:grid!important;
    place-items:center!important;
    color:#745b54!important;
  }
  .yuya-header .header-search-icon svg{
    width:25px!important;
    height:25px!important;
    stroke:#745b54!important;
    stroke-width:2.35!important;
  }

  .yuya-header .header-search input{
    min-width:0!important;
    width:100%!important;
    height:52px!important;
    border:0!important;
    outline:0!important;
    background:transparent!important;
    padding:0 18px 0 2px!important;
    color:#171514!important;
    font-size:15px!important;
    font-weight:500!important;
  }
  .yuya-header .header-search input::placeholder{color:#9a918d!important;font-weight:400!important}

  .yuya-header .header-search-divider{
    display:block!important;
    width:1px!important;
    height:30px!important;
    background:#e1dbd8!important;
    align-self:center!important;
  }

  .yuya-header .header-search select{
    display:block!important;
    width:100%!important;
    height:52px!important;
    border:0!important;
    border-radius:0!important;
    outline:0!important;
    color:#2a2523!important;
    background-color:#fff!important;
    padding:0 42px 0 20px!important;
    font-size:13px!important;
    font-weight:600!important;
    cursor:pointer!important;
    -webkit-appearance:none!important;
    -moz-appearance:none!important;
    appearance:none!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23745b54' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 9 5 5 5-5'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:right 17px center!important;
    background-size:16px 16px!important;
  }
  .yuya-header .header-search select::-ms-expand{display:none!important}

  .yuya-header .header-search-submit{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:54px!important;
    border:0!important;
    border-radius:0!important;
    margin:0!important;
    padding:0 17px!important;
    background:#745b54!important;
    color:#fff!important;
    cursor:pointer!important;
    font-size:13px!important;
    font-weight:700!important;
    letter-spacing:.01em!important;
    transition:background .18s ease!important;
  }
  .yuya-header .header-search-submit:hover{background:#5e4842!important}
  .yuya-header .header-search-submit:focus-visible{outline:2px solid #745b54!important;outline-offset:-4px!important}
  .yuya-header .header-search-submit svg{display:none!important}
}


/* Header sayfayla birlikte kayar: sticky/fixed kapalı */
.site-header,
.yuya-header,
.yuya-header.site-header{
  position:static!important;
  top:auto!important;
  inset:auto!important;
}


/* Desktop Ara yazılı buton kaldırıldı */
@media (min-width:901px){
  .yuya-header .header-search-submit{display:none!important;}
  .yuya-header .header-search select{padding-right:46px!important;}
}
