/*
Template:       zumma
Theme Name:     Zumma Child
Theme URI:      http://themeforest.net/user/LaStudio/portfolio?ref=LaStudio
Author:         LA Studio
Author URI:     http://themeforest.net/user/LaStudio?ref=LaStudio
Description:    Zumma - Multipurpose WooCommerce Theme
Version:        1.0.0
Requires at least: 5.0
Requires PHP: 	7.0
Tags:           fashion store, cosmetic store, organic store, furniture store, plant store, candles store, watch store, wine store, baby store, cake store, burger store, food store, handmade store, perfume store, big size store, minimal store, elementor
License: 		GNU General Public License
License URI: 	licence/GPL.txt
Text Domain:    zumma-child
Domain Path:    /languages/
*/

/* Header'ı üstte yapışkan hale getir */
/* Header'ı sabitle (fixed) */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;      /* width: 100% yerine sol/sağ 0 daha sağlam */
  z-index: 1000;
  background: #fff;
}

/* WordPress admin bar offset */
html.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  html.admin-bar .site-header {
    top: 46px;
  }
}

/* İçerik header'ın altında başlaması için padding ekleyin.
   Yüksekliği temanıza göre ayarlayın (ör: 80px). */
body {
  padding-top: 80px;
}
html.admin-bar body {
  padding-top: calc(80px + 32px);
}
@media (max-width: 782px) {
  html.admin-bar body {
    padding-top: calc(80px + 46px);
  }
}

/* İsteğe bağlı gölge */
.site-header.is-scrolled {
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}