
    /*
     * Footer ve sayfa stillerinden sonra bilerek burada durur.
     * Mobil dock icin farkli dosyalarda tekrar ayrilan alt alanlari tek noktada sifirlar.
     */
    @media (max-width: 767.98px) {
      html,
      html body.storefront-body {
        height: auto !important;
        min-height: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
      }

      html body.storefront-body > .storefront-main,
      html body.storefront-body--home .storefront-results--home,
      html body.storefront-body--home .storefront-results--home .storefront-results__shell,
      html body.storefront-body--home .storefront-results--home .storefront-home-sections {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
      }

      /* Mobilde gizlenen uzun SEO metni yapay yukseklik ayirmasin. */
      html body.storefront-body--home .storefront-results--home .storefront-home-copypanel {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        content-visibility: hidden !important;
        contain: none !important;
        contain-intrinsic-size: 0 !important;
      }

      html body.storefront-body--home .storefront-results--home .storefront-home-vitrin,
      html body.storefront-body--home .storefront-results--home .storefront-home-featured,
      html body.storefront-body--home .storefront-results--home .storefront-home-mobile-categories {
        content-visibility: visible !important;
        contain: none !important;
        contain-intrinsic-size: 0 !important;
      }

      html body.storefront-body .sf-footer,
      html body.storefront-body .sf-footer__shell,
      html body.storefront-body .sf-footer-mobile {
        height: auto !important;
        min-height: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
      }

      /* Footer kendi icinde 72px daha ayiriyordu; sabit dock zaten belge akisinin disinda. */
      html body.storefront-body .sf-footer-mobile__actions {
        margin-bottom: 0 !important;
        padding: 10px 10px max(10px, env(safe-area-inset-bottom, 0px)) !important;
      }

      html body.storefront-body .sf-mobile-dock {
        position: fixed !important;
      }
    }

  