:root{--store-black:#181818;--store-line:#e3e0dc;--store-wine:#421f1b;--store-paper:#f7f6f4}.store-announcement{height:28px;padding:0 max(24px,calc((100% - 1280px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--store-black);color:#ddd;font:10px Arial,sans-serif}.store-announcement nav{display:flex;gap:24px}.store-announcement a{color:inherit;text-decoration:none}.store-header{height:94px;padding:0 max(24px,calc((100% - 1280px)/2));display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#fff;border-bottom:1px solid #eee}.store-logo{color:#191919;text-decoration:none;font:700 23px Arial,sans-serif;letter-spacing:.3em}.store-header>.store-logo{grid-column:2}.store-phone{color:#666;text-decoration:none;font:12px Arial,sans-serif}.store-actions{justify-self:end;display:flex;gap:8px}.store-actions a{min-height:40px;padding:0 13px;display:flex;align-items:center;gap:7px;border:1px solid #e2e2e2;border-radius:5px;color:#222;text-decoration:none;font:11px Arial,sans-serif}.store-actions b{min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:20px;background:var(--store-black);color:#fff;font-size:9px}.store-menu{display:none}.store-categories{height:56px;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:34px;background:var(--store-black);overflow:auto;scrollbar-width:none}.store-categories a{flex:none;color:#fff;text-decoration:none;text-transform:uppercase;font:600 10px Arial,sans-serif;letter-spacing:.04em}.store-categories a:hover{color:#d7b88a}
/* =========================================================
   ZARA / MANGO LUXURY MINIMALIST FOOTER (LIGHT TONED)
   ========================================================= */
.zara-luxury-footer {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box;
  background: #fbfbfb;
  color: #1a1a1a;
  padding: 64px max(24px, calc((100% - 1320px) / 2)) 36px;
  margin-top: 80px;
  font-family: inherit;
  border-top: 1px solid #eaeaea;
}

.zara-footer-inner {
  max-width: 1320px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  gap: 40px;
}

.zara-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.zara-footer-logo {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.25em;
  color: #111111;
  text-decoration: none;
  margin-bottom: 6px;
}

.zara-footer-tagline {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.zara-footer-desc {
  font-size: 12px;
  line-height: 1.6;
  color: #666666;
  margin: 0 0 16px;
  max-width: 280px;
}

.zara-footer-instagram {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.2s ease;
}
.zara-footer-instagram:hover {
  opacity: 0.6;
}

.zara-footer-links-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zara-footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 8px;
}

.zara-footer-links-col a {
  font-size: 12px;
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease;
}

.zara-footer-links-col a:hover {
  color: #000000;
}

.zara-footer-contact-block {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}

.zara-footer-label {
  font-size: 10px;
  color: #888888;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.zara-footer-phone, .zara-footer-mail {
  font-size: 13px;
  font-weight: 600;
  color: #111111;
  text-decoration: none;
  margin-top: 2px;
  transition: color 0.2s ease;
}
.zara-footer-phone:hover, .zara-footer-mail:hover {
  color: #b08d57;
}

.zara-footer-working-hours {
  font-size: 11px;
  color: #777777;
  margin-top: 4px;
}

.zara-footer-shipping-note {
  font-size: 11px;
  font-weight: 600;
  color: #2e7d32;
  margin-top: 4px;
}

.zara-footer-bottom-row {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 28px;
  border-top: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zara-footer-copy {
  font-size: 11px;
  color: #888888;
  letter-spacing: 0.08em;
  text-align: center;
}

@media (max-width: 900px) {
  .zara-footer-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
  }
}

@media (max-width: 600px) {
  .zara-luxury-footer {
    padding: 44px 18px 100px;
    margin-top: 50px;
  }
  .zara-footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .zara-footer-bottom-row {
    justify-content: center;
  }
}

/* =========================================================
   1. MOBİL ALT SABİT NAVİGASYON ÇUBUĞU (MOBILE BOTTOM NAV)
   ========================================================= */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58px;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 990;
  box-sizing: content-box;
  padding-bottom: env(safe-area-inset-bottom);
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.03);
}

@media (max-width: 900px) {
  .mobile-bottom-nav {
    display: flex;
  }
  body:not(.is-checkout) {
    padding-bottom: calc(62px + env(safe-area-inset-bottom)) !important;
  }
}

@media (min-width: 901px) {
  .mobile-bottom-nav {
    display: none !important;
  }
}

body.is-checkout .mobile-bottom-nav {
  display: none !important;
}

.bottom-nav-item {
  flex: 1;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: none;
  border: none;
  color: #666666;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.15s ease;
}

.bottom-nav-item:active, .bottom-nav-item.active {
  color: #111111;
}

.bottom-nav-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.bottom-nav-icon svg {
  display: block;
}

.bottom-nav-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.bottom-nav-item.active .bottom-nav-label {
  font-weight: 700;
  color: #111111;
}

.bottom-nav-badge {
  position: absolute;
  top: -4px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #111111;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 1.5px solid #ffffff;
}

/* =========================================================
   2. AKILLI CANLI ARAMA MODALI (INSTANT LIVE SEARCH)
   ========================================================= */
.shell-search-btn {
  min-height: 40px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: #222;
  background: #fff;
  cursor: pointer;
  font: 11px Arial, sans-serif;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.shell-search-btn:hover {
  border-color: #111;
}

.live-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.live-search-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.live-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-height: 88vh;
  background: #ffffff;
  z-index: 1001;
  transform: translateY(-100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e8e5df;
}
.live-search-modal.open {
  transform: translateY(0);
}

.live-search-header {
  padding: 16px max(24px, calc((100% - 900px) / 2));
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #f0ede6;
  background: #ffffff;
}

.live-search-input-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.live-search-icon {
  position: absolute;
  left: 14px;
  color: #888888;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.live-search-input {
  width: 100%;
  height: 48px;
  padding: 0 44px 0 44px;
  background: #f7f6f3;
  border: 1px solid #e5e2db;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  color: #111111;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.live-search-input:focus {
  background: #ffffff;
  border-color: #111111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.live-search-clear {
  position: absolute;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e2dfd8;
  border: none;
  color: #555555;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.live-search-close {
  background: none;
  border: 1px solid #e5e2db;
  border-radius: 6px;
  padding: 0 16px;
  height: 48px;
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
}
.live-search-close:hover {
  border-color: #111111;
  color: #111111;
}

.live-search-tags {
  padding: 10px max(24px, calc((100% - 900px) / 2));
  display: flex;
  align-items: center;
  gap: 8px;
  background: #faf9f6;
  border-bottom: 1px solid #f0ede6;
  overflow-x: auto;
  scrollbar-width: none;
}
.live-search-tags::-webkit-scrollbar { display: none; }

.live-search-tag-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #888888;
  text-transform: uppercase;
  flex-shrink: 0;
}

.live-search-tag {
  flex-shrink: 0;
  padding: 5px 12px;
  background: #ffffff;
  border: 1px solid #e5e2db;
  border-radius: 20px;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.live-search-tag:hover {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.live-search-body {
  padding: 16px max(24px, calc((100% - 900px) / 2));
  overflow-y: auto;
  max-height: calc(88vh - 160px);
  -webkit-overflow-scrolling: touch;
}

.live-search-initial, .live-search-empty, .live-search-loading, .live-search-error {
  text-align: center;
  padding: 40px 20px;
  color: #666666;
}
.live-search-initial p, .live-search-empty p {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 6px;
}
.live-search-initial small, .live-search-empty small {
  font-size: 12px;
  color: #888888;
}

.search-spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #eee;
  border-top-color: #111;
  border-radius: 50%;
  margin: 0 auto 12px;
  animation: searchSpin 0.7s linear infinite;
}
@keyframes searchSpin {
  to { transform: rotate(360deg); }
}

.live-search-results {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.live-search-item {
  border: 1px solid #ede9e1;
  border-radius: 8px;
  background: #ffffff;
  transition: all 0.18s ease;
}
.live-search-item:hover, .live-search-item.selected {
  border-color: #111111;
  background: #faf9f6;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.live-search-item-link {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  text-decoration: none;
  color: inherit;
}

.live-search-item-thumb {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  overflow: hidden;
  background: #f0ede6;
  border: 1px solid #e8e5df;
  display: flex;
  align-items: center;
  justify-content: center;
}
.live-search-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.live-search-item-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.live-search-item-category {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #9c824a;
  text-transform: uppercase;
}
.live-search-item-title {
  font-size: 13px;
  font-weight: 600;
  color: #111111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.live-search-item-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
}
.live-search-item-code {
  font-size: 11px;
  color: #777777;
}
.live-search-item-price {
  font-size: 13px;
  font-weight: 700;
  color: #111111;
}

.live-search-item-status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.badge-in-stock {
  font-size: 10px;
  font-weight: 700;
  color: #2e7d32;
  background: #e8f5e9;
  padding: 2px 7px;
  border-radius: 4px;
}
.badge-out-stock {
  font-size: 10px;
  font-weight: 700;
  color: #c62828;
  background: #ffebee;
  padding: 2px 7px;
  border-radius: 4px;
}
.live-search-item-arrow {
  color: #999999;
  font-size: 14px;
  transition: transform 0.2s;
}
.live-search-item:hover .live-search-item-arrow {
  transform: translateX(3px);
  color: #111111;
}

.live-search-footer {
  padding: 12px max(24px, calc((100% - 900px) / 2));
  border-top: 1px solid #f0ede6;
  background: #faf9f6;
  text-align: center;
}
.live-search-all-link {
  font-size: 13px;
  font-weight: 700;
  color: #111111;
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}
.live-search-all-link:hover {
  text-decoration: underline;
}

.btn-search-retry {
  background: #111111;
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
}

/* --- Tam Ekran Ürün Galerisi & Pinch-to-Zoom Lightbox --- */
body.lightbox-open {
  overflow: hidden !important;
  touch-action: none;
}
body.lightbox-open .mobile-bottom-nav {
  display: none !important;
}

.zara-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  background: rgba(10, 10, 10, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.zara-lightbox:not([hidden]) {
  opacity: 1;
  pointer-events: auto;
}

.zara-lightbox-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, transparent 100%);
}
.zara-lightbox-counter {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.zara-lightbox-close {
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.zara-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
}

.zara-lightbox-viewport {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: none;
  cursor: grab;
}
.zara-lightbox-viewport.is-dragging {
  cursor: grabbing;
}

.zara-lightbox-img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  transform-origin: center center;
  transition: transform 0.1s ease-out;
  will-change: transform;
}
.zara-lightbox-viewport.is-animating .zara-lightbox-img {
  transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.zara-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  transition: all 0.2s ease;
}
.zara-lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.08);
}
.zara-lightbox-nav.prev { left: 20px; }
.zara-lightbox-nav.next { right: 20px; }

@media (max-width: 768px) {
  .zara-lightbox-nav {
    display: none;
  }
}

.zara-lightbox-thumbs {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 20px calc(10px + env(safe-area-inset-bottom, 0px));
  z-index: 10;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%);
  overflow-x: auto;
}
.zara-lightbox-thumb {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 2px solid transparent;
  overflow: hidden;
  padding: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.zara-lightbox-thumb.active {
  border-color: #ffffff;
  opacity: 1;
  transform: scale(1.08);
}
.zara-lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zara-pdp-main-img-wrap {
  cursor: zoom-in;
}



