/**
 * Pasa Motor tarzı vitrin — üst şerit, arama, menü, ana sayfa marka kartları
 */
:root {
  --pasa-red: #e31e24;
  --pasa-red-dark: #c41a20;
  --pasa-yellow: #ffd400;
  --pasa-gray-bar: #f5f5f5;
  --pasa-text: #212529;
}

/* ========== Üst şerit — pasamotor.com: sol ₺, sağ bağlantılar, bol boşluk ========== */
.theme-pasa-header .pasa-top-meta {
  background: #fff;
  border-bottom: 1px solid #eceff3;
}
.theme-pasa-header .pasa-top-util {
  padding: 9px 0;
  font-size: 13px;
}
.theme-pasa-header .pasa-top-util__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  flex-wrap: nowrap;
  min-height: 38px;
}
.theme-pasa-header .pasa-top-util__start {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
}
.theme-pasa-header .pasa-util-links--desktop {
  flex-shrink: 0;
}
.theme-pasa-header .pasa-currency-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 11px;
  background: #fff;
  border: 1px solid #e2e6eb;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #111827;
  letter-spacing: 0.02em;
}
.theme-pasa-header .pasa-util-links {
  gap: 0;
  align-items: center;
}
.theme-pasa-header .pasa-util-links a {
  color: #111827;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  transition: color 0.15s ease;
}
.theme-pasa-header .pasa-util-links a:hover {
  color: var(--pasa-red);
}
.theme-pasa-header .pasa-util-links--compact a {
  font-size: 12px;
}
.theme-pasa-header .pasa-util-sep {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px;
  vertical-align: middle;
  border-radius: 50%;
  background: #cbd5e1;
  flex-shrink: 0;
}
.theme-pasa-header .pasa-promo-line {
  background: #fafbfc;
  border-bottom: 1px solid #eef1f4;
}
.theme-pasa-header .pasa-promo-line__inner {
  padding: 10px 16px;
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.theme-pasa-header .pasa-promo-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1e293b;
  line-height: 1.55;
}
.theme-pasa-header .pasa-promo-text strong {
  color: var(--pasa-red);
  font-weight: 700;
}
.theme-pasa-header .pasa-sub-msg {
  background: #fff;
  border-bottom: 1px solid #eef1f5;
}
.theme-pasa-header .pasa-tagline {
  padding: 8px 16px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

/* ========== Ana header: pasamotor tarzı kırmızı çerçeveli hap + daire buton ========== */
.theme-pasa-header #header .header-top {
  background: #fff;
  padding-top: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.theme-pasa-header .header .search-bar.pd-0 {
  flex: 1;
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.theme-pasa-header .header-search .search_header.mini_search_frm {
  border: 1px solid var(--pasa-red);
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
  overflow: visible;
}
.theme-pasa-header .header-search .search_header.mini_search_frm .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-items: center;
  flex-wrap: nowrap !important;
  min-height: 46px;
}
.theme-pasa-header .header-search .frm_search_input.col {
  flex: 1 1 auto !important;
  max-width: 100%;
  min-width: 0;
  padding-left: 6px !important;
  padding-right: 0 !important;
}
.theme-pasa-header .header-search .frm_search_input .search_header__input {
  border: none !important;
  border-radius: 0 !important;
  padding-left: 18px !important;
  padding-right: 8px !important;
  min-height: 42px !important;
  height: 42px !important;
  font-size: 14px;
  color: #111827 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.theme-pasa-header .header-search .frm_search_input .search_header__input::placeholder {
  color: #94a3b8;
}
.theme-pasa-header .header-search .btn_search.col-auto {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  padding: 4px 10px 4px 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* header.css: min-width:110px + köşeli radius — hap içinde daire için daha yüksek özgüllük */
body.theme-pasa-header .header-search .search_header.mini_search_frm .search_header__submit {
  position: relative !important;
  border-radius: 50% !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  background: var(--pasa-red) !important;
  border: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  box-shadow: none;
  transition: background 0.15s ease, transform 0.1s ease;
}
body.theme-pasa-header .header-search .search_header.mini_search_frm .search_header__submit:hover {
  background: var(--pasa-red-dark) !important;
}
body.theme-pasa-header .header-search .search_header.mini_search_frm .search_header__submit span {
  display: block !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: transparent !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

@media screen and (max-width: 1024px) {
  body.theme-pasa-header .header .aloSearch.header-search.hide-desktop .search_header.mini_search_frm .search_header__submit {
    min-width: 42px !important;
    max-width: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    border-radius: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--pasa-red) !important;
    color: transparent !important;
  }
  body.theme-pasa-header .header .aloSearch.header-search.hide-desktop .search_header.mini_search_frm .search_header__submit span {
    width: 18px !important;
    height: 18px !important;
  }
}

/* ========== Menü çubuğu: beyaz, ortalanmış ========== */
.theme-pasa-header .navigationMenu {
  background: #fff !important;
  border-top: none !important;
  border-bottom: 1px solid #ececec !important;
}
.theme-pasa-header .header.header-2-lines .navigationMenu {
  background: #fff !important;
}
.theme-pasa-header .navigationMenu .main-menu {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 1.75rem;
}
/* Pasamotor: Anasayfa + ev ikonu */
.theme-pasa-header .navigationMenu .main-menu > li:first-child > a.cms-item-title {
  padding-left: 26px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 24 24'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E")
    no-repeat 2px center / 18px 18px;
}
.theme-pasa-header .navigationMenu .main-menu > li:first-child:hover > a.cms-item-title {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e31e24' viewBox='0 0 24 24'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");
}
.theme-pasa-header .navigationMenu .main-menu > li > a.cms-item-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
  padding: 14px 6px;
}
.theme-pasa-header .navigationMenu .main-menu > li > a:hover {
  color: var(--pasa-red) !important;
}

/* Menü başlıkları — tema gradient’inde beyaz kalıyordu; koyu metin zorunlu */
.theme-pasa-header .navigationMenu .main-menu > li > a.cms-item-title {
  color: #212529 !important;
}
.theme-pasa-header .navigationMenu .main-menu > li > a.cms-item-title .icon-chevron-down {
  color: #212529 !important;
  opacity: 0.75;
}
.theme-pasa-header .navigationMenu .main-menu > li:hover > a.cms-item-title,
.theme-pasa-header .navigationMenu .main-menu > li:hover > a.cms-item-title .icon-chevron-down {
  color: var(--pasa-red) !important;
  opacity: 1;
}

/* hide-mobile: bazı derlemelerde masaüstünde menü kayboluyor — ≥992px göster */
@media (min-width: 992px) {
  .theme-pasa-header .navigationMenu.hide-mobile {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
  }
}
@media (max-width: 991px) {
  .theme-pasa-header .navigationMenu.hide-mobile {
    display: none !important;
  }
}

/* ========== Masaüstü — profesyonel e-ticaret header (≥1025px) ========== */
@media (min-width: 1025px) {
  .theme-pasa-header .header.header-2-lines .navigationMenu.sticky-header,
  .theme-pasa-header .header.header-2-lines .navigationMenu {
    background: #fff !important;
    border-bottom: 1px solid #ececec !important;
  }
  .theme-pasa-header .header.header-2-lines .header-top.sticky-header {
    background: #fff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  }
  body.theme-pasa-header .header.header-2-lines .navigationMenu.sticky-header,
  body.theme-pasa-header .header.header-1-lines .header-top.sticky-header {
    background: #fff !important;
    background-image: none !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
  }
  body.theme-pasa-header #header {
    position: relative;
    z-index: 100;
  }
  body.theme-pasa-header .cms-top-header.pasa-top-meta {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid #e8ecf0;
  }
  body.theme-pasa-header .pasa-top-meta .pasa-top-util {
    background: #fff;
    border-bottom: 1px solid #eef1f4;
  }
  body.theme-pasa-header .pasa-top-util {
    padding: 7px 0;
    font-size: 13px;
  }
  body.theme-pasa-header .pasa-promo-line {
    background: transparent;
    border-bottom: none;
  }
  body.theme-pasa-header .pasa-promo-line__inner {
    padding: 8px 20px 6px;
  }
  body.theme-pasa-header .pasa-promo-text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #334155;
    line-height: 1.45;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  body.theme-pasa-header .pasa-sub-msg {
    background: transparent;
    border-bottom: 1px solid #e2e8f0;
  }
  body.theme-pasa-header .pasa-tagline {
    padding: 6px 20px 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
  }
  body.theme-pasa-header #header .header-top {
    padding: 16px 0 18px;
    background: #fff;
    border-bottom: none;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
  }
  body.theme-pasa-header .header.header-2-lines .header-main-wrap {
    box-shadow: 0 4px 30px rgba(15, 23, 42, 0.05);
    border-bottom: 1px solid #eef1f4;
  }
  body.theme-pasa-header .header-search .search_header.mini_search_frm {
    border: 1px solid #e2e8f0 !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.9), 0 2px 12px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }
  body.theme-pasa-header .header-search .search_header.mini_search_frm:focus-within {
    background: #fff !important;
    border-color: rgba(227, 30, 36, 0.45) !important;
    box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.12), 0 4px 20px rgba(15, 23, 42, 0.06);
  }
  body.theme-pasa-header .header-top-meta .header-control {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px 14px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body.theme-pasa-header .header-top-meta .header-control > li {
    margin: 0 !important;
  }
  body.theme-pasa-header .header-top-meta .header-control .push_side.header-icon {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
    transition: background 0.15s ease, color 0.15s ease;
  }
  body.theme-pasa-header .header-top-meta .header-control .push_side.header-icon:hover {
    background: #f1f5f9 !important;
  }
  /* Üyelik / bayilik: ikon + metin üst üste binmesin; arka planlı kutu */
  body.theme-pasa-header .header-top-meta .header-control a.pasa-header-account-btn {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    min-width: 108px;
    min-height: 54px;
    padding: 8px 10px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
  }
  body.theme-pasa-header .header-top-meta .header-control a.pasa-header-account-btn:hover {
    background: linear-gradient(180deg, #fff7f7 0%, #fff 100%) !important;
    border-color: rgba(227, 30, 36, 0.25) !important;
  }
  body.theme-pasa-header .header-top-meta .header-control a.pasa-header-account-btn svg {
    width: 22px !important;
    height: 22px !important;
    flex-shrink: 0;
  }
  body.theme-pasa-header .header-top-meta .header-control a.pasa-header-account-btn .fa-handshake-o {
    font-size: 20px !important;
    line-height: 1 !important;
    margin: 0 !important;
    color: #334155 !important;
  }
  body.theme-pasa-header .header-top-meta .header-control a.pasa-header-account-btn .text,
  body.theme-pasa-header .header-top-meta .header-control a.pasa-header-account-btn .b {
    display: block !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase;
    color: #0f172a !important;
    text-align: center;
    white-space: nowrap;
  }
  body.theme-pasa-header .navigationMenu .row.row-0 {
    min-width: 0 !important;
  }
  body.theme-pasa-header .navigationMenu .ps-static.col {
    min-width: 0 !important;
  }
  body.theme-pasa-header .navigationMenu .box-header-nav .container-wapper {
    min-width: 0 !important;
    max-width: 100%;
    overflow: visible !important;
  }
  body.theme-pasa-header .navigationMenu .main-menu.main-menu--flat-brands {
    flex-wrap: nowrap !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    justify-content: flex-start !important;
    padding-bottom: 0 !important;
  }
  body.theme-pasa-header .navigationMenu .main-menu.main-menu--flat-brands > .menu-item {
    flex-shrink: 0 !important;
  }
  body.theme-pasa-header .navigationMenu .main-menu.main-menu--flat-brands::-webkit-scrollbar {
    display: none;
    height: 0;
  }
  body.theme-pasa-header .navigationMenu {
    padding: 4px 0 6px !important;
    border-bottom: 1px solid #e8ecf0 !important;
    background: #fafbfc !important;
  }
  body.theme-pasa-header .navigationMenu .main-menu {
    gap: 0.25rem 0.5rem !important;
    row-gap: 4px !important;
  }
  body.theme-pasa-header .navigationMenu .main-menu > li > a.cms-item-title {
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.02em !important;
    padding: 10px 14px !important;
    border-radius: 999px !important;
    color: #334155 !important;
  }
  body.theme-pasa-header .navigationMenu .main-menu > li:first-child > a.cms-item-title {
    padding-left: 36px !important;
  }
  body.theme-pasa-header .navigationMenu .main-menu > li:hover > a.cms-item-title {
    background: rgba(227, 30, 36, 0.08) !important;
    color: var(--pasa-red) !important;
  }
}

/* ========== Mega menü (marka → modeller): az içerikte dev beyaz alan ==========
   header.css sonunda .modeller { width:8% } tek kartı köşeye sıkıştırıyor */
@media (min-width: 1025px) {
  body.theme-pasa-header .navigationMenu .menu-item.type_mega > .submenu.mega-menu {
    padding: 14px 16px !important;
    min-height: 0 !important;
    height: auto !important;
    box-sizing: border-box;
  }
  body.theme-pasa-header .navigationMenu .mega-menu .cus {
    width: 100%;
    max-width: 100%;
  }
  body.theme-pasa-header .navigationMenu .mega-menu .row.lazy_menu_mega {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-content: flex-start !important;
    align-items: stretch !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    row-gap: 10px !important;
    column-gap: 12px !important;
    min-height: 0 !important;
  }
  body.theme-pasa-header .navigationMenu .mega-menu .modeller {
    width: auto !important;
    flex: 0 0 auto !important;
    min-width: 92px;
    max-width: 118px;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 8px;
    border-color: #e2e8f0 !important;
    box-sizing: border-box;
  }
}

/* ========== Ana sayfa slider: ortalı, görsel tam ve merkezde (kırpmadan) ========== */
/*
 * FOUC / zıplama: skeleton.css .js_carousel:not([class*=initialized]) flex + neg margin;
 * Slick "slick-initialized" ekleyince bu kurallar düşüyor = yenilemede önce sola kayıp sonra ortalanma.
 * Ayrıca grid-slider enjekte ettiği float:left karesi (tek frame) — hero için nötralize.
 */
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a .grid-slider.js_carousel:not(.slick-initialized) {
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  overflow: hidden !important;
}
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a .grid-slider.js_carousel:not(.slick-initialized) > .wrap_slide,
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a .grid-slider.js_carousel:not(.slick-initialized) > .alo-item {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a {
  padding-top: 0 !important;
  padding-bottom: 24px !important;
  background: #fff !important;
}
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a [data-wrapper-slidershow].container-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a .wrapper-slidershow,
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a .laberSlidershow {
  margin-left: auto;
  margin-right: auto;
}
/* tema slideshow.css: .laberSlidershow .wrapper-dots { position:relative } noktayı ayrı “mavi şerit” satırına düşürüyor — üste bindir */
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a .laberSlidershow {
  position: relative;
}
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a .wrapper-dots {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 14px !important;
  top: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 6;
  pointer-events: none;
}
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a .wrapper-dots .container {
  background: transparent !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a .appendDots .slick-dots {
  pointer-events: auto;
}
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a .grid-slider.js_carousel.slick-slider,
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a .slick-list {
  overflow: hidden !important;
}
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a .wrap_slide .content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  overflow: hidden !important;
}
.is-home-pasa #laber_template--18526473224477__165018826364c02d6a .content-item .image-slideshow {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Tek görsel: PC ve mobil sürümlerinden yalnız biri görünsün (ikisi flex olunca çift banner oluşuyordu) */
@media (min-width: 768px) {
  .is-home-pasa #laber_template--18526473224477__165018826364c02d6a .image_mobile {
    display: none !important;
  }
  .is-home-pasa #laber_template--18526473224477__165018826364c02d6a .image_pc {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
  }
  .is-home-pasa #laber_template--18526473224477__165018826364c02d6a .image_pc img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: min(560px, 78vh) !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
}
@media (max-width: 767px) {
  .is-home-pasa #laber_template--18526473224477__165018826364c02d6a .image_pc {
    display: none !important;
  }
  .is-home-pasa #laber_template--18526473224477__165018826364c02d6a .image_mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
  }
  .is-home-pasa #laber_template--18526473224477__165018826364c02d6a .image_mobile img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: min(480px, 70vh) !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
}

.theme-pasa-header:not(.is-home-pasa) #laber_template--18526473224477__165018826364c02d6a {
  padding-top: 0 !important;
  background: #fff !important;
}

/* ========== Marka vitrin kartları (ana sayfa) ========== */
.home-brand-spotlight {
  padding: 28px 0 8px;
  background: #fff;
}
.home-brand-card {
  position: relative;
  display: block;
  min-height: 220px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}
.home-brand-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.home-brand-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
}
.home-brand-card__body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.35;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.home-brand-card .btn-pasa {
  display: inline-block;
  background: var(--pasa-red);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}
.home-brand-card:hover .btn-pasa {
  background: var(--pasa-red-dark);
}
@media (max-width: 767px) {
  .home-brand-card {
    min-height: 200px;
  }
}

/* ========== Bölüm başlıkları (kırmızı çizgi hissi) ========== */
.is-home-pasa .laber-section .section-title,
.is-home-pasa .laber-section .wrap_title h3.section-title {
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 1.35rem !important;
  color: var(--pasa-text) !important;
}

/* ========== Mobil modern — sıkı üst şerit, alt bar, ana sayfa güven kartları ========== */
@media (max-width: 1024px) {
  body.theme-pasa-header .pasa-top-util {
    padding: 4px 0 !important;
    font-size: 12px !important;
  }
  body.theme-pasa-header .pasa-top-util__inner {
    min-height: 30px !important;
    gap: 8px 12px !important;
  }
  body.theme-pasa-header .pasa-currency-badge {
    padding: 3px 8px !important;
    font-size: 11px !important;
  }
  body.theme-pasa-header .pasa-promo-line__inner {
    padding: 6px 10px !important;
  }
  body.theme-pasa-header .pasa-promo-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
  }
  body.theme-pasa-header .pasa-promo-text strong {
    font-weight: 700 !important;
  }
  body.theme-pasa-header .pasa-tagline {
    padding: 5px 12px 6px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    text-transform: none !important;
    color: #64748b !important;
  }
  body.theme-pasa-header .pasa-sub-msg {
    border-bottom: 1px solid #e8ecf0 !important;
  }
  body.theme-pasa-header #header .header-top {
    padding-top: 8px !important;
    padding-bottom: 6px !important;
  }
  /* Üstteki sepet ikonu — alttaki FAB ile çift; mobilde gizle */
  body.theme-pasa-header .header-top-meta .box-minicart {
    display: none !important;
  }
  body.theme-pasa-header .main {
    padding-bottom: calc(62px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 1024px) {
  body.theme-pasa-header .apus-footer-mobile {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0;
    box-shadow: 0 -4px 24px rgba(15, 23, 42, 0.08);
    padding: 6px 8px calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    backdrop-filter: saturate(180%) blur(16px);
    z-index: 10020;
  }
  body.theme-pasa-header .apus-footer-mobile > ul {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 6px !important;
    max-width: 520px;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  body.theme-pasa-header .apus-footer-mobile > ul > li {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: stretch !important;
  }
  body.theme-pasa-header .apus-footer-mobile .mob-footer__menu-dupe {
    display: none !important;
  }
  body.theme-pasa-header .apus-footer-mobile > ul > li > a,
  body.theme-pasa-header .apus-footer-mobile > ul > li .mobile-navigation {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    flex: 1;
    width: 100%;
    min-height: 52px !important;
    padding: 6px 4px !important;
    border-radius: 12px !important;
    color: #475569 !important;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease;
  }
  body.theme-pasa-header .apus-footer-mobile > ul > li > a:active,
  body.theme-pasa-header .apus-footer-mobile > ul > li > a:hover {
    background: #f1f5f9 !important;
    color: #0f172a !important;
  }
  body.theme-pasa-header .apus-footer-mobile > ul > li > a > span:not(.header__counter):not(.cart-count):not(.js-total-price),
  body.theme-pasa-header .apus-footer-mobile > ul > li > a > .text {
    display: block !important;
  }
  body.theme-pasa-header .apus-footer-mobile > ul > li > a span:last-child,
  body.theme-pasa-header .apus-footer-mobile > ul > li > a > span:not(.header__counter):not(.cart-count) {
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.15 !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.theme-pasa-header .apus-footer-mobile > ul > li svg {
    width: 22px !important;
    height: 22px !important;
  }
  body.theme-pasa-header .apus-footer-mobile > ul > li .fa-whatsapp {
    font-size: 24px !important;
    line-height: 1 !important;
    color: #25d366 !important;
  }
  body.theme-pasa-header .apus-footer-mobile > ul > li > a [class^="icon-"],
  body.theme-pasa-header .apus-footer-mobile > ul > li > a .icon-user {
    font-size: 22px !important;
    line-height: 1 !important;
    color: #334155 !important;
  }
  /* Sepet: FAB yerine aynı hizada kırmızı vurgulu kutu */
  body.theme-pasa-header .apus-footer-mobile > ul > li.cart_mobile {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    position: relative !important;
  }
  body.theme-pasa-header .apus-footer-mobile > ul > li.cart_mobile > a.mini-cart.footer-mini-cart {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 52px !important;
    padding: 8px 6px !important;
    border-radius: 12px !important;
    border: 1.5px solid rgba(227, 30, 36, 0.55) !important;
    background: linear-gradient(180deg, #ffffff 0%, #fff1f1 55%, #ffe4e6 100%) !important;
    box-shadow: 0 2px 12px rgba(227, 30, 36, 0.22) !important;
    color: var(--pasa-red) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
  }
  body.theme-pasa-header .apus-footer-mobile > ul > li.cart_mobile > a.mini-cart.footer-mini-cart:hover,
  body.theme-pasa-header .apus-footer-mobile > ul > li.cart_mobile > a.mini-cart.footer-mini-cart:active {
    background: linear-gradient(180deg, #fff 0%, #fee2e2 100%) !important;
    border-color: var(--pasa-red) !important;
    color: var(--pasa-red-dark) !important;
  }
  body.theme-pasa-header .apus-footer-mobile .cart_mobile > a.mini-cart svg,
  body.theme-pasa-header .apus-footer-mobile .cart_mobile > a.mini-cart svg.pasa-mob-cart-svg {
    width: 26px !important;
    height: 22px !important;
    position: relative;
    z-index: 0;
    color: var(--pasa-red) !important;
  }
  body.theme-pasa-header .apus-footer-mobile .cart_mobile > a.mini-cart svg path {
    fill: currentColor !important;
  }
  body.theme-pasa-header .apus-footer-mobile .cart_mobile .header__counter,
  body.theme-pasa-header .apus-footer-mobile .cart_mobile .cart-count {
    position: absolute !important;
    top: 4px !important;
    left: 50% !important;
    right: auto !important;
    margin-left: 6px !important;
    transform: none !important;
    min-width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 0 4px !important;
    border-radius: 999px !important;
    background: var(--pasa-red) !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    box-shadow: 0 1px 5px rgba(227, 30, 36, 0.45);
  }
  body.theme-pasa-header .apus-footer-mobile .cart_mobile > a > span:not(.header__counter):not(.cart-count) {
    font-size: 10px !important;
    font-weight: 800 !important;
    color: var(--pasa-red-dark) !important;
    margin-top: 2px;
    letter-spacing: 0.02em;
  }

  /* Cookie consent (cookieconsent): mobil footbar z-index 10020 üstünde + bar yüksekliği kadar yukarı */
  body.theme-pasa-header .cc-window,
  body.theme-pasa-header .cc-revoke {
    z-index: 10050 !important;
  }
  body.theme-pasa-header .cc-window.cc-bottom,
  body.theme-pasa-header .cc-revoke.cc-bottom {
    bottom: calc(1em + 62px + env(safe-area-inset-bottom, 0px)) !important;
  }
  body.theme-pasa-header .cc-window.cc-banner.cc-bottom {
    bottom: calc(62px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (max-width: 767px) {
  body.is-home-pasa .home-trust-strip {
    padding: 16px 0 20px !important;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 55%) !important;
  }
  body.is-home-pasa .home-trust-row {
    row-gap: 10px !important;
    --bs-gutter-x: 10px;
  }
  body.is-home-pasa .home-trust-item {
    border-radius: 14px !important;
    border: 1px solid #e8ecf0 !important;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06) !important;
    padding: 14px 8px !important;
    min-height: 108px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  body.is-home-pasa .home-trust-icon {
    font-size: 24px !important;
    margin-bottom: 8px !important;
  }
  body.is-home-pasa .home-trust-item strong {
    font-size: 13px !important;
    margin-bottom: 4px !important;
  }
  body.is-home-pasa .home-trust-item small {
    font-size: 11px !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
