/* Responsive adjustments */

@media (max-width: 992px) {

  .hero-content,
  .store-hero-grid,
  .store-detail-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .store-filters-section {
    margin-top: 0px;
  }

  .store-hero-text h1 {
    font-size: 42px;
  }

  .section {
    padding: 48px 0;
  }

  .hero-image {
    order: -1;
  }

  .store-hero-card-wrapper {
    align-items: flex-start;
    margin-top: 24px;
  }

  .store-hero-card {
    min-width: 100% !important;
  }

  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-main-inner,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .rozana-footer .div-block-1394 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .nav-inner {
    flex-wrap: wrap;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 40px;
  }

  .store-hero {
    padding: 20px 0 48px;
  }

  .store-hero-text h1 {
    font-size: 32px;
  }

  .store-detail-page .section {
    padding: 0 !important;
  }

  .store-hero-text .subtitle {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .store-filters,
  .home-page-filters-wrapper,
  .store-filters-wrapper {
    flex-direction: column;
    align-items: stretch;
    width: 100% !important;
  }

  .section.store-filters-section {
    padding: 0 !important;
  }

  .store-filters-header {
    margin-bottom: 10px;
  }

  .store-hero-mini-cards {
    display: none;
  }

  .store-filters {
    margin-top: 16px;
  }

  .form-group,
  .home-page-filters .form-group {
    min-width: 100%;
  }

  .store-detail-sidebar {
    position: static;
    margin-top: 24px;
  }

  .grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer {
    text-align: center;
  }

  .footer-main-inner,
  .footer-bottom {
    align-items: center;
  }

  .footer-right-block {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .rozana-footer .div-block-1394 {
    grid-template-columns: minmax(0, 1fr);
  }

  .rozana-footer .div-block-1395 {
    border-right: none;
    border-bottom: 1px solid #eef2f8;
  }

  .rozana-footer .div-block-1395.b-t.p-x {
    border-bottom: none;
  }
}