/** Shopify CDN: Minification failed

Line 9:0 Unexpected "<"
Line 235:0 Unexpected "<"

**/


<style>
  /* 1. TEMA EZİCİ SIFIRLAMALAR */
  .cm-mega-menu, .cm-mega-menu * {
    box-sizing: border-box !important;
  }
  .m-mega-menu__container.w-full {
    padding-left: 0px !important; 
    padding-right: 0px !important; 
  }
  li.m-menu__item--mega .m-mega-menu__inner {
    padding: 0 !important;
  }
  .m-mega-html {
    padding: 0 !important;
    margin: 0 !important;
  }

.cm-mega-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important; /* ÇÖZÜM BURASI: Yüksekliği serbest bırakır, içeriği sarar */
    margin: 0 auto !important;
    background: #f3f3f3 !important;
    font-family: inherit !important;
    overflow: hidden !important;
  }

  /* 3. SOL KISIM: SEKMELER (Sıkışması yasaklandı) */
  .cm-sidebar {
    flex: 0 0 22% !important; /* Genişliği zorla %22'ye sabitler */
    max-width: 22% !important;
    height: 100% !important;
    border-right: 1px solid #f0f0f0 !important;
    padding: 5px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto !important;
    background: transparent !important;
  }

  .cm-tab {
    display: flex !important;
    align-items: center !important;
    padding: 14px 24px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    color: #444 !important;
    background: transparent !important;
    flex-shrink: 0 !important;
    width: 100% !important;
  }

  .cm-tab.active, .cm-tab:hover {
    background: #f9f9f9 !important;
    color: #000 !important;
    font-weight: 600 !important;
  }

  .cm-tab-icon {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    margin-right: 16px !important;
    border-radius: 50% !important;
    background: #f5f5f5 !important;
    flex-shrink: 0 !important;
  }

  .cm-tab-text {
    flex-grow: 1 !important;
    font-size: 15px !important;
    line-height: normal !important;
  }

  .cm-tab-arrow {
    font-size: 18px !important;
    color: #999 !important;
    transition: transform 0.2s !important;
  }

  .cm-tab:hover .cm-tab-arrow {
    color: #000 !important;
    transform: translateX(3px) !important;
  }

  /* 4. SAĞ İÇERİKLER (Sıkışması yasaklandı) */
  .cm-content {
    flex: 0 0 78% !important; /* Genişliği zorla %78'e sabitler */
    max-width: 78% !important;
    height: 100% !important;
    padding: 10px 40px !important;
    padding-bottom: 30px !important;
    overflow-y: auto !important;
    background: transparent !important;
  }

  .cm-panel {
    display: none;
    animation: cmFadeIn 0.3s ease;
    width: 100% !important;
  }

  .cm-panel.active {
    display: block !important;
  }

  .cm-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 32px 24px !important;
    width: 100% !important;
  }

.cm-card {
    text-decoration: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    transition: opacity 0.3s ease !important;
    width: 100% !important;
    
    /* YENİ EKLENEN KOD: Resim yüklenene kadar çökmesini engeller */
    min-height: 180px !important; 
  }

  .cm-card:hover {
    opacity: 0.7 !important;
  }

  .cm-card img {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: contain !important;
    display: block !important;
  }

.cm-card-title {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333 !important;
  line-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  
  /* Sorunu Çözecek Eklemeler */
  text-align: center !important;
  display: block !important;
  width: 100% !important;
}
  /* PREMIUM SCROLLBAR */
  .cm-sidebar::-webkit-scrollbar,
  .cm-content::-webkit-scrollbar {
    width: 5px !important;
  }
  .cm-sidebar::-webkit-scrollbar-track,
  .cm-content::-webkit-scrollbar-track {
    background: transparent !important;
  }
  .cm-sidebar::-webkit-scrollbar-thumb,
  .cm-content::-webkit-scrollbar-thumb {
    background: #e0e0e0 !important;
    border-radius: 10px !important;
  }
  .cm-sidebar::-webkit-scrollbar-thumb:hover,
  .cm-content::-webkit-scrollbar-thumb:hover {
    background: #cccccc !important;
  }

  /* Animasyon */
  @keyframes cmFadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* Tablet Uyumluluğu */
  @media (max-width: 1024px) {
    .cm-sidebar {
      flex: 0 0 28% !important;
      max-width: 28% !important;
      padding: 16px 0 !important;
    }
    .cm-content {
      flex: 0 0 72% !important;
      max-width: 72% !important;
      padding: 24px !important;
    }
    .cm-grid {
      grid-template-columns: repeat(3, 1fr) !important;
      gap: 24px 16px !important;
    }
    .cm-tab-text {
      font-size: 14px !important;
    }
  }

  /* Mobil Gizleme */
  @media (max-width: 767px) {
    .cm-mega-menu {
      display: none !important;
    }
  }

  /* Panel geçişlerinde ani zıplamayı yumuşatmak için */
  .m-mega-menu,
  .m-mega-menu__container,
  .m-mega-menu__inner {
    transition: max-height 0.25s ease !important;
  }

  /* Fade-in animasyonu sayfa yüklendiğinde bir kez oynadıktan sonra,
   mega menü kapanma/açılma gibi olaylarla tetiklenen reflow'larda
   tekrar oynamasın diye "kilitliyoruz". */
.m-scroll-trigger.animate--fade-in-up {
  animation-fill-mode: forwards !important;
}

.m-scroll-trigger.animate--fade-in-up[data-animated="true"] {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}
</style>

/* Masaüstü görünümde header/logo alt-üst boşlukları */
.m-header__desktop .m-header__inner {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


@media screen and (min-width: 1024px) {
    .m-product-card__info {
        margin-top: 10px !important;
    }
}

.m-collection-page-header__description {
   margin-top: 0px !important; 
}



/* Mega menü kapanırken/açılırken overlay dışında ayrıca tetiklenen
     bu animasyon, çift efekt hissi yaratıyor — kapatıyoruz. */
  .m-mega-menu__container {
    animation: none !important;
  }

  /* Overlay'in tüm kontrolünü devralıyoruz — temanın kendi
     transition/animasyon mantığına karışmadan, tek elden yönetiyoruz. */
  .m-header__overlay {
    transition: none !important;
    animation: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .m-header__overlay.cm-overlay-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.35s ease !important;
    pointer-events: auto !important;
  }

  .m-mega-menu__container {
    animation: none !important;
  }

  .m-cart-drawer__link-to-cart {
    padding-bottom: 3px !important;
  }

  .m-cart-item__remove {
    padding-bottom: 2px !important;
  }


/* ============================================================
   ÜRÜN SAYFASI — DENGELİ BOŞLUK DÜZENİ (HBMODEL v3)
   8px taban ölçek: yakın öğeler 8-12px, bloklar 20px, gruplar 28px
   ============================================================ */

/* Blokların kendi rastgele boşluklarını sıfırla, tek yerden yönet */
.m-main-product .main-product__block {
  margin: 0 0 20px 0 !important;
}
.m-main-product .main-product__block:last-child {
  margin-bottom: 0 !important;
}

/* ---------- BREADCRUMB ---------- */
.main-product__block-breadcrumb .m-breadcrumb .container {
  padding: 0 !important;
  max-width: 100% !important;
}
.main-product__block-breadcrumb {
  font-size: 10px;
}
.m-breadcrumb--wrapper {
  font-size: 10px;
}
.m-breadcrumb--item {
  font-size: 14px;
}

.main-product__block.main-product__block-breadcrumb {
    margin-bottom: 5px !important;
}

 

/* ---------- BAŞLIK ---------- */
.main-product__block-title {
  margin-bottom: 8px !important;
}
.m-product-title {
  margin: 0 !important;
  line-height: 1.25 !important;
}
.product-block-group--title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

/* ---------- FİYAT ---------- */
/* Fiyat başlığa yakın, sonraki bölüme uzak: grup bitişi hissi */
.main-product__block-price {
  margin-bottom: 28px !important;
}
.main-product__block-price .m-price {
  margin: 0 !important;
}
.m-product-tax {
  margin-top: 4px !important;
  font-size: 13px;
  color: #999;
}

/* ---------- ÖLÇEK (VARYANT) ---------- */
.main-product__block-variant_picker {
  margin-bottom: 20px !important;
}
.m-product-option {
  margin: 0 !important;
}


/* ---------- MİKTAR + SEPETE EKLE ---------- */
/* Satın alma alanı görsel ağırlık merkezi: önce/sonra 28px */
.main-product__block-buy_buttons {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.m-product-form--wrapper {
  gap: 12px;
}
.m-product-form--input .m-product-option--label {
  margin-bottom: 8px !important;
  display: block;
  font-size: 13px;
}

/* ---------- ÜRÜN AÇIKLAMASI ---------- */
.custom-variant-description-wrapper {
  margin: 0 !important;
  padding-top: 20px !important;
}
.js-v-desc p {
  margin-bottom: 14px !important;
  line-height: 1.7 !important;
}
.js-v-desc ul,
.js-v-desc ol {
  margin-bottom: 14px !important;
}
.js-v-desc li {
  margin-bottom: 6px !important;
  line-height: 1.6 !important;
}
.js-v-desc p:last-child,
.js-v-desc ul:last-child {
  margin-bottom: 0 !important;
}

/* ---------- TESLİMAT BİLGİSİ ---------- */
.m-product-shipping {
  margin: 0 !important;
  padding: 14px 16px !important;
  background: #f9f9f9 !important;
  border-radius: 8px;
  list-style: none;
}
.m-product-shipping--item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.m-product-shipping--icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.m-product-shipping--content {
  flex: 1 1 auto;
}
.m-product-shipping--content p {
  margin: 0 !important;
  font-size: 13.5px;
  line-height: 1.6;
}

/* ============================================================
   MASAÜSTÜ (1024px+)
   ============================================================ */
@media screen and (min-width: 1024px) {
  .m-main-product--wrapper {
    --column-gap: 60px;
    align-items: flex-start;
  }
  .m-main-product .m-product-info--wrapper {
    max-width: 620px;
  }
  /* ---------- MASAÜSTÜ: Miktar + Sepete Ekle eşit hizada ---------- */
  #QuantityForm-template--19961023103069__main {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-end !important;
    gap: 12px !important;
    width: 100% !important;
  }
  #QuantityForm-template--19961023103069__main .m-product-form--input {
    flex: 0 0 auto !important;
    width: auto !important;
    margin-bottom: 0 !important;
  }
  #QuantityForm-template--19961023103069__main .m-quantity {
    width: 130px !important;
    height: 52px !important;
  }
  #QuantityForm-template--19961023103069__main .m-add-to-cart {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 52px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* ============================================================
   MOBİL / TABLET (1023px-)
   ============================================================ */
@media screen and (max-width: 1023px) {
  .m-main-product--media {
    margin-bottom: 20px;
  }

  .main-product__block-breadcrumb {
    margin-bottom: 0px !important;
  }
 
  .m-main-product .main-product__block {
    margin-bottom: 18px !important;
  }
  .m-main-product--media.m\:column.m\:w-full.md\:m\:w-1\/2 {
    margin-bottom: 0px !important;
}
  .main-product__block-price {
    margin-bottom: 24px !important;
  }
  .main-product__block-buy_buttons {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .m-product-title {
    font-size: 25px !important;
  }
  .main-product__block.main-product__block-breadcrumb {
    margin-bottom: 0px !important;
}
   
  .main-product__block-custom_liquid .m-product-text > div[style*="background-color: #f9f9f9"] > div:first-child {
    flex: 0 0 60px !important;
  }
  .main-product__block-custom_liquid .m-product-text div[style*="background-color: #f9f9f9"] img {
    width: 60px !important;
  }
  /* ---------- MOBİL: TSKGV kutusu rozet yanda kalsın ---------- */
  .main-product__block-custom_liquid .m-product-text > div[style*="background-color: #f9f9f9"] {
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 12px !important;
  }
  .main-product__block-custom_liquid .m-product-text > div[style*="background-color: #f9f9f9"] > div:first-child {
    flex: 0 0 60px !important;
  }
  .main-product__block-custom_liquid .m-product-text > div[style*="background-color: #f9f9f9"] > div:last-child {
    flex: 1 1 auto !important;
  }

  /* ---------- MOBİL: Miktar + Sepete Ekle arası boşluğu kıs ---------- */
  .m-product-form--wrapper {
    gap: 12px !important;
  }
  .m-product-form--input {
    margin-bottom: 0 !important;
  }
  .main-product__block-buy_buttons .m-product-form--wrapper > * {
    margin-bottom: 0 !important;
  }
  /* ---------- MOBİL: Miktar + Sepete Ekle YAN YANA ---------- */
  #QuantityForm-template--19961023103069__main {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-end !important;
    gap: 10px !important;
    width: 100% !important;
  }
  #QuantityForm-template--19961023103069__main .m-product-form--input {
    flex: 0 0 auto !important;
    width: auto !important;
    margin-bottom: 0 !important;
  }
  /* Miktar kutusunu sabit ve dar tut */
  #QuantityForm-template--19961023103069__main .m-quantity {
    width: 120px !important;
    height: 50px !important;
  }
  /* Sepete ekle butonu kalanı doldursun, aynı yükseklikte */
  #QuantityForm-template--19961023103069__main .m-add-to-cart {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 50px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}


/* ============================================================
   ÇOK DAR EKRAN (iPhone SE vb. — 430px altı)
   ============================================================ */
@media screen and (max-width: 430px) {
  /* Miktar etiketini gizle, yer açılsın */
  #QuantityForm-template--19961023103069__main .m-product-form--input .m-product-option--label {
    display: none !important;
  }

  #QuantityForm-template--19961023103069__main {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
  }

  /* Miktar kutusunu iyice dar tut */
  #QuantityForm-template--19961023103069__main .m-quantity {
    width: 100px !important;
    height: 50px !important;
  }
  #QuantityForm-template--19961023103069__main .m-product-form--input {
    flex: 0 0 auto !important;
    width: auto !important;
    margin-bottom: 0 !important;
  }

  /* Sepete ekle kalanı doldursun, yazı tek satır */
  #QuantityForm-template--19961023103069__main .m-add-to-cart {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 50px !important;
    margin-bottom: 0 !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
  }
  #QuantityForm-template--19961023103069__main .m-add-to-cart .m-add-to-cart--text {
    white-space: nowrap !important;
    font-size: 14px !important;
  }
}

/* ============================================================
   ÜRÜN AÇIKLAMA METNİ — gereksiz satır kırılmalarını temizle
   ============================================================ */
.js-v-desc,
.metafield-rich_text_field {
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
.js-v-desc p,
.metafield-rich_text_field p {
  line-height: 1.7 !important;
  margin-bottom: 12px !important;
}
/* Paragraf içindeki zorlanmış <br> satır kırılmalarını yumuşat */
.js-v-desc p br,
.metafield-rich_text_field p br {
  display: none !important;
}



@media (min-width: 992px) {
  .m-footer--middle .m-footer--block {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.m-main-product {
    margin-top: 20px;
}


.m-product-option--label {
   
    margin-bottom: 3px !important;
}


.m-product-option.m-product-option--button {
    margin-bottom: 15px !important;
}

.main-product__block.main-product__block-title {
    margin-bottom: 5px !important;
        margin-top: -10px !important;

}

.main-product__block.main-product__block-breadcrumb {
    margin-bottom: -5px !important;
    margin-top: -10px !important;
}

#main-content > div > div > div > section > div > div > div:nth-of-type(2) > section > div:nth-of-type(2) > div > button:first-of-type > span {
    color: white !important;
}
