/* isot sepeti - modern e-commerce category dropdown v91 */
.category-dropdown{
  position:relative;
  flex:0 0 auto;
  z-index:75;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
.category-dropdown>summary{list-style:none}
.category-dropdown>summary::-webkit-details-marker{display:none}

.category-dropdown .categories-trigger{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:11px;
  min-width:218px;
  padding:0 18px;
  border-radius:10px;
  font-family:inherit;
  font-size:14px;
  font-weight:750;
  letter-spacing:-.01em;
  user-select:none;
}
.category-dropdown .categories-trigger__menu{
  margin:0;
  font-size:15px;
  line-height:1;
  opacity:.96;
}
.category-dropdown .categories-trigger__chevron{
  width:22px;
  height:22px;
  margin-left:auto;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:7px;
  background:rgba(255,255,255,.08);
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.category-dropdown .categories-trigger__chevron svg{
  width:13px;
  height:13px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.category-dropdown[open] .categories-trigger{
  background:linear-gradient(135deg,#f4382a,#c71b16);
  box-shadow:0 10px 25px rgba(218,35,26,.23);
}
.category-dropdown[open] .categories-trigger__chevron{
  transform:rotate(180deg);
  background:rgba(255,255,255,.15);
  border-color:rgba(255,255,255,.3);
}

.category-dropdown__panel{
  position:absolute;
  left:0;
  top:calc(100% + 12px);
  width:680px;
  max-width:min(680px,calc(100vw - 48px));
  padding:14px;
  background:#fff;
  color:#171513;
  border:1px solid #e8e1da;
  border-radius:18px;
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  z-index:100;
  animation:isotCategoryDrop .16s ease-out;
}
.category-dropdown__panel:before{
  content:"";
  position:absolute;
  top:-7px;
  left:28px;
  width:13px;
  height:13px;
  background:#fff;
  border-left:1px solid #e8e1da;
  border-top:1px solid #e8e1da;
  transform:rotate(45deg);
}
.category-dropdown__head{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 10px 14px;
  border-bottom:1px solid #eee8e2;
}
.category-dropdown__head div>span{
  display:block;
  margin-bottom:5px;
  color:#d92b20;
  font-size:10px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.12em;
}
.category-dropdown__head strong{
  display:block;
  font-family:inherit;
  font-size:20px;
  font-weight:750;
  line-height:1.2;
  letter-spacing:-.025em;
}
.category-dropdown__head>a{
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
  color:#27221f;
  font-family:inherit;
  font-size:11px;
  font-weight:750;
  transition:color .18s ease;
}
.category-dropdown__head>a:hover{color:#d7271d}
.category-dropdown__head-arrow,
.category-dropdown__all-arrow{
  display:grid;
  place-items:center;
}
.category-dropdown__head-arrow svg,
.category-dropdown__all-arrow svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.category-dropdown__list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px 8px;
  padding:10px 0;
}
.category-dropdown__list>a{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:56px;
  padding:10px 12px;
  border:1px solid transparent;
  border-radius:12px;
  font-family:inherit;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.category-dropdown__list>a:hover{
  background:#f8f5f1;
  border-color:#ebe3db;
  box-shadow:0 6px 18px rgba(37,24,14,.05);
  transform:translateY(-1px);
}
.category-dropdown__copy{
  min-width:0;
  display:block;
  flex:1;
}
.category-dropdown__copy b{
  display:block;
  color:#171513;
  font-family:inherit;
  font-size:13px;
  font-weight:700;
  line-height:1.28;
  letter-spacing:-.01em;
}
.category-dropdown__copy small{
  display:block;
  margin-top:4px;
  overflow:hidden;
  color:#8b827a;
  font-family:inherit;
  font-size:10.5px;
  font-weight:450;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.category-dropdown__arrow{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  flex:0 0 30px;
  border:1px solid #e7dfd7;
  border-radius:9px;
  background:#fbf9f7;
  color:#5d554e;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.category-dropdown__arrow svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.category-dropdown__list>a:hover .category-dropdown__arrow{
  background:#171513;
  border-color:#171513;
  color:#fff;
  transform:translateX(1px);
}
.category-dropdown__all{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:2px;
  padding:13px 14px;
  border-radius:12px;
  background:#171513;
  color:#fff;
  font-family:inherit;
  font-size:12px;
  font-weight:750;
  letter-spacing:-.005em;
  transition:background .18s ease,transform .18s ease;
}
.category-dropdown__all:hover{
  background:#d9271d;
  transform:translateY(-1px);
}
.category-dropdown__all-arrow{
  width:28px;
  height:28px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  background:rgba(255,255,255,.07);
}

.main-nav--compact{gap:28px}
.main-nav--compact a{
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:13px;
  font-weight:650;
  letter-spacing:-.01em;
}

@keyframes isotCategoryDrop{
  from{opacity:0;transform:translateY(-6px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:1100px){
  .category-dropdown .categories-trigger{min-width:205px;padding:0 15px}
  .category-dropdown__panel{width:600px}
  .nav-row{gap:20px}
}
@media(max-width:880px){
  .category-dropdown__panel{width:520px;max-height:calc(100vh - 190px);overflow:auto}
  .category-dropdown__list{grid-template-columns:1fr}
}
@media(max-width:760px){.category-dropdown{display:none!important}}
