/* Shop admin styles */
.shop-hero{background:linear-gradient(135deg,#1e3a5f,#2563eb);border-radius:16px;padding:28px 32px;color:#fff;margin-bottom:24px}
.shop-hero h1{font-size:1.5rem;font-weight:800;margin-bottom:4px}
.shop-hero .sub{opacity:.75;font-size:.85rem}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-top:16px}
.product-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;transition:box-shadow .15s}
.product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}
.product-card-img{width:100%;height:160px;object-fit:cover;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#94a3b8}
.product-card-body{padding:14px}
.product-card-name{font-weight:700;font-size:.9rem;color:#1e293b;margin-bottom:4px}
.product-card-price{font-size:1.1rem;font-weight:800;color:#2563eb}
.product-card-stock{font-size:.75rem;color:#64748b;margin-top:2px}
.order-row{padding:14px 16px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:12px}
.order-row.unread{background:#eff6ff}
.order-badge{font-size:.65rem;font-weight:700;padding:2px 8px;border-radius:10px}
.shop-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.shop-form-group{margin-bottom:16px}
.shop-form-group label{font-size:.82rem;font-weight:600;color:#374151;margin-bottom:6px;display:block}
.shop-form-group input,.shop-form-group textarea,.shop-form-group select{
  width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;
  font-size:.9rem;color:#1e293b;background:#fff;box-sizing:border-box;
}
.shop-form-group textarea{min-height:100px;resize:vertical}
.img-preview-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.img-preview-item{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}
.img-preview-item img{width:100%;height:100%;object-fit:cover}
.img-delete-btn{position:absolute;top:2px;right:2px;background:rgba(239,68,68,.85);border:none;border-radius:50%;width:18px;height:18px;color:#fff;font-size:.6rem;cursor:pointer;display:flex;align-items:center;justify-content:center}
/* Public shop */
.pub-shop-hero{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;padding:48px 0;text-align:center}
.pub-shop-hero h1{font-size:2rem;font-weight:900;margin-bottom:8px}
.pub-shop-hero .tagline{opacity:.75;font-size:1rem}
.pub-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;padding:32px 0}
.pub-product-card{background:#fff;border-radius:14px;border:1px solid #e2e8f0;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .15s,transform .15s;display:block}
.pub-product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-2px);color:inherit;text-decoration:none}
.pub-product-card-img{width:100%;height:200px;object-fit:cover;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:2rem}
.pub-product-card-body{padding:16px}
.pub-product-card-name{font-weight:700;font-size:.95rem;color:#1e293b;margin-bottom:6px}
.pub-product-card-price{font-size:1.1rem;font-weight:800;color:#2563eb}
.pub-product-card-desc{font-size:.82rem;color:#64748b;line-height:1.5;margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.contact-form-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:28px;margin-top:32px}
.contact-form-card h2{font-size:1.2rem;font-weight:800;color:#1e293b;margin-bottom:20px}
.contact-form-card input,.contact-form-card textarea{
  width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:8px;
  font-size:.9rem;margin-bottom:12px;box-sizing:border-box;
}
.contact-form-card textarea{min-height:100px;resize:vertical}
.btn-contact{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:13px 28px;font-size:.95rem;font-weight:700;cursor:pointer;width:100%;transition:background .15s}
.btn-contact:hover{background:#1a4fd8}
.wa-btn{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;border-radius:8px;padding:11px 20px;font-size:.9rem;font-weight:600;text-decoration:none;margin-top:10px;width:100%;justify-content:center}
.wa-btn:hover{background:#1da851;color:#fff}
.product-image-gallery{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}
.product-image-gallery img{border-radius:10px;object-fit:cover;cursor:pointer}
.product-image-gallery .gallery-main{width:100%;max-height:400px;border-radius:12px;object-fit:cover;margin-bottom:8px}
.product-image-gallery .gallery-thumb{width:72px;height:72px;border-radius:8px;object-fit:cover;border:2px solid transparent;cursor:pointer}
.product-image-gallery .gallery-thumb.active{border-color:#2563eb}
.shop-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;text-align:center}
.shop-stat-card .stat-value{font-size:2rem;font-weight:900;color:#2563eb;line-height:1}
.shop-stat-card .stat-label{font-size:.8rem;color:#64748b;margin-top:4px}
.shop-badge-active{background:#dcfce7;color:#166534;font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:20px}
.shop-badge-inactive{background:#fef2f2;color:#991b1b;font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:20px}
.shop-badge-public{background:#dbeafe;color:#1e40af;font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:20px}
.shop-badge-private{background:#f1f5f9;color:#475569;font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:20px}
/* ── Shop toggle — tamamen bağımsız, Bootstrap/global çakışmaz ── */
.shop-toggle{display:flex;align-items:center;gap:14px;margin-bottom:20px;cursor:pointer;user-select:none}
.shop-toggle-input{display:none}
.shop-toggle-track{
  position:relative;width:52px;height:28px;border-radius:100px;
  background:#cbd5e1;flex-shrink:0;
  transition:background .2s ease;
}
.shop-toggle-thumb{
  position:absolute;top:4px;left:4px;
  width:20px;height:20px;border-radius:50%;
  background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.25);
  transition:left .2s ease;
}
.shop-toggle-input:checked ~ .shop-toggle-track{background:#0d9488}
.shop-toggle-input:checked ~ .shop-toggle-track .shop-toggle-thumb{left:28px}
.shop-toggle-text{display:flex;flex-direction:column;gap:2px}
.shop-toggle-label{font-weight:600;font-size:.9rem;color:#1e293b;line-height:1.3}
.shop-toggle-desc{font-size:.78rem;color:#64748b;line-height:1.4}

/* ── Animasyonlu WhatsApp float butonu ── */
.shop-wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 58px;
  height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.65rem;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  z-index: 9999;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  animation: wa-pulse 2.5s ease-in-out infinite;
}
.shop-wa-float:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 28px rgba(37,211,102,.6);
  color: #fff;
}
@keyframes wa-pulse {
  0%   { box-shadow: 0 4px 20px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.4); }
  70%  { box-shadow: 0 4px 20px rgba(37,211,102,.45), 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 4px 20px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,0); }
}

/* Logo → mağaza ana sayfasına dön */
.pub-nav-brand.shop-brand { pointer-events: auto; }

/* ── Shop custom navbar — modern tasarım ── */
.shop-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #1e293b;
  box-shadow: 0 1px 0 rgba(255,255,255,.08), 0 4px 16px rgba(0,0,0,.2);
  backdrop-filter: blur(8px);
}
.shop-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 60px;
}
.shop-nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
  margin-right: 8px;
}
.shop-nav-logo { height: 34px; object-fit: contain; border-radius: 6px; }
.shop-nav-brand:hover { color: rgba(255,255,255,.9); text-decoration: none; }
.shop-nav-brand-text { color: inherit; }
.shop-nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}
.shop-nav-item { position: relative; }
.shop-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: .88rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  border: none;
  background: none;
  cursor: pointer;
  transition: background .15s, color .15s;
  white-space: nowrap;
  letter-spacing: .01em;
}
.shop-nav-link:hover, .shop-nav-has-dropdown:hover > .shop-nav-link {
  background: rgba(255,255,255,.1);
  color: #fff;
}
.shop-nav-chevron { font-size: .65rem; transition: transform .2s; }
.shop-nav-has-dropdown:hover .shop-nav-chevron { transform: rotate(180deg); }

/* Dropdown */
.shop-nav-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,.18);
  padding: 6px;
  z-index: 100;
  border: 1px solid rgba(0,0,0,.08);
}
.shop-nav-has-dropdown:hover .shop-nav-dropdown { display: block; }
.shop-nav-dropdown-link {
  display: block;
  padding: 9px 14px;
  color: #1e293b;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 500;
  border-radius: 8px;
  transition: background .12s;
}
.shop-nav-dropdown-link:hover { background: #f1f5f9; color: #2563eb; }
.shop-nav-dropdown-divider { height: 1px; background: #e2e8f0; margin: 4px 8px; }

/* Hamburger */
.shop-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  cursor: pointer;
  padding: 9px 10px;
  margin-left: auto;
  transition: background .15s;
}
.shop-nav-toggle:hover { background: rgba(255,255,255,.15); }
.shop-nav-toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.shop-nav-toggle.open .shop-nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.shop-nav-toggle.open .shop-nav-toggle-bar:nth-child(2) { opacity: 0; }
.shop-nav-toggle.open .shop-nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobil */
@media (max-width: 768px) {
  .shop-nav-toggle { display: flex; }
  .shop-nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: #1e293b;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 16px 16px;
    box-shadow: 0 12px 24px rgba(0,0,0,.25);
    margin-left: 0;
    gap: 2px;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .shop-nav-menu.open { display: flex; }
  .shop-nav-link { padding: 11px 14px; border-radius: 8px; width: 100%; }
  .shop-nav-dropdown {
    display: none !important;
    position: static;
    box-shadow: none;
    background: rgba(255,255,255,.06);
    border-radius: 8px;
    border: none;
    padding: 4px;
    margin: 2px 0 6px 12px;
  }
  .shop-nav-dropdown-link { color: rgba(255,255,255,.75); }
  .shop-nav-dropdown-link:hover { background: rgba(255,255,255,.08); color: #fff; }
  .shop-nav-dropdown-divider { background: rgba(255,255,255,.12); }
  .shop-nav-has-dropdown.mobile-open .shop-nav-dropdown { display: block !important; }
  .shop-nav { position: relative; }
  .shop-nav-item { width: 100%; }
}

/* ── E-TICARET ANA SAYFA ─────────────────────────────────────────────── */

/* Hero Banner */
.shop-hero-banner {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  background-color: var(--shop-secondary, #1e3a5f);
  background-size: cover;
  background-repeat: no-repeat;
}
/* banner yoksa: gradient */
.shop-hero-banner:not(.has-banner) {
  background-image: linear-gradient(135deg, var(--shop-secondary,#1e3a5f), var(--shop-primary,#2563eb));
}
/* overlay: banner varsa hafif, yoksa koyu */
.shop-hero-banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.shop-hero-banner:not(.has-banner) .shop-hero-banner-overlay {
  background: rgba(10,20,50,.55);
}
.shop-hero-banner.has-banner .shop-hero-banner-overlay {
  background: linear-gradient(to top,
    rgba(5,15,40,.78) 0%,
    rgba(5,15,40,.28) 50%,
    rgba(5,15,40,.08) 100%);
}
.shop-hero-banner-content {
  position: relative;
  z-index: 1;
  padding: 36px 40px;
  color: #fff;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .shop-hero-banner { min-height: 320px; }
  .shop-hero-banner-content { padding: 24px 20px 28px; }
}
.shop-hero-logo {
  height: 56px;
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 20px;
  background: rgba(255,255,255,.12);
  padding: 6px;
  display: block;
}
.shop-hero-title {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 900;
  letter-spacing: -.03em;
  margin-bottom: 10px;
  line-height: 1.1;
}
.shop-hero-tagline {
  font-size: 1.1rem;
  opacity: .85;
  margin-bottom: 8px;
}
.shop-hero-desc {
  font-size: .95rem;
  opacity: .7;
  max-width: 560px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.shop-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.shop-btn-primary {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: var(--shop-primary, #2563eb);
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
}
.shop-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  color: var(--shop-primary, #2563eb);
  text-decoration: none;
}
.shop-btn-wa {
  display: inline-flex;
  align-items: center;
  background: #25d366;
  color: #fff;
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  transition: transform .15s;
}
.shop-btn-wa:hover { transform: translateY(-2px); color: #fff; text-decoration: none; }
.shop-btn-secondary {
  display: inline-flex;
  align-items: center;
  border: 2px solid var(--shop-primary,#2563eb);
  color: var(--shop-primary,#2563eb);
  border-radius: 10px;
  padding: 9px 20px;
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
}

/* Section */
.shop-section { padding: 48px 0; }
.shop-featured-section { background: #f8fafc; }
.shop-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.shop-section-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
}
.shop-see-all {
  font-size: .85rem;
  font-weight: 600;
  color: var(--shop-primary, #2563eb);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.shop-see-all:hover { text-decoration: underline; }

/* Featured grid */
.shop-featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
.shop-featured-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e2e8f0;
  transition: transform .15s, box-shadow .15s;
}
.shop-featured-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  color: inherit;
  text-decoration: none;
}
.shop-featured-img-wrap {
  height: 180px;
  overflow: hidden;
  background: #f8fafc;
}
.shop-featured-img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.shop-featured-card:hover .shop-featured-img { transform: scale(1.04); }
.shop-featured-no-img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 2.5rem;
  background: #f8fafc;
}
.shop-featured-body { padding: 14px; }
.shop-featured-cat { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--shop-primary,#2563eb); }
.shop-featured-name { font-size: .92rem; font-weight: 700; color: #1e293b; margin: 4px 0; }
.shop-featured-price { font-size: 1rem; font-weight: 800; color: var(--shop-primary,#2563eb); }

/* Toolbar */
.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}
.shop-cat-pills-wrap { display: flex; flex-wrap: wrap; gap: 6px; }
.shop-cat-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: .82rem;
  font-weight: 600;
  color: #64748b;
  background: #f1f5f9;
  border: 1.5px solid transparent;
  text-decoration: none;
  transition: all .12s;
  white-space: nowrap;
}
.shop-cat-pill:hover { background: #e2e8f0; color: #1e293b; text-decoration: none; }
.shop-cat-pill.active {
  background: var(--shop-primary,#2563eb);
  color: #fff;
  border-color: var(--shop-primary,#2563eb);
}
.shop-search-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: auto;
}
.shop-search-input-wrap { position: relative; }
.shop-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: .85rem;
}
.shop-search-input {
  padding: 9px 12px 9px 34px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  font-size: .88rem;
  width: 200px;
  color: #1e293b;
}
.shop-search-input:focus { outline: none; border-color: var(--shop-primary,#2563eb); }
.shop-sort-select {
  padding: 9px 12px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  font-size: .85rem;
  color: #1e293b;
  background: #fff;
}
.shop-search-btn {
  padding: 9px 14px;
  background: var(--shop-primary,#2563eb);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.shop-results-meta { font-size: .82rem; color: #94a3b8; margin-bottom: 16px; }

/* Product grid */
.shop-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.shop-product-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform .15s, box-shadow .15s;
}
.shop-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,.1);
  color: inherit;
  text-decoration: none;
}
.shop-product-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #f8fafc;
}
.shop-product-img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.shop-product-card:hover .shop-product-img { transform: scale(1.04); }
.shop-product-no-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 3rem;
}
.shop-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--shop-primary,#2563eb);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
  letter-spacing: .04em;
}
.shop-product-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}
.shop-product-cat { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--shop-primary,#2563eb); }
.shop-product-name { font-size: .95rem; font-weight: 700; color: #1e293b; line-height: 1.35; }
.shop-product-desc {
  font-size: .8rem;
  color: #64748b;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #f1f5f9;
}
.shop-product-price { font-size: 1.05rem; font-weight: 800; color: var(--shop-primary,#2563eb); }
.shop-product-cta { font-size: .8rem; font-weight: 600; color: var(--shop-primary,#2563eb); display: flex; align-items: center; gap: 4px; }

/* Empty state */
.shop-empty-state { text-align: center; padding: 60px 20px; color: #94a3b8; }
.shop-empty-state i { font-size: 3.5rem; display: block; margin-bottom: 16px; opacity: .3; }
.shop-empty-state p { font-size: .95rem; margin-bottom: 20px; }

/* Mobil */
@media (max-width: 640px) {
  .shop-hero-banner { min-height: 300px; }
  .shop-hero-banner-content { padding: 40px 16px; }
  .shop-product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .shop-product-img-wrap { height: 160px; }
  .shop-featured-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-search-row { flex-wrap: wrap; width: 100%; margin-left: 0; }
  .shop-search-input { width: 100%; }
  .shop-toolbar { flex-direction: column; align-items: flex-start; }
}
