/* Pro mağaza (ThemeEngine preset: pro-marketplace) */

.tt-style-pro-marketplace .section-title {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tt-style-pro-marketplace .top-message-bar.bg-primary {
  background: linear-gradient(90deg, var(--tt-primary-dark), var(--tt-primary)) !important;
}

.tt-style-pro-marketplace .main-header.tt-main-header {
  box-shadow: 0 1px 0 rgba(13, 110, 253, 0.35) inset !important;
}

.tt-style-pro-marketplace .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 0.9rem;
}

.tt-style-pro-marketplace .product-card:hover {
  box-shadow: 0 8px 28px rgba(13, 110, 253, 0.15) !important;
}

.tt-style-pro-marketplace .section-header .btn-outline-primary {
  border-width: 2px;
  font-weight: 600;
}

.tt-style-pro-marketplace .product-section {
  margin-bottom: 2.25rem;
}

.tt-style-pro-marketplace .sf-ticker-bar {
  background: linear-gradient(90deg, var(--tt-primary-dark, #0a58ca), var(--tt-primary, #0d6efd));
  color: #fff;
  font-size: 0.9rem;
  overflow: hidden;
}

.tt-style-pro-marketplace .sf-ticker-inner {
  display: inline-flex;
  gap: 3rem;
  white-space: nowrap;
  animation: sf-marquee 28s linear infinite;
}

@keyframes sf-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.tt-style-pro-marketplace .sf-left-rail {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.5rem 0.35rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--tt-border, #dee2e6);
  border-left: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.08);
  max-height: 70vh;
  overflow-y: auto;
}

.tt-style-pro-marketplace .sf-left-rail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 0.35rem;
  color: var(--tt-primary, #0d6efd);
  text-decoration: none;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.1;
}

.tt-style-pro-marketplace .sf-left-rail a:hover {
  background: rgba(13, 110, 253, 0.1);
}

.tt-style-pro-marketplace.sf-rail-on body {
  padding-left: 0;
}

@media (min-width: 992px) {
  .tt-style-pro-marketplace.sf-rail-on .container,
  .tt-style-pro-marketplace.sf-rail-on .container-fluid,
  .tt-style-pro-marketplace.sf-rail-on .tt-container {
    padding-left: 3rem;
  }
}

.tt-style-pro-marketplace .sf-hero-split .sf-hero-main .hero-slider,
.tt-style-pro-marketplace .sf-hero-split .sf-hero-main .swiper {
  min-height: 360px;
}

.tt-style-pro-marketplace .sf-side-banner {
  min-height: 170px;
  border-radius: var(--tt-radius, 0.5rem);
  overflow: hidden;
  background: var(--tt-heading-bg, #e8eef7);
  border: 1px solid var(--tt-border, #dee2e6);
}

.tt-style-pro-marketplace .sf-spotlight {
  background: linear-gradient(120deg, #e8f0ff 0%, #fff5f8 100%);
  border-radius: var(--tt-radius, 0.5rem);
  border: 1px solid var(--tt-border, #dee2e6);
}

.tt-style-pro-marketplace .sf-cta-band {
  border-radius: var(--tt-radius, 0.5rem);
  border: 1px dashed var(--tt-primary, #0d6efd);
  background: rgba(13, 110, 253, 0.06);
}

.tt-style-pro-marketplace.sf-footer-compact .footer-block h5,
.tt-style-pro-marketplace.sf-footer-compact .footer-block h6 {
  font-size: 0.95rem;
}

footer.sf-footer-compact .footer-block h5,
footer.sf-footer-compact .footer-block h6 {
  font-size: 0.95rem;
}
