/* Mağaza detay — ortak hero, fiyat, sipariş paneli */

.shop-hero{
  position:relative;text-align:center;
  padding:36px 1.25rem 40px;
  overflow:hidden;
  border-bottom:1px solid #e5e7eb;
}
.shop-hero-bg{
  position:absolute;inset:0;z-index:0;
  background:linear-gradient(160deg,#0d2818 0%,#166534 42%,#1f9458 100%);
}
.shop-hero-bg::after{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse 70% 80% at 50% 100%,rgba(255,255,255,.12),transparent 60%);
}
.shop-hero-inner{position:relative;z-index:1;max-width:720px;margin:0 auto}
.shop-hero-crumb{
  display:flex;align-items:center;justify-content:center;flex-wrap:wrap;
  gap:6px 8px;font-size:13px;font-weight:500;color:rgba(255,255,255,.7);
  margin-bottom:14px;
}
.shop-hero-crumb a{color:#fff;text-decoration:none}
.shop-hero-crumb a:hover{text-decoration:underline}
.shop-hero-crumb-sep{opacity:.4}
.shop-hero-crumb span:last-child{color:rgba(255,255,255,.85)}
.shop-hero-title{
  font-size:clamp(1.45rem,4vw,2rem);
  font-weight:800;color:#fff;
  letter-spacing:-.02em;line-height:1.25;margin:0;
}
.shop-hero-sub{
  margin:12px auto 0;max-width:520px;
  font-size:15px;line-height:1.55;color:rgba(255,255,255,.88);
}

.shop-layout{max-width:1140px;margin:0 auto;padding:32px 1.25rem 64px}
.shop-grid{display:grid;grid-template-columns:1fr 400px;gap:40px;align-items:start}
@media(max-width:960px){.shop-grid{grid-template-columns:1fr;gap:28px}}

.shop-gallery-main{
  position:relative;border-radius:16px;overflow:hidden;
  background:#f3f4f6;border:1px solid #e5e7eb;
}
.shop-gallery-main img{width:100%;aspect-ratio:1;object-fit:cover;display:block}
.shop-gallery-thumbs{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}
.shop-gallery-thumb{
  width:72px;height:72px;border-radius:10px;overflow:hidden;
  border:2px solid #e5e7eb;cursor:pointer;transition:border-color .2s;
}
.shop-gallery-thumb.active,.shop-gallery-thumb:hover{border-color:#1f9458}
.shop-gallery-thumb img{width:100%;height:100%;object-fit:cover}

.shop-sidebar{position:sticky;top:20px}
.shop-panel{
  background:#fff;border:1px solid #e5e7eb;border-radius:16px;
  padding:24px;box-shadow:0 4px 24px rgba(0,0,0,.04);
}
.shop-panel + .shop-panel{margin-top:16px}

.shop-rating{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f4}

.shop-price{
  margin-bottom:20px;padding:16px 18px;
  background:#f8faf9;border-radius:12px;border:1px solid #e5e7eb;
}
.shop-price-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}
.shop-price-value{font-size:32px;font-weight:800;color:#1f9458;letter-spacing:-.02em;line-height:1.1}
.shop-price-total{font-size:28px;font-weight:800;color:#1f9458;letter-spacing:-.02em;line-height:1.15;margin-top:4px}
.shop-price-note{font-size:13px;color:#6b7280;margin-top:6px;line-height:1.4}
.shop-price-rows{display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}
.shop-price-row{display:flex;justify-content:space-between;font-size:13px;color:#374151}
.shop-price-row strong{color:#1a2e1f;font-weight:700}

.shop-btn{
  width:100%;display:flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 20px;border-radius:12px;border:none;cursor:pointer;
  background:#1f9458;color:#fff;font-size:15px;font-weight:700;
  font-family:'Rubik',sans-serif;
  transition:background .2s,transform .15s;
}
.shop-btn:hover{background:#16804c;transform:translateY(-1px)}
.shop-btn svg{width:20px;height:20px}

.shop-trust{
  display:flex;flex-wrap:wrap;gap:12px 16px;list-style:none;margin:20px 0 0;padding:16px 0 0;border-top:1px solid #f1f5f4;
}
.shop-trust li{
  display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#4b5563;
}
.shop-trust svg{width:16px;height:16px;color:#1f9458;flex-shrink:0}

.shop-section-title{
  font-size:14px;font-weight:700;color:#1a2e1f;
  margin:0 0 14px;display:flex;align-items:center;gap:8px;
}
.shop-section-title::before{
  content:'';width:4px;height:16px;background:#1f9458;border-radius:2px;
}

.shop-field{margin-bottom:18px}
.shop-field > label{
  display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:8px;
}
.shop-field .req{color:#ef4444}
.shop-pills{display:flex;flex-wrap:wrap;gap:8px}
.shop-pills--col{flex-direction:column}
.shop-pill{position:relative}
.shop-pill input{position:absolute;opacity:0;pointer-events:none}
.shop-pill label{
  display:block;padding:10px 16px;border-radius:10px;
  border:1.5px solid #e5e7eb;background:#fff;
  font-size:13px;font-weight:600;color:#374151;cursor:pointer;
  transition:border-color .15s,background .15s,color .15s;margin:0;
}
.shop-pill input:checked + label{
  border-color:#1f9458;background:#f0fdf4;color:#166534;
}
.shop-pill label .hint{display:block;font-size:11px;font-weight:500;color:#6b7280;margin-top:2px}
.shop-select{
  width:100%;padding:11px 14px;border:1.5px solid #e5e7eb;border-radius:10px;
  font-size:14px;font-family:'Rubik',sans-serif;color:#374151;background:#fff;
}
.shop-select:focus{outline:none;border-color:#1f9458;box-shadow:0 0 0 3px rgba(31,148,88,.12)}

.shop-checkout{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  flex-wrap:wrap;padding:18px;margin-top:20px;
  background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;
}
.shop-checkout-label{font-size:12px;font-weight:600;color:#6b7280}
.shop-checkout-total{font-size:28px;font-weight:800;color:#1f9458;letter-spacing:-.02em}
.shop-checkout-hint{font-size:11px;color:#6b7280;margin-top:2px}

.shop-acc{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:10px}
.shop-acc-btn{
  width:100%;display:flex;align-items:center;justify-content:space-between;
  padding:14px 16px;font-size:14px;font-weight:600;color:#1a2e1f;
  background:#fafafa;cursor:pointer;text-align:left;
}
.shop-acc-btn:hover,.shop-acc-btn.open{background:#f0fdf4;color:#166534}
.shop-acc-icon{width:20px;height:20px;transition:transform .25s;color:#1f9458}
.shop-acc-btn.open .shop-acc-icon{transform:rotate(180deg)}
.shop-acc-body{max-height:0;overflow:hidden;transition:max-height .3s ease}
.shop-acc-body.open{max-height:2400px}
.shop-acc-content{padding:0 16px 16px;font-size:14px;color:#4b5563;line-height:1.65;border-top:1px solid #e5e7eb}
.shop-acc-content p{margin:10px 0 0}
.shop-acc-content p:first-child{margin-top:12px}

.shop-kcal{width:100%;border-collapse:collapse;font-size:13px;margin-top:12px;border-radius:8px;overflow:hidden}
.shop-kcal th{background:#1f9458;color:#fff;padding:8px 10px;text-align:left;font-weight:600;font-size:12px}
.shop-kcal td{padding:8px 10px;border-bottom:1px solid #f1f5f4}

.shop-desc-section{max-width:1140px;margin:0 auto 64px;padding:0 1.25rem}
.shop-desc-box{
  background:#fff;border:1px solid #e5e7eb;border-radius:16px;
  padding:28px 32px;font-size:15px;line-height:1.75;color:#374151;
}
.shop-desc-box h2{font-size:18px;font-weight:800;color:#1a2e1f;margin:0 0 16px}

@media(max-width:640px){
  .shop-hero{padding:28px 1rem 32px}
  .shop-panel{padding:20px 18px}
  .shop-checkout{flex-direction:column;align-items:stretch}
  .shop-checkout .shop-btn{width:100%}
}
