/* Devora Mağaza — hazır site modelleri (liste + detay) */
.shop-page {
  --shop-ink: #0f172a;
  --shop-text: #334155;
  --shop-muted: #64748b;
  --shop-line: #e5e7eb;
  --shop-soft: #f7f8fa;
  --shop-primary: #2563eb;
  --shop-primary-dark: #1d4ed8;
  --shop-sale: #ef4444;
  --shop-hot: #f59e0b;
  --shop-radius: 12px;
  background: #fff;
  color: var(--shop-text);
}

/* ---------- Liste: araç çubuğu ---------- */
.shop-main { padding: 30px 0 72px; }
.shop-list-main { margin-top: 68px; padding-top: 40px; }
.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin-bottom: 22px;
}
.shop-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  font-size: 0.95rem;
  color: var(--shop-muted);
}
.shop-breadcrumb a { color: var(--shop-muted); text-decoration: none; }
.shop-breadcrumb a:hover { color: var(--shop-primary); }
.shop-breadcrumb [aria-current] { color: var(--shop-ink); font-weight: 700; }
.shop-toolbar-right { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; }
.shop-result-count { margin: 0 0 24px; color: var(--shop-muted); font-size: 0.9rem; }
.shop-result-count a { color: var(--shop-primary); }
.shop-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--shop-ink);
  font-weight: 600;
  font-size: 0.92rem;
}
.shop-filter-btn:hover { color: var(--shop-primary); }

.shop-view-toggle { display: flex; align-items: center; gap: 12px; }
.shop-view-toggle button {
  display: flex;
  gap: 2px;
  padding: 4px 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.shop-view-toggle i { display: block; width: 4px; height: 15px; background: #c7ccd4; transition: background 0.2s ease; }
.shop-view-toggle button:hover i, .shop-view-toggle button.is-active i { background: var(--shop-ink); }

.shop-sort select {
  height: 40px;
  padding: 0 28px 0 0;
  border: 0;
  border-bottom: 2px solid var(--shop-line);
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 4px center;
  appearance: none;
  color: var(--shop-ink);
  font-size: 0.92rem;
  cursor: pointer;
}
.shop-sort select:focus { outline: none; border-bottom-color: var(--shop-primary); }

.shop-cat-tabs {
  display: flex;
  gap: 4px 28px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--shop-line);
  overflow-x: auto;
  scrollbar-width: none;
}
.shop-cat-tabs::-webkit-scrollbar { display: none; }
.shop-cat-tabs a {
  position: relative;
  flex-shrink: 0;
  padding: 10px 0 12px;
  color: var(--shop-muted);
  font-size: 0.93rem;
  text-decoration: none;
  white-space: nowrap;
}
.shop-cat-tabs a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--shop-primary);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.shop-cat-tabs a:hover, .shop-cat-tabs a.is-active { color: var(--shop-ink); }
.shop-cat-tabs a.is-active { font-weight: 600; }
.shop-cat-tabs a.is-active::after { transform: scaleX(1); }

/* ---------- Kenar paneli (offcanvas) ---------- */
.shop-sidebar { --bs-offcanvas-width: 340px; }
.shop-sidebar .offcanvas-header { border-bottom: 1px solid var(--shop-line); }
.shop-sidebar .offcanvas-body { display: block; padding: 24px; }
.shop-widget { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--shop-line); }
.shop-widget:last-child { border-bottom: 0; margin-bottom: 0; }
.shop-widget-title {
  margin: 0 0 14px;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--shop-ink);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.shop-search { position: relative; }
.shop-search input {
  width: 100%;
  height: 46px;
  padding: 0 46px 0 16px;
  border: 1px solid var(--shop-line);
  border-radius: 10px;
  background: var(--shop-soft);
  font-size: 0.95rem;
}
.shop-search input:focus { outline: none; border-color: var(--shop-primary); background: #fff; }
.shop-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  color: var(--shop-muted);
}
.shop-cat-list { list-style: none; margin: 0; padding: 0; }
.shop-cat-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  color: var(--shop-text);
  text-decoration: none;
  font-size: 0.95rem;
}
.shop-cat-list a:hover, .shop-cat-list a.is-active { color: var(--shop-primary); }
.shop-cat-list a.is-active { font-weight: 700; }
.shop-count {
  flex-shrink: 0;
  min-width: 30px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--shop-soft);
  border: 1px solid var(--shop-line);
  color: var(--shop-muted);
  font-size: 0.75rem;
  text-align: center;
}
.shop-help {
  padding: 22px;
  border-radius: var(--shop-radius);
  background: linear-gradient(160deg, #0f172a, #1e3a5f);
  color: #cbd5e1;
}
.shop-help .shop-widget-title { color: #fff; text-transform: none; letter-spacing: 0; font-size: 1.05rem; }
.shop-help p { font-size: 0.88rem; margin-bottom: 16px; }
.shop-help-icon { font-size: 2rem; color: #25d366; margin-bottom: 10px; display: block; }

/* ---------- Ürün ızgarası ---------- */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 36px;
}
.shop-grid[data-cols="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px 48px; }
.shop-grid[data-cols="4"] { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px 28px; }

.shop-card { display: flex; flex-direction: column; background: #fff; }
.shop-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  background: #fff;
}
.shop-card-body { padding: 18px 8px 0; text-align: center; }
.shop-card-title { margin: 0 0 4px; font-size: 1.05rem; font-weight: 600; line-height: 1.4; }
.shop-card-title a { color: var(--shop-ink); text-decoration: none; }
.shop-card-title a:hover { color: var(--shop-primary); }
.shop-card-cat { display: inline-block; margin-bottom: 8px; color: #9ca3af; font-size: 0.86rem; text-decoration: none; }
.shop-card-cat:hover { color: var(--shop-primary); }

.shop-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 10px; }
.shop-card .shop-price { justify-content: center; }
.shop-price del { color: #a3a9b3; font-size: 0.95rem; }
.shop-price ins { text-decoration: none; color: var(--shop-primary); font-weight: 600; font-size: 1.05rem; }

.shop-badge-sale {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 3;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #6cb4e4;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
}

/* ---------- Ürün görseli: bilgisayar + tablet + telefon ---------- */
.shop-devices { position: absolute; inset: 0; transition: transform 0.4s ease; }
.shop-card:hover .shop-devices { transform: translateY(-6px); }
.shop-dev { position: absolute; display: block; filter: drop-shadow(0 12px 18px rgba(15, 23, 42, 0.16)); }
.shop-dev-screen { display: block; overflow: hidden; background: #f1f3f6; border: 5px solid #1d2126; }
.shop-dev-screen img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.shop-dev-desktop { left: 16%; top: 5%; width: 68%; }
.shop-dev-desktop .shop-dev-screen { aspect-ratio: 16 / 10; border-radius: 8px 8px 0 0; border-bottom-width: 6px; }
.shop-dev-chin { display: block; padding-bottom: 5%; border-radius: 0 0 8px 8px; background: linear-gradient(#eceef1, #cfd3d9); }
.shop-dev-stand {
  display: block;
  width: 20%;
  margin: 0 auto;
  padding-bottom: 10%;
  background: linear-gradient(#d9dce0, #b7bcc3);
  clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%);
}
.shop-dev-desktop::after { content: ""; display: block; width: 32%; height: 4px; margin: 0 auto; border-radius: 3px; background: #c3c8ce; }

.shop-dev-tablet { left: 5%; bottom: 6%; width: 25%; z-index: 1; }
.shop-dev-tablet .shop-dev-screen { aspect-ratio: 3 / 4; border-width: 6px; border-radius: 12px; }

.shop-dev-phone { right: 9%; bottom: 6%; width: 12%; z-index: 2; }
.shop-dev-phone .shop-dev-screen { aspect-ratio: 9 / 19.5; border-width: 4px; border-radius: 12px; }

.shop-devices--static .shop-dev-tablet img,
.shop-devices--static .shop-dev-phone img { object-position: left top; }

.shop-visual-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.shop-visual-empty {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  border-radius: var(--shop-radius);
  background: var(--shop-soft);
  color: #9ca3af;
  text-align: center;
  font-weight: 600;
}
.shop-visual-empty i { font-size: 2.4rem; }

/* ---------- Butonlar ---------- */
.shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.86rem;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.shop-btn-primary { background: var(--shop-primary); color: #fff; }
.shop-btn-primary:hover { background: var(--shop-primary-dark); color: #fff; box-shadow: 0 10px 24px rgba(37, 99, 235, 0.3); }
.shop-btn-ghost { background: #fff; color: var(--shop-ink); border-color: var(--shop-line); }
.shop-btn-ghost:hover { border-color: var(--shop-primary); color: var(--shop-primary); }
.shop-btn-dark { background: var(--shop-ink); color: #fff; }
.shop-btn-dark:hover { background: #1e293b; color: #fff; }
.shop-btn-light { background: #fff; color: var(--shop-ink); }
.shop-btn-light:hover { background: #f1f5f9; color: var(--shop-primary); }
.shop-btn-lg { min-height: 52px; padding: 0 24px; font-size: 0.98rem; border-radius: 10px; }

/* ---------- Sayfalama / boş durum / CTA ---------- */
.shop-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 48px; }
.shop-pagination a, .shop-pagination span {
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid var(--shop-line);
  color: var(--shop-ink);
  text-decoration: none;
  font-weight: 600;
}
.shop-pagination a:hover { border-color: var(--shop-primary); color: var(--shop-primary); }
.shop-pagination .is-current { background: var(--shop-primary); border-color: var(--shop-primary); color: #fff; }

.shop-empty {
  text-align: center;
  padding: 64px 24px;
  border: 1px dashed #cbd5e1;
  border-radius: var(--shop-radius);
  background: var(--shop-soft);
}
.shop-empty > i { font-size: 3rem; color: #94a3b8; margin-bottom: 16px; }
.shop-empty h2 { font-size: 1.3rem; color: var(--shop-ink); }
.shop-empty p { color: var(--shop-muted); max-width: 30rem; margin: 0 auto 20px; }
.shop-empty .shop-btn { margin: 4px; }

/* ---------- Detay: üst şerit ---------- */
.shop-product-topbar {
  margin-top: 68px;
  padding: 18px 0;
  border-bottom: 1px solid var(--shop-line);
  background: var(--shop-soft);
}
.shop-product-topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.shop-adjacent { display: flex; gap: 6px; flex-shrink: 0; }
.shop-adjacent-link {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--shop-ink);
  text-decoration: none;
  transition: background 0.2s ease;
}
.shop-adjacent-link:hover { background: #fff; color: var(--shop-primary); }
.shop-adjacent-pop {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 20;
  width: 250px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
}
.shop-adjacent-link:hover .shop-adjacent-pop { opacity: 1; visibility: visible; transform: translateY(0); }
.shop-adjacent-pop img { width: 64px; height: 64px; object-fit: cover; object-position: top; border-radius: 8px; flex-shrink: 0; }
.shop-adjacent-pop strong { display: block; font-size: 0.88rem; color: var(--shop-ink); line-height: 1.3; }
.shop-adjacent-pop em { font-style: normal; color: var(--shop-primary); font-weight: 700; font-size: 0.88rem; }

/* ---------- Detay: ürün ---------- */
.shop-product-page .shop-main { padding-top: 40px; }
.shop-product {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.shop-gallery { position: sticky; top: 92px; }
.shop-gallery-main {
  position: relative;
  border-radius: var(--shop-radius);
  overflow: hidden;
  border: 1px solid var(--shop-line);
  background: var(--shop-soft);
}
.shop-gallery-main img { display: block; width: 100%; height: auto; }
.shop-gallery-main:has(.shop-gallery-visual) { background: #fff; }
.shop-gallery-visual { position: relative; aspect-ratio: 4 / 3; }
.shop-gallery-visual .shop-dev-screen { border-width: 8px; }
.shop-gallery-visual .shop-dev-phone .shop-dev-screen { border-width: 6px; border-radius: 20px; }
.shop-gallery-visual .shop-dev-tablet .shop-dev-screen { border-radius: 18px; }
.shop-gallery-main .shop-badge-sale { top: 14px; left: 14px; width: 60px; height: 60px; font-size: 0.95rem; }
.shop-zoom-hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.7);
  color: #fff;
  font-size: 0.78rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.shop-gallery-main:hover .shop-zoom-hint { opacity: 1; }
.shop-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.shop-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: var(--shop-soft);
  aspect-ratio: 1;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease;
}
.shop-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.shop-thumb:hover { opacity: 1; }
.shop-thumb.is-active { border-color: var(--shop-primary); opacity: 1; }

.shop-product-title {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--shop-ink);
  line-height: 1.2;
}
.shop-price-lg { margin-bottom: 18px; }
.shop-price-lg del { font-size: 1.15rem; }
.shop-price-lg ins { font-size: 2rem; }
.shop-save { flex-basis: 100%; color: #16a34a; font-weight: 600; font-size: 0.9rem; }
.shop-lead { font-size: 1.05rem; line-height: 1.65; color: var(--shop-text); margin-bottom: 18px; }
.shop-feature-list { list-style: none; padding: 0; margin: 0 0 26px; }
.shop-feature-list li { display: flex; gap: 10px; padding: 6px 0; color: var(--shop-text); }
.shop-feature-list i { color: #16a34a; margin-top: 4px; }

.shop-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 14px; }
.shop-cta .shop-btn { flex: 1 1 220px; }
.shop-link-inline { display: inline-flex; gap: 8px; align-items: center; color: var(--shop-primary); font-weight: 600; text-decoration: none; font-size: 0.93rem; }
.shop-link-inline:hover { text-decoration: underline; }

.shop-assurance {
  list-style: none;
  margin: 24px 0;
  padding: 16px 18px;
  border-radius: 12px;
  background: var(--shop-soft);
  border: 1px solid var(--shop-line);
  font-size: 0.9rem;
}
.shop-assurance li { display: flex; gap: 10px; align-items: center; padding: 4px 0; }
.shop-assurance i { width: 18px; color: var(--shop-primary); }

.shop-meta { padding-top: 18px; border-top: 1px solid var(--shop-line); font-size: 0.9rem; }
.shop-meta div { padding: 3px 0; }
.shop-meta span { color: var(--shop-ink); font-weight: 700; }
.shop-meta a { color: var(--shop-muted); text-decoration: none; }
.shop-meta a:hover { color: var(--shop-primary); }

.shop-share { display: flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 0.9rem; }
.shop-share > span { font-weight: 700; color: var(--shop-ink); margin-right: 4px; }
.shop-share a, .shop-share button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--shop-line);
  background: #fff;
  color: var(--shop-muted);
  text-decoration: none;
  transition: all 0.2s ease;
}
.shop-share a:hover, .shop-share button:hover { color: #fff; background: var(--shop-primary); border-color: var(--shop-primary); }
.shop-share button.is-copied { color: #fff; background: #16a34a; border-color: #16a34a; }

/* ---------- Detay: sekmeler ---------- */
.shop-tabs { margin-top: 64px; }
.shop-tab-nav { justify-content: center; gap: 8px 32px; border-bottom: 1px solid var(--shop-line); }
.shop-tab-nav .nav-link {
  position: relative;
  padding: 14px 2px;
  border: 0;
  background: none;
  color: var(--shop-muted);
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.shop-tab-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  border-radius: 3px;
  background: var(--shop-primary);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.shop-tab-nav .nav-link:hover, .shop-tab-nav .nav-link.active { color: var(--shop-ink); }
.shop-tab-nav .nav-link.active::after { transform: scaleX(1); }
.shop-tab-content { padding: 36px 0 0; max-width: 980px; margin: 0 auto; }

.shop-richtext { line-height: 1.8; font-size: 1rem; color: var(--shop-text); }
.shop-richtext h2, .shop-richtext h3 { color: var(--shop-ink); font-weight: 700; margin-top: 1.6rem; }
.shop-richtext img { max-width: 100%; height: auto; border-radius: 12px; }
.shop-richtext ul { padding-left: 1.2rem; }

.shop-feature-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.shop-feature-grid li {
  display: flex;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--shop-line);
  border-radius: 12px;
  background: var(--shop-soft);
}
.shop-feature-grid i { color: #16a34a; margin-top: 4px; }

.shop-delivery { display: grid; grid-template-columns: 220px 1fr; gap: 36px; align-items: start; }
.shop-delivery-icons { display: grid; gap: 12px; }
.shop-delivery-icons span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #eff6ff;
  color: var(--shop-ink);
  font-weight: 700;
}
.shop-delivery-icons i { color: var(--shop-primary); width: 20px; }
.shop-delivery h3 { font-size: 1.2rem; font-weight: 800; color: var(--shop-ink); margin-bottom: 14px; }
.shop-steps { counter-reset: step; list-style: none; padding: 0; margin: 0; }
.shop-steps li { counter-increment: step; position: relative; padding: 0 0 18px 46px; line-height: 1.65; }
.shop-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--shop-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
}

.shop-related { margin-top: 72px; }
.shop-section-title { font-size: 1.6rem; font-weight: 800; color: var(--shop-ink); margin-bottom: 24px; }

.shop-sticky-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1030;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  border-radius: 14px;
  background: var(--shop-primary);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.35);
}
.shop-sticky-cta:hover { color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 1199.98px) {
  .shop-grid[data-cols="4"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shop-dev-screen { border-width: 4px; }
  .shop-dev-phone .shop-dev-screen { border-width: 3px; border-radius: 9px; }
}
@media (max-width: 991.98px) {
  .shop-grid, .shop-grid[data-cols] { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 24px; }
  .shop-view-toggle { display: none; }
  .shop-product { grid-template-columns: 1fr; gap: 32px; }
  .shop-gallery { position: static; }
  .shop-product-page .shop-main { padding-bottom: 100px; }
}
@media (max-width: 575.98px) {
  .shop-list-main { padding-top: 24px; }
  .shop-grid, .shop-grid[data-cols] { grid-template-columns: 1fr; gap: 40px; }
  .shop-toolbar-right { width: 100%; justify-content: space-between; }
  .shop-cat-tabs { gap: 4px 20px; margin-bottom: 28px; }
  .shop-product-topbar .container { flex-direction: column; align-items: flex-start; }
  .shop-adjacent-pop { display: none; }
  .shop-feature-grid { grid-template-columns: 1fr; }
  .shop-delivery { grid-template-columns: 1fr; gap: 20px; }
  .shop-delivery-icons { grid-template-columns: repeat(3, 1fr); }
  .shop-delivery-icons span { flex-direction: column; text-align: center; font-size: 0.82rem; padding: 12px 8px; }
  .shop-tab-nav { gap: 4px 18px; }
  .shop-tab-nav .nav-link { font-size: 0.9rem; }
}
