/* Optik Güneş - Mobile-First Responsive Styles */

@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-slider .swiper-slide {
    height: 420px;
  }
  .navbar-brand-logo {
    height: 44px;
  }
}

@media (max-width: 767.98px) {
  .ticker-wrap {
    font-size: 0.78rem;
    height: 34px;
    line-height: 34px;
  }
  .hero-title {
    font-size: 1.75rem;
  }
  .hero-slider .swiper-slide {
    height: 360px;
  }
  .product-card-body {
    padding: 12px;
  }
  .product-title {
    font-size: 0.95rem;
  }
  .product-price {
    font-size: 1.1rem;
  }
  .category-card-modern {
    padding: 16px 10px;
  }
  .category-icon-circle {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }
  .floating-actions {
    bottom: 18px;
    right: 18px;
  }
  .float-btn {
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
  }
}

/* Offcanvas Custom Mobile Menu Styling */
.offcanvas-header {
  border-bottom: 1px solid var(--border-light);
  padding: 1.25rem 1.5rem;
}
.offcanvas-body {
  padding: 1.5rem;
}
.mobile-nav-link {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--dark-navy);
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.mobile-nav-link:hover {
  color: var(--primary-red);
}
