
/* İlan Şehri V7.2.7 — Satıcı Vitrini ve Güven Profili */

.seller-store-page{
  padding-top:24px;
  padding-bottom:82px;
}

.seller-store-hero{
  position:relative;
  overflow:hidden;
  border:1px solid #e6e8ec;
  border-radius:26px;
  background:#fff;
  box-shadow:0 14px 40px rgba(16,24,40,.07);
}

.seller-store-cover{
  min-height:150px;
  padding:24px;
  background:
    radial-gradient(circle at 15% 20%,rgba(255,255,255,.28),transparent 28%),
    linear-gradient(135deg,#ff6b00,#ff9147);
}

.seller-store-cover-pattern{
  opacity:.22;
}

.seller-store-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:999px;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  backdrop-filter:blur(8px);
}

.seller-store-identity-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  padding:0 24px 24px;
}

.seller-store-avatar{
  width:104px;
  height:104px;
  margin-top:-46px;
  border:5px solid #fff;
  box-shadow:0 12px 28px rgba(16,24,40,.14);
}

.seller-store-name{
  padding-top:16px;
}

.seller-store-name h1{
  font-size:31px;
  letter-spacing:-.035em;
}

.seller-store-name-line>span{
  border-radius:999px;
  background:#ecfdf3;
  color:#067647;
}

.seller-store-rating-line{
  gap:8px;
}

.seller-store-rating-line>a{
  color:#ff6b00;
  font-weight:900;
}

.seller-store-main-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
  padding-top:16px;
}

.seller-store-main-actions form{
  margin:0;
}

.seller-store-main-actions .primary-btn,
.seller-store-main-actions .secondary-btn,
.seller-store-share{
  min-height:46px;
  border-radius:13px;
  padding:0 16px;
  font-size:10px;
  font-weight:900;
}

.seller-store-main-actions .primary-btn{
  background:#ff6b00;
  color:#fff;
  border:0;
}

.seller-store-main-actions .secondary-btn,
.seller-store-share{
  border:1px solid #dde1e7;
  background:#fff;
  color:#344054;
}

.seller-store-stat-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:14px 0;
}

.seller-store-stat-grid>div{
  min-height:94px;
  padding:18px;
  border:1px solid #e7e9ed;
  border-radius:18px;
  background:#fff;
  text-align:left;
}

.seller-store-stat-grid strong{
  display:block;
  color:#17202d;
  font-size:26px;
  letter-spacing:-.03em;
}

.seller-store-stat-grid span{
  display:block;
  margin-top:6px;
  color:#667085;
  font-size:10px;
  font-weight:800;
}

.seller-trust-summary{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:20px;
  margin-bottom:14px;
  padding:22px;
  border:1px solid #e2e8f0;
  border-radius:22px;
  background:linear-gradient(135deg,#f8fbff,#fff);
}

.seller-trust-score-ring{
  width:92px;
  height:92px;
  border:8px solid #fff1e8;
  box-shadow:inset 0 0 0 1px #ffd5b7;
}

.seller-trust-copy h2{
  margin:3px 0 5px;
  font-size:24px;
}

.seller-trust-copy p{
  max-width:720px;
  margin:0;
  color:#667085;
  font-size:11px;
  line-height:1.6;
}

.seller-trust-badges{
  display:grid;
  gap:6px;
}

.seller-trust-badges span{
  border-radius:999px;
  padding:7px 10px;
  font-size:9px;
  font-weight:900;
}

.seller-store-nav{
  position:sticky;
  top:70px;
  z-index:15;
  display:flex;
  gap:8px;
  margin:0 0 18px;
  padding:9px;
  border:1px solid #e7e9ed;
  border-radius:16px;
  background:rgba(255,255,255,.93);
  box-shadow:0 8px 22px rgba(16,24,40,.06);
  backdrop-filter:blur(12px);
}

.seller-store-nav a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:38px;
  padding:0 13px;
  border-radius:10px;
  color:#475467;
  font-size:10px;
  font-weight:900;
  text-decoration:none;
}

.seller-store-nav a:hover{
  background:#fff2e8;
  color:#ff6b00;
}

.seller-store-section-head{
  align-items:flex-end;
}

.seller-store-section-head h2{
  font-size:26px;
  letter-spacing:-.03em;
}

.seller-store-filter{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
  padding:12px;
  border:1px solid #e7e9ed;
  border-radius:16px;
  background:#fff;
}

.seller-store-type-chips{
  display:flex;
  gap:6px;
  overflow-x:auto;
  scrollbar-width:none;
}

.seller-store-type-chips::-webkit-scrollbar{
  display:none;
}

.seller-store-type-chips label span{
  display:flex;
  align-items:center;
  min-height:38px;
  padding:0 13px;
  border:1px solid #e4e7ec;
  border-radius:999px;
  background:#fff;
  color:#475467;
  font-size:9px;
  font-weight:900;
  white-space:nowrap;
}

.seller-store-type-chips input:checked+span{
  border-color:#ff6b00;
  background:#fff2e8;
  color:#ff6b00;
}

.seller-store-selects{
  display:flex;
  gap:8px;
}

.seller-store-selects select{
  min-height:40px;
  border:1px solid #dfe3e8;
  border-radius:10px;
  padding:0 31px 0 10px;
  background:#fff;
  color:#344054;
  font-size:9px;
  font-weight:800;
}

.seller-store-listing-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.seller-review-section,
.seller-store-trust-details{
  margin-top:28px;
  padding:22px;
  border:1px solid #e7e9ed;
  border-radius:22px;
  background:#fff;
}

.seller-review-layout{
  gap:14px;
}

.seller-review-summary-card{
  border-radius:18px;
  background:linear-gradient(145deg,#fff8f2,#fff);
}

.seller-review-list article{
  border:1px solid #e7e9ed;
  border-radius:16px;
  background:#fff;
}

.seller-review-avatar{
  background:#fff2e8;
  color:#ff6b00;
}

.seller-review-stars,
.seller-store-stars i.active{
  color:#f79009;
}

.seller-trust-detail-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.seller-trust-detail-grid article{
  min-height:86px;
  border:1px solid #e7e9ed;
  border-radius:15px;
  background:#fafafa;
}

.professional-seller-preview{
  border:1px solid #e7e9ed!important;
  border-radius:18px!important;
  background:linear-gradient(145deg,#fff,#fff8f2)!important;
  box-shadow:0 8px 24px rgba(16,24,40,.05)!important;
}

.professional-seller-preview:hover{
  border-color:#ffc69d!important;
}

@media(max-width:900px){
  .seller-store-listing-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .seller-store-identity-row{
    grid-template-columns:auto minmax(0,1fr);
  }
  .seller-store-main-actions{
    grid-column:1/-1;
    justify-content:flex-start;
    padding-top:0;
  }
  .seller-trust-summary{
    grid-template-columns:auto minmax(0,1fr);
  }
  .seller-trust-badges{
    grid-column:1/-1;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:720px){
  .seller-store-page{
    padding:0 0 92px;
  }

  .seller-store-hero{
    border-width:0 0 1px;
    border-radius:0;
    box-shadow:none;
  }

  .seller-store-cover{
    min-height:112px;
    padding:14px 12px;
  }

  .seller-store-identity-row{
    display:block;
    padding:0 12px 16px;
  }

  .seller-store-avatar{
    width:82px;
    height:82px;
    margin-top:-38px;
    border-width:4px;
  }

  .seller-store-name{
    padding-top:8px;
  }

  .seller-store-name h1{
    font-size:24px;
  }

  .seller-store-name p{
    margin:5px 0;
    font-size:9px;
  }

  .seller-store-rating-line{
    font-size:9px;
  }

  .seller-store-main-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    margin-top:13px;
  }

  .seller-store-main-actions>*{
    width:100%;
  }

  .seller-store-main-actions button,
  .seller-store-main-actions a{
    width:100%;
  }

  .seller-store-share{
    grid-column:1/-1;
  }

  .seller-store-stat-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
    margin:0;
    border-bottom:1px solid #e7e9ed;
  }

  .seller-store-stat-grid>div{
    min-height:70px;
    padding:12px 4px;
    border:0;
    border-radius:0;
    text-align:center;
  }

  .seller-store-stat-grid>div+div{
    border-left:1px solid #eef0f2;
  }

  .seller-store-stat-grid strong{
    font-size:18px;
  }

  .seller-store-stat-grid span{
    font-size:7px;
  }

  .seller-trust-summary{
    grid-template-columns:auto minmax(0,1fr);
    gap:12px;
    margin:12px;
    padding:14px;
    border-radius:17px;
  }

  .seller-trust-score-ring{
    width:68px;
    height:68px;
    border-width:6px;
  }

  .seller-trust-copy h2{
    font-size:18px;
  }

  .seller-trust-copy p{
    font-size:8px;
  }

  .seller-trust-badges{
    grid-column:1/-1;
    display:flex;
    overflow-x:auto;
    scrollbar-width:none;
  }

  .seller-trust-badges span{
    flex:0 0 auto;
    font-size:7px;
  }

  .seller-trust-summary>a{
    grid-column:1/-1;
    font-size:8px;
  }

  .seller-store-nav{
    top:58px;
    margin:0;
    border-width:1px 0;
    border-radius:0;
    overflow-x:auto;
    scrollbar-width:none;
  }

  .seller-store-nav a{
    flex:0 0 auto;
    min-height:36px;
    font-size:8px;
  }

  .seller-store-listings{
    padding:16px 12px 0;
  }

  .seller-store-section-head h2{
    font-size:20px;
  }

  .seller-store-section-head small{
    display:none;
  }

  .seller-store-filter{
    display:block;
    margin-bottom:11px;
    padding:9px;
    border-radius:13px;
  }

  .seller-store-selects{
    display:grid;
    grid-template-columns:1fr 1fr;
    margin-top:8px;
  }

  .seller-store-selects select{
    width:100%;
  }

  .seller-store-listing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }

  .seller-review-section,
  .seller-store-trust-details{
    margin-top:20px;
    padding:16px 12px;
    border-width:1px 0;
    border-radius:0;
  }

  .seller-review-layout{
    display:block;
  }

  .seller-review-summary-card{
    margin-bottom:10px;
  }

  .seller-trust-detail-grid{
    grid-template-columns:1fr;
  }

  .seller-trust-detail-grid article{
    min-height:66px;
  }

  .seller-store-mobile-actions{
    z-index:80;
  }
}
