@charset "UTF-8";

:root {
  --bs-font-sans-serif: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}


b,
strong {
  font-weight: 600 !important;
}

html {
  font-size: 100%;
}


body {
  font-family: var(--bs-font-sans-serif);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

* {
  list-style-type: none;
}


body {
  font-family: 'Montserrat', sans-serif !important;
}


.footers span {

  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1em !important;

}


/* montserrat/montserrat-regular - latin-ext_latin */

[data-barba="wrapper"] {
  /* Örnek olarak tüm ekranın yüksekliğinin en az %100’ünü kaplasın */
  min-height: 100vh !important;

  /* İsterseniz diğer stilleri de ekleyebilirsiniz */
}


.dddiv {
  display: flex !important;
  align-items: center;
  /* Dikey hizalama */


}


.starst {
  margin-top: 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
  color: #374151;
}

/* === Urun karti yildiz puanlama: sayisal puan + yildiz + adet (mp-rating) ===
   Yerlesim detay sayfasi (.starst) ile tutarli: puan SOLDA. inline-flex +
   trailing <br/> ile mevcut kart akisini bozmaz. Yildiz kartta kucultulur;
   detay sayfasi (.starst .Stars) ETKILENMEZ. */
.mp-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;                /* puan-yildiz bir tik yakin */
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 100%;
}

.mp-rating-num {
  font-weight: 800;
  font-size: 0.95rem;      /* gaze batsin: biraz daha buyuk + 800 */
  color: #1f2937;
  font-variant-numeric: tabular-nums;
  flex: 0 0 auto;
}

.mp-rating .Stars {
  --star-size: 1.3em;
  flex: 0 0 auto;
  position: relative;
  top: -2px;               /* Times ★ glifini metin merkezine cek: 4.9 VE (adet) birlikte hizalanir */
}

.mp-rating-count {
  font-size: 0.78rem;
  color: #6b7280;
  flex: 0 0 auto;
  margin-left: 6px;        /* yildizlardan bir tik uzak (gap 2px + 6px) */
}

/* Mobil 2-kolon: rating satiri dar karta sigsin (cok yorumda "(1250)" tasmasin).
   Yildiz boyutu + letter-spacing + font + bosluklar kuculur; detay sayfasi (.starst) etkilenmez. */
@media (max-width: 575.98px) {
  .mp-rating { gap: 1px; }
  .mp-rating-num { font-size: 0.8rem; }
  .mp-rating .Stars { --star-size: 1.02em; top: -1px; }
  .mp-rating .Stars::before { letter-spacing: 1px; }
  .mp-rating-count { font-size: 0.68rem; margin-left: 3px; }
}
/* Cok dar telefonlar (<=360px): bir tik daha kucult (4-haneli yorum sayisi da sigsin) */
@media (max-width: 360px) {
  .mp-rating { gap: 0; }
  .mp-rating-num { font-size: 0.72rem; }
  .mp-rating .Stars { --star-size: 0.88em; }
  .mp-rating .Stars::before { letter-spacing: 0.5px; }
  .mp-rating-count { font-size: 0.62rem; margin-left: 2px; }
}

.ProductPageBrand {
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #4b5563;
}

.ProductPageBrand a {
  color: #0d6efd !important;
  font-weight: 600;
  text-decoration: none;
}

.ProductPageBrand a:hover {
  text-decoration: underline;
}



.faq-a {

  text-align: left !important;
  margin-top: 1em;

}

.faq-question {

  border-width: 0px !important;
  border-radius: 0.2em;
  margin-top: 1em;
  background: linear-gradient(135deg, #5e5e5e0b, #fff6eb50) !important;


}

.starsandcomment {
  padding: 18px;
  margin: 10px 10px 10px 10px;
  background: white;
  border-color: #181e28;
  border-width: 1px;
  min-height: 40px;
  border-radius: 1em;
  border: solid #e9ecef;
}

.onlycomment {

  border-top: solid #e9ecef;
  border-width: 50%;
  padding-top: 10px;
  min-height: 20px;
}





.ddsvg {
  display: inline-block;
  width: 1.4em;
  /* Adjust as needed */
  height: auto;
  /* Adjust as needed */
  margin-left: 5px;
  /* Space between the h2 and the SVG */
  margin-right: 2em;
  /* Space between the h2 and the SVG */
}


.breadcrumb-item.active {

  color: black !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.breadcrumb-item {

  font-size: calc(1em);
}

.breadcrumb {

  /*
	font-size:calc(10em) !important;

  */

}



.sizing h3 {
  margin-top: 10px;
  color: black;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 600;

}

.sizing p,
span,
li {
  margin-top: 0px !important;

}



.card-img-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
}

.card img {
  transform: scale(1);
  transition: transform .4s ease-in-out;
}

/* Hover'da sadece hedef ölçek */
.card:hover img {
  transform: scale(1.1);
}

/* (İsteğe bağlı) Taşma gizleme */
.card .card-img-wrap {
  overflow: hidden;
}




.card-body-product {


  flex: 1 1 auto;
  color: var(--bs-card-color);
  padding: 0 !important;
  margin-top: 0 !important;


}




.IndexProducts .card-body {

  padding: 0 !important;
  margin-bottom: -1em !important;

}




.alert-container {
  background: linear-gradient(to right, #3b82f6, #06b6d4) !important;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: white;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  z-index: 12;
  display: none;
}



.alert {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  padding: 20px 0 20px 0 !important;
  /* margin: 0 25% 0 25%; */
  font-size: 1em;
  color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.alert a,
.alert a:visited,
.alert a:hover,
.alert a:focus,
.alert a:active {
  color: #fff !important;
  /* beyaz */
  text-decoration: none;
  /* istersen kaldır: none */
}



.owl-slide-title {

  color: black !important;

}

.ExplanationText {

  font-family: 'Montserrat', sans-serif;
  white-space: pre-line;
  font-size: 1em;
  color: black !important;

}

.fuseSearch {

  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  font-weight: 400;

}



@keyframes animateCircle {
  40% {
    transform: scale(10);
    opacity: 1;
    fill: #DD4688;
  }

  55% {
    transform: scale(11);
    opacity: 1;
    fill: #D46ABF;
  }

  65% {
    transform: scale(12);
    opacity: 1;
    fill: #CC8EF5;
  }

  75% {
    transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .5;
  }

  85% {
    transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .2;
  }

  95% {
    transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: .1;
  }

  100% {
    transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0;
  }
}

@keyframes animateHeart {
  0% {
    transform: scale(0.2);
  }

  40% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animateHeartOut {
  0% {
    transform: scale(1.4);
  }

  100% {
    transform: scale(1);
  }
}

#simpleToast {

  z-index: 999;
  /* Add a z-index if needed */
  visibility: show;
  /* Hidden by default. Visible on click */
  /*min-width: 250px;  Set a default minimum width */
  margin-left: -100px;
  /* Divide value of min-width by 2 */
  background-color: #32ff32;
  /* Background color */
  color: #fff;
  /* White text color */
  text-align: left;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  font-weight: 600;
  /* left: 90%; Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */


}



.bi-balloon-heart {
  text-shadow: 0px 0px 1px #E30A17, 0px 0px 1px #E30A17;

  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #E30A17;

  fill: #E30A17;
  color: #E30A17;

  @media screen and (min-width: 575px) {
    margin: 0px 2em 0px 2em;
    height: 50px;
  }


}






a:link,
a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

a.btn-primary,
a.btn-success,
a.btn-danger,
a.btn-warning,
a.btn-info {
  color: white;
}

a.btn-outline-primary {
  color: #0d6efd;
}

a.btn-outline-danger {
  color: #dc3545;
}

a.btn-outline-secondary {
  color: #6c757d;
}

a.btn-outline-success {
  color: #198754;
}


/* Kategori accordion buton hizalama */
.mp-cat-acc-btn .mp-cat-acc-label {
  flex: 1;
  text-align: left;
}

.mp-cat-acc-btn .badge {
  flex-shrink: 0;
  min-width: 36px;
  text-align: center;
  font-size: 0.78rem;
  padding: 4px 8px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: 0;
}

.mp-cat-acc-btn.accordion-button::after {
  margin-left: 12px !important;
}

#mainCategoryContainerAccordion .accordion-button:not(.collapsed),
.mp-cat-acc-btn.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: inherit;
  box-shadow: none;
}

#mainCategoryContainerAccordion .accordion-button:focus,
.mp-cat-acc-btn.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, .125);
}

/* Global focus indicator — klavye navigasyonu icin */
:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}








.loading-screen {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background: radial-gradient(circle at 50% 120%, #ffffff, #ebebeb);
  /*
  background: linear-gradient(90deg, #ff3434, #ef4d4d);
  background-image:linear-gradient(0deg, rgba(236,0,0,1) 0%, rgba(255,159,0,1) 39%, rgba(255,187,10,1) 77%, rgba(0,212,255,0) 100%);*/
  width: 100%;
  height: 100%;
  transform: scaleY(0) skewX(0);
  transform-origin: top left;
}


.loading-screen2 {
  position: fixed;
  pointer-events: none;
  background-color: #FFF6ED;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}



/* Main Css End */




/* Slider Begin */

:root {
  --main-white-color: white;
  --main-black-color: black;
}





/* CLS onleme: slider yuklenene kadar alan ayir */
.main_slider {
  overflow: hidden;
}

/* Owl init oncesi: sadece ilk slide gorunsun, alt alta siralanmasin */
.bb2:not(.owl-loaded)>*:not(:first-child) {
  display: none !important;
}

.main_slider .owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.main_slider .owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.main_slider .owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.main_slider .owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.main_slider .owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}


.main_slider .owl-carousel .owl-nav {
  position: absolute;
}

.main_slider .owl-carousel .owl-dots {
  position: static;
}

.owl-slide img {
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-height: auto;
}




.main_slider .owl-carousel .owl-dots .owl-dot,
.main_slider .owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.main_slider .owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.main_slider .owl-carousel .owl-dots .owl-dot:hover span,
.main_slider .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.main_slider .owl-carousel .owl-nav {
  left: 1%;
  top: 1%;
  margin: 0;
}

.main_slider .owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.main_slider .owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.main_slider .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}


@media screen and (max-width: 575px) {





  .mbcc-dropdown {
    left: -70px !important;
  }

  .dropdown-item a {
    display: block;
    padding: .3rem 0rem;

  }

  .dropdown-list {
    padding: .5rem 0.5rem !important;
  }

  .breadcrumb-item {

    font-size: 0.6em;
  }

  .fuseSearch {

    font-family: 'Montserrat', sans-serif;
    font-size: 1em !important;
    font-weight: 400;

  }

  .main_slider .owl-carousel .owl-nav {
    position: relative;
    left: 0%;
    top: 10%;
    margin: 0;
  }

  .main_slider .owl-carousel .owl-nav svg {
    width: 12px;
    height: 12px;
  }
}

/* Slider End */


#contact-img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}


#contact img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}

.contact p {

  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1em;

  margin-top: -0.5em;


}

.IndexPage h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4em;

}

.contact h1 {

  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.2em;

}

.contact li {

  margin-top: 2em;

}

#about p,
h1,
h2,
li {

  font-family: 'Montserrat', sans-serif;

}



#brands h1 {

  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;

}

#referances h1 {

  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;

}





.bbb_slider .owl-carousel .owl-item img {
  width: auto;
  height: 100%;
}


.bbb_slider.owl-carousel .owl-stage {
  display: flex;
}

.bbb_slider .IndexProducts {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
}

.bbb_slider .productid {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  width: 100%;
}



.IndexProducts.owl-card {
  height: 100%;
  bottom: 0;
  margin: 0 10px;
  padding: 0;

}

.informationclass {
  display: inline-block;
  white-space: pre-wrap !important;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem !important;
  line-height: 1.7;
  color: #374151;
  word-break: break-word;
}

/* --- Ürün Açıklaması Kart --- */
.mp-desc-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
}

.mp-desc-card h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.15rem !important;
  color: #1f2937 !important;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 12px;
  margin-top: 0 !important;
  margin-bottom: 16px;
}

.mp-desc-card h2 .material-icons {
  font-size: 1.3rem;
  color: #0d6efd;
}

/* Ikon heading metnine sizmasin (SEO/GEO/a11y): ikon h2 DISINDA, .mp-desc-head wrapper'da.
   Boylece h2.textContent temiz ("Urun Aciklamasi") ama gorsel (ikon + tam-genislik alt cizgi) ayni kalir. */
.mp-desc-head {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 12px;
  margin: 0 0 16px;
}

.mp-desc-head .material-icons {
  font-size: 1.3rem;
  color: #0d6efd;
}

.mp-desc-head h2 {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0 !important;
  display: block;
}

/* --- Spec Grid --- */
.mp-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mp-spec-section {
  grid-column: 1 / -1;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 0 0;
  margin-top: 4px;
  border-top: 1px solid #e5e7eb;
}

.mp-spec-section:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.mp-spec-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  background: #f9fafb;
  border-radius: 8px;
  font-size: 0.9rem;
}

.mp-spec-label {
  color: #6b7280;
  font-weight: 500;
}

.mp-spec-value {
  color: #1f2937;
  font-weight: 600;
}

/* --- Meta Bar --- */
.mp-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 12px 16px;
  background: #f0f9ff;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #374151;
  margin-top: 16px;
}

.mp-meta-bar span {
  white-space: nowrap;
}

/* --- Devamını Oku --- */
.mp-desc-content.collapsed {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}

.mp-desc-content.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}

.mp-desc-content.expanded {
  max-height: none;
  overflow: visible;
}

.mp-read-more {
  display: block;
  width: 100%;
  padding: 10px;
  background: none;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #0d6efd;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  font-size: 0.9rem;
  transition: background 0.2s;
}

.mp-read-more:hover {
  background: #f0f9ff;
}

@media (max-width: 576px) {
  .mp-spec-grid {
    grid-template-columns: 1fr;
  }

  .mp-desc-card {
    padding: 16px;
  }

  .mp-meta-bar {
    flex-direction: column;
    gap: 6px;
  }
}

.card-img-wrap {
  overflow: hidden;
  position: relative;
}


.stock.red {

  color: #E30A17;

}

.stock.green {

  color: green;

}

.card-img-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 1s;
}



.card-img-wrap img {

  max-height: 25em;
  width: 100%;
  object-fit: contain !important;
  height: auto;
  background: #fff;
  /* “letterbox” alanlar temiz dursun */
  display: block;

}



.sizing p {

  padding: 0px;
  margin: 0px;

}





.products {


  /*font-family: 'Montserrat', sans-serif;	
	font-weight: 400;
	font-size: 13px;*/



}



.products a:link {
  font-family: 'Montserrat', sans-serif;
  color: #0D47A1;
  text-decoration: none;

}

.productPage a:link,
.card-brand a:link,
.products a:link {
  font-family: 'Montserrat', sans-serif;
  color: #0d6efd;
  text-decoration: none;
  font-weight: 600;

}


/* visited link */

.productPage a:visited,
.products a:visited {

  color: #0d6efd;
  text-decoration: none;

}

/* mouse over link */
.productPage a:hover {

  color: #0b5ed7;
  text-decoration: none;
}

/* selected link */
.productPage a:active {

  color: #0d6efd;
  text-decoration: none;
}

.productid p {

  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #181e28;

}

.productPage {
  font-family: 'Montserrat', sans-serif;
}

.productPage .ProductInformation {
  margin-top: 16px;
}

.productPage .ProductInformation>.col-md-7 {
  padding-left: 28px;
}

@media (max-width: 767px) {
  .productPage .ProductInformation>.col-md-7 {
    padding-left: 12px;
    margin-top: 20px;
  }
}


.products h2 {

  margin: 0;

  padding: 0;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  color: #181e28;

}


.productPage h1 {
  margin: 0 0 6px 0;
  padding: 0;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75em;
  color: #111827;
  line-height: 1.3;
  letter-spacing: -0.01em;
}



.productPageImage {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.schema-faq-code :is(h2, h3) {

  margin: 0 !important;
  padding: 0 !important;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em !important;
  color: #181e28 !important;

}

/* linear-gradient(135deg, #3b82f6, #06b6d4) border-box;*/


.pricetaglist {
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px 22px 16px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.Bfwfs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.Bfwfs a {
  color: rgb(37, 150, 102) !important;
}

.Bfwfs img {
  height: 50px;
  width: auto;
}

/* Her bir iç bölümün ortalanmış görünmesi için */
.Bfwfs>div {
  text-align: center;
  flex: 1;
  /* Her bölümün esnek bir şekilde büyümesini sağlar, bu da daha dengeli bir görünüm yaratır. */
  min-width: 10px;
  /* Öğelerin çok fazla küçülmesini engeller. */

}



.Bfwfs>.pricetag {
  min-width: 150px !important;
}

.icp {
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;


}

.icps {
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;


}


.productPage h2:not(.mp-desc-card h2) {

  margin-top: 1em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em !important;
  color: #007bff;

}


.productPage h3 {

  margin-top: 1em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em !important;
  color: #222222 !important;

}



.products h1 {

  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  color: #181e28;

}

.card-brand {
  z-index: 2;
  position: relative;
}

/* "MARKA" etiketi: gorsel kalir ama DOM metninden cikar (SEO/GEO boilerplate temizligi).
   Google CSS ::before content'ini indekslemez -> kelime frekansi/AI gurultusu azalir;
   marka adi (link metni) gercek icerik olarak kalir. .productid span stiliyle ayni gorunum. */
.card-brand::before {
  content: "MARKA";
  display: block;
  font-size: 0.7em;
  opacity: 0.5;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #181e28;
}

/* ===== Kart overlay butonlari: kalp (sag-ust) + sepet (sag-alt) — Hepsiburada tarzi.
   .card position:relative (Bootstrap); butonlar z-index:4 ile stretched-link ustunde tiklanir. ===== */
.mp-card-like{position:absolute;top:10px;right:10px;z-index:4;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:rgba(255,255,255,.95);box-shadow:0 2px 6px rgba(0,0,0,.18);cursor:pointer;padding:0;transition:transform .12s,background .15s}
.mp-card-like:hover{transform:scale(1.08);background:#fff}
.mp-card-like:active{transform:scale(.94)}
.mp-card-like svg{width:20px;height:20px;fill:none;stroke:#6b7280;stroke-width:1.8;transition:fill .15s,stroke .15s}
.mp-card-like.is-liked svg{fill:#e0245e;stroke:#e0245e}
.mp-card-like:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(13,110,253,.35)}
.mp-card-cart{position:absolute;right:10px;bottom:10px;z-index:4;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e2e5e9;border-radius:11px;background:#f3f4f6;color:#374151;box-shadow:0 1px 3px rgba(0,0,0,.12);cursor:pointer;padding:0;transition:transform .12s,background .15s,border-color .15s}
.mp-card-cart:hover{transform:scale(1.06);background:#e5e7eb;border-color:#cbd1d8}
.mp-card-cart:active{transform:scale(.94)}
.mp-card-cart svg{width:22px;height:22px;fill:none;stroke:#374151;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mp-card-cart .mp-qac-ok{display:none}
.mp-card-cart.mp-qac-success{background:#16a34a;border-color:#16a34a}
.mp-card-cart.mp-qac-success svg{stroke:#fff}
.mp-card-cart.mp-qac-success .mp-qac-cart{display:none}
.mp-card-cart.mp-qac-success .mp-qac-ok{display:block}
.mp-card-cart:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(107,114,128,.45)}
/* sepet butonu OLAN kartlarda footer'a SIMETRIK padding: marka ORTADA kalir, buton sag boslukta oturur (cakismaz) */
.card:has(.mp-card-cart) .card-footer{padding-left:54px;padding-right:54px}
@media (max-width:575.98px){
  .mp-card-like{width:32px;height:32px;top:8px;right:8px}
  .mp-card-like svg{width:18px;height:18px}
  .mp-card-cart{width:38px;height:38px;right:8px;bottom:8px}
  .mp-card-cart svg{width:18px;height:18px}
  .card:has(.mp-card-cart) .card-footer{padding-left:46px;padding-right:46px}
}

a.card-block,
a.card-block:hover {
  color: inherit;

}

div.card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
  --bs-card-border-width: 0 !important;


}

div.h-100 {
  --bs-card-border-radius: 1rem !important;
}


div .card-header:first-child {
  border-radius: var(--bs-card-border-radius) !important;
}

div.card:hover {

  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: box-shadow 0.3s ease-in-out;



}

.card:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;

  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
}





.productid h2 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #181e28;
}



.card-title {
  margin: 0;
  padding: 0;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1em !important;
  color: #181e28;
}




.productid span {
  font-size: 0.7em;
  opacity: 0.5;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7em;
  color: #181e28;
}

.morebold {

  margin: 10px !important;
  padding: 0;
  display: inline-block;
  margin-top: 0.2em !important;
  margin-bottom: 0.2em !important;
  letter-spacing: 0px !important;
  line-height: 1.2;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1em !important;
  color: #181e28 !important;
  opacity: 1 !important;

}

.productid {
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}


/*footer begin*/

.footers,
.footers li {

  font-family: 'Montserrat', sans-serif;

  font-size: 1em;

}

.footers span {

  font-family: 'Montserrat', sans-serif;


}






.footers a {
  color: #696969;
  text-decoration: none;
  font-size: 1em;

}

.footers p,
.footers li {
  color: #696969;
}

.footers ul {
  line-height: 30px;
}

#social-fb:hover {
  color: #3B5998;
  transition: all .001s;
}

#social-tw:hover {
  color: #4099FF;
  transition: all .001s;
}

#social-gp:hover {
  color: #d34836;
  transition: all .001s;
}

#social-em:hover {
  color: #f39c12;
  transition: all .001s;
}



.footer {


  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  padding: 1rem 0rem 1rem 0;
  z-index: 7;
  background: var(--color-white);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;

}

/*footer end*/


/*Ref Style */



.referances {
  padding: 5% 0px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;



}

.brands {

  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;



}

.card-wrap {
  margin: 1%;
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}

.card-wrap:hover .card-info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.card-wrap:hover .card-info p {
  opacity: 1;
}

.card-wrap:hover .card-info,
.card-wrap:hover .card-info p {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.card-wrap:hover .card-info:after {
  -webkit-transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.card-wrap:hover .card-bg {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.8;
}

.card-wrap:hover .card2 {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 40px 5px, white 0 0 0 1px, rgba(255, 255, 255, 0.66) 0 30px 60px 0, inset white 255 0 0 5px, inset white 0 0 0 6px;
}

.brands .card-wrap:hover .card2 {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 40px 5px, white 0 0 0 1px, rgba(255, 255, 255, 0.66) 0 30px 60px 0, inset white 255 0 0 5px, inset white 0 0 0 6px;
}

.card2 {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 0 240px;
  width: 180px;
  height: 180px;

  background-color: white;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset white 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);

}

.brands .card2 {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 0 240px;
  width: 240px;
  height: 240px;
  margin: 10px 10px;


  background-color: white;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset white 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);

}

.card-bg {
  opacity: 0.9;
  position: absolute;
  top: center;
  left: center;
  width: 100%;
  height: 100%;




  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
}

/*
.card-info {
	
  padding: 20px;
  position: absolute;
  bottom: 0;
  color: #fff;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  -webkit-transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}


*/


/*
.card-info p {
  opacity: 0;
  text-shadow: black 0 2px 3px;
  -webkit-transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-info * {
  position: relative;
  z-index: 1;
}
.card-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-blend-mode: overlay;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.card-info h1 {
  font-family: "Playfair Display";
  font-size: 18px;
  font-weight: 600;
	text-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px;
}
*/


@media only screen and (max-width: 600px) {


  .productPage h1 {
    font-size: 1.35em;
    margin-bottom: 4px;
  }

  .Bfwfs>.pricetag {
    min-width: 150px !important;
  }

  .icp {
    font-weight: 400 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8em !important;
  }

  .icps {
    font-weight: 400 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2em !important;

  }




  .card-wrap {
    margin: 1%;
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    cursor: pointer;
  }

  .card2 {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    width: 300px;
    height: 300px;
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset white 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
    -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

  .brands .card2 {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    width: 300px;
    height: 300px;
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset white 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
    -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

  .card-bg {
    opacity: 0.8;
    position: absolute;
    top: -10px;
    left: -15px;
    width: 90%;
    height: 90%;
    padding: 20px;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    pointer-events: none;
  }

  body {
    background-color: #f5f5f5;
  }


}



/*Ref Style End */


/* ============================================================
   Referanslar v2 — SSR kart sistemi (JS'siz, SEO/GEO odakli)
   Eski .card-wrap/.card2 siniflari markalar sayfasinda kullanildigi
   icin DOKUNULMADI; bu blok yalnizca referanslar sayfasi icindir.
   ============================================================ */

.ref2-wrap {
  font-family: "Montserrat", sans-serif;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 14px 40px;
}

/* Giris / E-E-A-T metni */
.ref2-intro {
  max-width: 860px;
  margin: 6px auto 8px;
  text-align: center;
  color: #3a4753;
  line-height: 1.75;
}

.ref2-intro p {
  margin: 0 0 12px;
  font-size: 1.02rem
}

.ref2-intro strong {
  color: #181e28
}

/* Guven seridi */
.ref2-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 22px auto 34px;
}

.ref2-stat {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 14px;
  padding: 12px 22px;
  text-align: center;
  min-width: 120px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
}

.ref2-stat b {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0d6efd;
  line-height: 1.1
}

.ref2-stat span {
  font-size: .78rem;
  color: #7b8794;
  letter-spacing: .2px
}

/* Hizli bolge gezinme */
.ref2-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 38px;
}

.ref2-nav a {
  font-size: .82rem;
  font-weight: 600;
  text-decoration: none;
  color: #0d6efd;
  background: #eef4ff;
  border: 1px solid #dbe7fb;
  border-radius: 30px;
  padding: 6px 14px;
  transition: background .2s, color .2s;
}

.ref2-nav a:hover,
.ref2-nav a:focus {
  background: #0d6efd;
  color: #fff
}

/* Bolge bolumu */
.ref2-region {
  margin: 0 0 46px;
  scroll-margin-top: 90px
}

.ref2-region__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 1.32rem;
  color: #181e28;
  margin: 0 0 18px;
}

.ref2-region__title:after {
  content: "";
  flex: 1;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(to right, #e3e9f0, transparent);
}

.ref2-region__count {
  font-size: .74rem;
  font-weight: 700;
  color: #fff;
  background: #0d6efd;
  border-radius: 24px;
  padding: 3px 11px;
  flex: 0 0 auto;
}

/* Kart izgarasi */
.ref2-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  gap: 18px;
}

.ref2-card {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ref2-card:hover,
.ref2-card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(13, 110, 253, .12);
  border-color: #cfe0fb;
}

.ref2-card__logo {
  position: relative;
  aspect-ratio: 16/10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #fbfcfe;
}

.ref2-card__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ref2-stars {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: .7rem;
  font-weight: 700;
  color: #b8860b;
  background: rgba(255, 255, 255, .92);
  border: 1px solid #f0e3c2;
  border-radius: 20px;
  padding: 2px 8px;
  letter-spacing: 1px;
}

.ref2-card__body {
  padding: 13px 15px 15px;
  border-top: 1px solid #f2f4f6;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}

.ref2-card__name {
  font-size: .97rem;
  font-weight: 700;
  color: #181e28;
  margin: 0;
  line-height: 1.32;
}

.ref2-card__loc {
  font-size: .82rem;
  color: #6b7785;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ref2-card__loc svg {
  flex: 0 0 auto;
  opacity: .7
}

.ref2-card__links {
  margin-top: auto;
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.ref2-link {
  font-size: .78rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 9px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: background .2s, transform .15s;
}

.ref2-link:hover {
  transform: translateY(-1px)
}

.ref2-link--map {
  background: #eef4ff;
  color: #0d6efd;
  border: 1px solid #dbe7fb
}

.ref2-link--map:hover {
  background: #dde9fd
}

.ref2-link--web {
  background: #0d6efd;
  color: #fff !important
}

.ref2-link--web:hover {
  background: #0b5ed7
}

.ref2-link svg {
  flex: 0 0 auto
}

@media only screen and (max-width:600px) {
  .ref2-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px
  }

  .ref2-card__logo {
    padding: 12px;
    aspect-ratio: 16/9
  }

  .ref2-card__name {
    font-size: .88rem
  }

  .ref2-card__body {
    padding: 11px 12px 12px;
    gap: 7px
  }

  .ref2-link {
    font-size: .72rem;
    padding: 6px 9px
  }

  .ref2-region__title {
    font-size: 1.12rem
  }

  .ref2-stat {
    padding: 10px 16px;
    min-width: 96px
  }

  .ref2-stat b {
    font-size: 1.25rem
  }
}

/* Uzun sayfada ekran disi bolgelerin ilk boyama maliyetini dusur */
.ref2-region {
  content-visibility: auto;
  contain-intrinsic-size: auto 480px
}

/* SSS (FAQ) */
.ref2-faq {
  margin: 46px 0 10px
}

.ref2-faq__item {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 12px;
  padding: 0 16px;
  margin: 0 0 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
}

.ref2-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 15px 28px 15px 0;
  position: relative;
  font-weight: 700;
  font-size: .96rem;
  color: #181e28;
}

.ref2-faq__item summary::-webkit-details-marker {
  display: none
}

.ref2-faq__item summary:after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 400;
  color: #0d6efd;
  transition: transform .2s;
}

.ref2-faq__item[open] summary:after {
  content: "–"
}

.ref2-faq__item p {
  margin: 0;
  padding: 0 0 16px;
  color: #4a5763;
  font-size: .9rem;
  line-height: 1.7;
}

.ref2-faq__item a {
  color: #0d6efd
}

/* Referanslar v2 End */

/* === PRODUCT PAGE — Price & Trust === */
.mp-price-label {
  font-size: 0.75rem;
  color: #9ca3af;
  font-weight: 600;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mp-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 0;
  margin-bottom: 0;
}

.mp-price-left {
  flex: 1;
  min-width: 140px;
}

.mp-price-main {
  font-size: 2.4rem;
  font-weight: 600;
  color: #111827;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.mp-price-unit {
  font-size: 0.82rem;
  color: #3b82f6;
  margin-top: 4px;
  font-weight: 500;
}

/* === Action Bar (Favori / Paylas / WhatsApp) === */
.mp-action-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.mp-action-secondary {
  display: flex;
  gap: 8px;
}

.mp-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  color: #9ca3af;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.mp-action-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.mp-action-btn span {
  display: none;
}

/* Like button — red on hover/active */
.mp-action-btn.clickLikeButton:hover {
  border-color: #ef4444;
  color: #ef4444;
  background: #fef2f2;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.12);
}

.mp-action-btn.clickLikeButton[style*="red"],
.mp-action-btn.clickLikeButton.liked {
  border-color: #ef4444;
  color: #ef4444;
  background: #fef2f2;
}

/* Share button — blue on hover */
.mp-action-btn:not(.clickLikeButton):hover {
  border-color: #3b82f6;
  color: #3b82f6;
  background: #eff6ff;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.12);
}

.mp-action-btn:active {
  transform: scale(0.92);
}

/* WhatsApp CTA — pill with text */
.mp-wa-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  height: 40px !important;
  padding: 0 16px !important;
  border-radius: 50px !important;
  background: #25d366 !important;
  color: #fff !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.25);
}

.mp-wa-btn span {
  line-height: 1 !important;
  display: inline-block !important;
  margin: 0 !important;
}

.mp-wa-btn svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

.mp-wa-btn:hover {
  background: #22c55e;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transform: translateY(-1px);
  color: #fff !important;
}

.mp-wa-btn:active {
  transform: scale(0.95);
  box-shadow: 0 1px 4px rgba(37, 211, 102, 0.3);
}

/* Trust bar */
.mp-trust-bar {
  display: flex;
  justify-content: space-around;
  padding: 16px 0 4px;
  border-top: 1px solid #f0f1f3;
  margin-top: 16px;
}

.mp-trust-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 0.85rem;
  color: #4b5563 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.mp-trust-item span {
  line-height: 1.2 !important;
}

.mp-trust-item svg,
.mp-trust-item i {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  margin: 0 !important;
}

.mp-trust-item:hover {
  color: #3b82f6;
}

.mp-trust-item:hover svg {
  transform: translateY(-1px);
}

/* === Guven rozetleri: hover/focus popover (musteri sayfadan ayrilmaz) === */
.mp-trust-item {
  position: relative;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mp-trust-item .mp-trust-pop {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  max-width: 78vw;
  background: #1f2937;
  color: #fff !important;
  text-align: left;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  padding: 11px 13px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease;
  z-index: 70;
}

.mp-trust-item .mp-trust-pop strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.82rem;
  font-weight: 700 !important;
  color: #fff !important;
}

.mp-trust-item .mp-trust-pop::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: #1f2937;
}

/* Kenar ogeler: popover ekran disina tasmasin diye hizala */
.mp-trust-item:first-child .mp-trust-pop {
  left: 0;
  transform: none;
}
.mp-trust-item:first-child .mp-trust-pop::after {
  left: 24px;
  margin-left: 0;
}
.mp-trust-item:last-child .mp-trust-pop {
  left: auto;
  right: 0;
  transform: none;
}
.mp-trust-item:last-child .mp-trust-pop::after {
  left: auto;
  right: 24px;
  margin-left: 0;
}

/* Goster: hover (masaustu) + focus (mobil dokunma & klavye) */
.mp-trust-item:hover .mp-trust-pop,
.mp-trust-item:focus .mp-trust-pop,
.mp-trust-item:focus-within .mp-trust-pop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mp-trust-item:focus {
  outline: none;
}
.mp-trust-item:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .mp-trust-item .mp-trust-pop {
    width: 220px;
    max-width: 90vw;
    font-size: 0.72rem !important;
    padding: 9px 11px;
  }
  .mp-trust-item .mp-trust-pop strong {
    font-size: 0.76rem;
  }
}

/* Urun sayfasi fiyat karti + guven bari: ≤768 (tek-kolon mobil) VE 768-991 (2-kolon TABLET,
   sag bilgi kolonu ~380px = mobil genisligi) ayni kompakt davranisi alir → fiyat tek satir,
   action-bar kompakt, guven ikonlari sigar. (Eski ≤768 idi; tablet araligi bozuluyordu.) */
@media (max-width:991.98px) {
  .mp-price-main {
    font-size: 1.7rem;
  }

  .mp-price-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .mp-price-left {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mp-price-main {
    font-size: clamp(1.35rem, 6vw, 1.7rem);  /* dar ekranda kucul → "1,872.00 TL" TEK SATIR (butonlarla cakismaz) */
    margin-bottom: 0;
    line-height: 1;
    white-space: nowrap;                      /* fiyat asla "1,872.00" / "TL" diye kirilmaz */
  }

  .mp-price-unit {
    margin-top: 2px;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .mp-action-bar {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    flex-shrink: 0 !important;
  }

  .mp-action-btn {
    width: 36px;
    height: 36px;
  }

  .mp-action-btn svg {
    width: 16px;
    height: 16px;
  }

  .mp-wa-btn {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: 0.72rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 100px !important;
    align-self: center !important;
    line-height: 1 !important;
    gap: 6px !important;
  }

  .mp-wa-btn span {
    margin-top: 1px !important;
    /* Visual nudge for perfect baseline */
    line-height: 1 !important;
  }

  .mp-wa-btn svg {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }

  .mp-trust-bar {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 4px !important;
    padding: 12px 0 !important;
    border-top: 1px solid #f0f1f3 !important;
  }

  .mp-trust-item {
    font-size: 9px !important;
    flex: 1 !important;
    min-width: 0 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4px !important;
  }

  .mp-trust-item span {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.2 !important;
  }

  .mp-trust-item svg {
    width: 18px;
    height: 18px;
  }

  .pricetaglist {
    padding: 14px 12px 10px;
  }

  .productPage,
  .ProductInformation,
  .heading-container {
    background-color: #fff !important;
  }

  body {
    background-color: #fff !important;
  }
}

/* === Inline shipping note (pricetaglist icinde) === */
.mp-shipping-inline {
  display: flex !important;
  align-items: center;
  gap: 8px;
  background: #eef6ff;
  border: 1px solid #d6e6ff;
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 12px;
  font-size: 0.88rem;
  color: #1e40af;
  overflow: visible;
}

.mp-shipping-inline svg {
  flex: 0 0 auto;
}

/* Return policy inline */
.mp-return-policy {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0 0;
  font-size: 0.8rem;
  color: #6b7280;
}

.mp-return-policy svg {
  flex: 0 0 auto;
  color: #9ca3af;
}

.mp-return-policy a {
  color: #3b82f6;
  font-weight: 500;
  text-decoration: none;
}

.mp-return-policy a:hover {
  text-decoration: underline;
}

/* === END Price & Trust === */

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;

  background-color: #F1F6F4;
}

.cookie-consent-banner__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 32px;
}

.cookie-consent-banner__copy {
  margin-bottom: 16px;
}

.cookie-consent-banner__actions {}

.cookie-consent-banner__header {
  margin-bottom: 8px;

  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #838F93;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 130px;
  padding: 11px 13px;

  border-radius: 2px;

  background-color: #2CE080;

  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
  padding: 9px 13px;

  border: 2px solid #3A4649;

  background-color: transparent;

  color: #2CE080;
}

.cookie-consent-banner__cta:hover {
  background-color: #20BA68;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838F93;

  background-color: transparent;

  color: #22C870;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}



.CategoryExp H2,
H3 {
  margin-top: 0.2em !important;
  margin-bottom: 0.2em !important;

}

.CategoryExp H3 {
  color: black;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em !important;
  font-weight: 600 !important;

}

.CategoryExp H2 {
  color: black;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  font-weight: 600;

}

:root {
  --bs-font-sans-serif: 'Montserrat', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mp-text: 16px;
  /* taban metin */
  --mp-lh-tight: 1.25;
  --mp-lh-normal: 1.5;
  --mp-lh-loose: 1.65;
}

html {
  font-size: 100%;
}

/* 16px */
body {
  font-family: var(--bs-font-sans-serif);
  font-size: var(--mp-text);
  line-height: var(--mp-lh-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.faq-question h2 {

  margin-top: 0 !important;
  font-size: 1.2em !important;
  color: #333;
}

.card-header {

  background-color: rgb(252, 252, 252);

}


.express-shipping {
  background: linear-gradient(135deg, #ce6bff50, #eea35250);
  border-radius: 8px;
  padding: 12px;
  margin-top: 10px;
  color: #333;
  font-size: 13px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  justify-items: center;
}

.freeshipping {
  background: linear-gradient(135deg, #3b82f6, #06b6d4) !important;
  border-radius: 12px;
  padding: 14px 18px;
  margin-top: 14px;
  color: white !important;
  font-size: 0.95em;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: 1.5;
}

.freeshippingheader {
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.notinstock {
  background: linear-gradient(135deg, #ff6262, #ff4040);
  border-radius: 8px;
  padding: 12px;
  margin-top: 10px;
  color: white !important;
  font-size: 1em !important;
  text-align: center;
  align-items: center;
  display: flex;
  font-size: 1em;
  justify-content: center;
  justify-items: center;

  .notinstockheader {
    color: white !important;
    font-size: 1.4em;

  }
}



.notfreeshipping {
  background: linear-gradient(135deg, #ef4444, #f43f5e);
  border-radius: 12px;
  padding: 14px 18px;
  margin-top: 14px;
  color: white !important;
  font-size: 0.92em !important;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
}


.express-shipping img {
  height: 2.4em;
  background: white;
  border-radius: 3px;
  padding: 2px 4px;
  margin-left: 0.5vw;
}



.express-shipping span {
  font-weight: 400;
  font-size: 1rem;
  margin-left: 0.5vw;
}


:root {

  --mbc-background-light: #f6f7f8;
  --mbc-text-light: #000;
  --mbc-dropdown-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.mbcc-nav {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

.mbcc-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: .8rem;
  font-weight: 600;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 6;
}

.mbcc-item {
  position: relative;
  display: inline-block;
}

.mbcc-item>input[type="radio"],
#close-all-dropdowns {
  display: none;
}

.mbcc-label {
  display: flex;
  align-items: center;
  gap: .25rem;
  padding: .2rem .2rem;
  border-radius: .375rem;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s;
  position: relative;
  z-index: 2;
}

.mbcc-link {
  color: var(--mbc-primary-color);
  text-decoration: none;
}

.mbcc-link:hover {
  background-color: var(--mbc-hover-light);
}

.expand-icon,
.expand-icon2 {
  font-size: 1rem;
  transition: transform .3s ease;
  transform-origin: center;
}

/* radio açıkken ikon dönüşleri SENDEKİ GİBİ */
.mbcc-item>input[type="radio"]:checked~.label-open .expand-icon {
  transform: rotate(90deg);
}

.mbcc-item>input[type="radio"]:checked~.label-open .expand-icon2 {
  transform: rotate(180deg);
}

/* ▼▼▼ KAYMAYI ÖNLEYEN HİLE ▼▼▼
   - .label-open HER ZAMAN görünür (layout sabit)
   - .label-close SADECE AÇIKKEN üste binen saydam klik katmanı (reset’i tetikler)
*/
.label-open {
  display: flex;
}

.label-close {
  position: absolute;
  inset: 0;
  display: none;
  /* kapalıyken yok */
  opacity: 0;
  /* görünmez; ama tıklanır */
  z-index: 3;
  /* açıkken .label-open’ın üstünde */
  cursor: pointer;
}

.mbcc-item>input[type="radio"]:checked~.label-close {
  display: block;
}

/* DROPDOWN */
.mbcc-dropdown {
  left: 0;
  /* -2rem yerine sıfırdan başlat */
  right: 0;
  /* sağdan sınır koy */
  width: auto;
  /* sabit 15rem yerine */
  max-width: calc(100vw - 32px);
  /* kenarlardan 16px boşlukla sığdır */
  min-width: 150px;
  margin-inline: 0px;
  /* estetik boşluk */
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -2rem;
  margin-top: .5rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: var(--mbc-dropdown-shadow);
  z-index: 5;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #3b82f6, #06b6d4) border-box;
  border: 1.4px solid transparent;
  border-radius: 10px;
  transform: translateY(-10px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s;
}

.mbcc-item>input[type="radio"]:checked~.mbcc-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-list {
  padding: .5rem 0;
  margin: 0;
  list-style: none;
  font-size: .875rem;
  color: var(--mbc-text-light);
}

.dropdown-item a {
  display: block;
  padding: .3rem 0.5rem;
  color: inherit;
  text-decoration: none;
}

.dropdown-item a:hover {


  background-image: linear-gradient(135deg, rgb(59, 130, 246), #06b6d4);
  box-shadow: 0 4px 7px 0 rgba(59, 130, 246, 0.1);

  color: white;

}






.separator {
  color: rgba(0, 0, 0, .5);
}

.home-icon-link {
  padding: .5rem;
  border-radius: .375rem;
  display: flex;
  align-items: center;
}

.reset-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: none;
}

.mbcc-list:has(input[type="radio"]:checked) .reset-overlay {
  display: block;
}

.mbcc-label:focus,
.mbcc-label:active,
.mbcc-label:focus-visible {
  outline: none;
  background-color: transparent !important;
}

/* mobil cihazlardaki tıklama parlamasını da kapat */
.mbcc-label {
  -webkit-tap-highlight-color: transparent;
}

/* Açık olan breadcrumb label'ı (checked) için mavi arkaplanı kapat */
.mbcc-item>input[type="radio"]:checked~.mbcc-label {
  background-color: transparent !important;
}

/* Hover olduğunda bile açık olanlarda renk göstermesin */
.mbcc-item>input[type="radio"]:checked~.mbcc-label:hover {
  background-color: transparent !important;
}


.dropdown-list {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.dropdown-item a {
  display: block;
  white-space: normal;
  /* satır içinde taşmasın, aşağıya kaysın */
  word-wrap: break-word;
  /* uzun kelimeleri böl */
  overflow-wrap: break-word;
  /* modern tarayıcılar için */
  max-width: 100%;
  /* kutuyu aşmasın */
}



/* Alt kategori chip'leri (kompakt wrap) */
.mp-sc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 0 8px;
}

a.mp-sc-chip,
a.mp-sc-chip:link,
a.mp-sc-chip:visited,
a.mp-sc-chip:hover,
a.mp-sc-chip:active {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  min-height: 44px;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: #fff;
  border-radius: 22px;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}

a.mp-sc-chip:hover {
  opacity: 0.85;
}


.mp-sc-count {
  background: rgba(255, 255, 255, 0.25);
  padding: 1px 7px;
  border-radius: 10px;
  font-size: 0.75rem;
}

.categoryhlist {

  margin-top: -10px;
  color: white !important;
  font-size: 1em !important;
  letter-spacing: 0.05em;


}


.card-footer {


  background-color: #5e5e5e0b !important;
}


/* Animasyonun gerçekleşeceği alanı tanımlar */
.animation-container {
  width: 100%;
  /* Konteynerin genişliği sayfanın tamamı */
  height: auto;
  /* Konteynerin yüksekliği, SVG'ye uygun ayarlayın */
  position: relative;
  /* İçindeki mutlak konumlandırılmış öğeler için referans noktası */
  overflow: hidden;
  /* Konteynerin dışına çıkan öğeleri gizler */
}

/* Animasyon uygulanacak SVG elemanı */
#animated-trolley {
  position: relative;
  /* Konteyner içinde serbestçe hareket etmesi için */
  top: 25px;
  /* Dinlenme konumu (animasyon zamaninin %95'i zaten burada gecirilyordu) */
  left: 1%;
  /* Dikey olarak ortalamak için */
  transform: translateY(-50%);
  /* Dikey hizalamayı tam yapmak için */

  /*
     PERF: 'left' anime eden scrollAndPause animasyonu kaldirildi.
     'left' bir layout property oldugu icin her frame'de reflow tetikliyor
     ve mobilde (4x CPU) main-thread'i mesgul ediyordu (TBT). Trolley zaten
     surenin %95'inde left:1%'te sabit duruyordu; gorsel kayip minimal,
     reflow yuku sifir. Slide-in/out gerekirse GPU-dostu transform
     (translateX, translateY(-50%) ile birlesik) kullanilmali.
  */
}


/* Old .more / fade-mask system removed — replaced by .mp-reviews-toggle in inline CSS */


/* Firefox */
.quantity-input[type="number"] {
  -moz-appearance: textfield;
}

/* Genel (destekleyen tarayıcılar) */
.quantity-input {
  appearance: textfield;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mpodeme-rounded-xl {
  border-radius: 0.75rem;
}

.mpodeme-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}

.mpodeme-info-label,
.mpodeme-info-value {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
}

.mpodeme-info-label {
  color: var(--bs-secondary-color, #6c757d);
  flex-basis: 120px;
  flex-shrink: 0;
  text-align: right;
}

.mpodeme-info-value {
  color: var(--bs-body-color, #212529);
  text-align: left;
  word-break: break-word;
}


.mpodeme-info-list>.mpodeme-info-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
  align-items: center;
}

.mpodeme-info-list>.mpodeme-info-item:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

.mpodeme-copy-btn-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.mpodeme-copy-btn {
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}

.mpodeme-value-container {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-start;
}

/* Adres listesi ikonları */
.mpodeme-contact-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.mpodeme-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

.mpodeme-contact-list li svg {
  flex-shrink: 0;
  margin-top: 2px;
  fill: var(--bs-secondary-color, #6c757d);
}

.mpodeme-contact-list li svg[height="32"] {
  width: 28px;
}

.mpodeme-contact-list li svg[height="24"] {
  width: 24px;
}

.mpodeme-contact-list li svg[height="36"] {
  width: 36px;
}

/* Mobil Cihazlar İçin Düzeltme */
@media (max-width: 575.98px) {
  .mpodeme-info-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .mpodeme-info-label {
    flex-basis: auto;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 400;
  }

  .mpodeme-value-container {
    width: 100%;
    justify-content: space-between;
  }

  .mpodeme-info-value {
    font-size: 0.95rem;
    word-break: break-all;
    padding-right: 8px;
  }
}


/* --- Product Gallery Styles --- */
.product-gallery-wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.main-image-container {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 0;
  aspect-ratio: 1 / 1;
}

.main-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: zoom-in;
}

/* Hover Zoom */
.main-image-container:hover img {
  transform: scale(1.08);
}

/* Thumbs Strip */
.gallery-thumbs-container {
  width: 100%;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}

.gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-top: 10px;
  padding-bottom: 4px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
}

.gallery-thumbs::-webkit-scrollbar {
  height: 5px;
}

.gallery-thumbs::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 4px;
}

.thumb-item {
  flex: 0 0 72px;
  height: 72px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.65;
  transition: all 0.2s ease;
  background: #fafafa;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb-item:hover {
  opacity: 1;
  border-color: #b0b0b0;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.thumb-item.active {
  opacity: 1;
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
  transform: translateY(-1px);
}

/* Mobilde gallery boyutlandirma */
@media (max-width: 575px) {
  .product-gallery-wrapper {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .main-image-container {
    aspect-ratio: 1 / 1;
    max-height: none;
    border-radius: 0;
    margin-bottom: 10px;
  }

  .thumb-item {
    flex: 0 0 60px;
    height: 60px;
  }

  .gallery-thumbs-container {
    margin-top: 8px;
    padding-top: 8px;
  }
}

/* --- Lightbox Styles --- */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox-overlay.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 12px 80px;
}

#lightboxMainImg {
  max-width: 96vw;
  max-height: calc(100vh - 170px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
  transition: opacity 0.25s ease;
  -webkit-user-select: none;
  user-select: none;
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 28px;
  cursor: pointer;
  z-index: 100000;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.lightbox-thumbs-wrapper {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.lightbox-thumbs-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 4px;
  max-width: 90vw;
  scrollbar-width: thin;
  scrollbar-color: #555 transparent;
  -webkit-overflow-scrolling: touch;
}

.lightbox-thumb-item {
  flex: 0 0 64px;
  height: 64px;
  border: 2.5px solid rgba(255, 255, 255, 0.2);
  opacity: 0.5;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.lightbox-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lightbox-thumb-item:hover {
  opacity: 0.85;
  border-color: rgba(255, 255, 255, 0.5);
}

.lightbox-thumb-item.active {
  border-color: #fff;
  opacity: 1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

@media (max-width: 576px) {
  .lightbox-content {
    padding: 50px 8px 90px;
  }

  #lightboxMainImg {
    max-width: 100vw;
    max-height: 60vh;
    border-radius: 8px;
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
  }

  .lightbox-thumb-item {
    flex: 0 0 56px;
    height: 56px;
  }

  .lightbox-thumbs-wrapper {
    bottom: 12px;
  }
}

/* =========================================
   SKELETON SCREENS — Barba.js Transitions
   ========================================= */
@keyframes mp-shimmer {
  0% {
    background-position: -600px 0;
  }

  100% {
    background-position: 600px 0;
  }
}

.mp-skel-wrap {
  display: none;
  padding: 1.5rem 0;
  min-height: 60vh;
}

.mp-skel-wrap.active {
  display: block;
}

.mp-skel {
  background: #e5e7eb;
  background-image: linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 40%, #e5e7eb 80%);
  background-size: 600px 100%;
  animation: mp-shimmer 1.4s infinite linear;
  border-radius: 8px;
}

/* — Grid row helper — */
.mp-skel-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 12px;
}

/* — Type: HOME (hero + grid) — */
.mp-skel-hero {
  height: 320px;
  border-radius: 12px;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .mp-skel-hero {
    height: 180px;
  }
}

/* — Type: GRID (product cards) — */
.mp-skel-card {
  flex: 0 0 calc(25% - 0.75rem);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mp-skel-card-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
}

.mp-skel-card-line {
  height: 14px;
  border-radius: 4px;
}

.mp-skel-card-line.w70 {
  width: 70%;
}

.mp-skel-card-line.w40 {
  width: 40%;
}

.mp-skel-card-line.w55 {
  width: 55%;
}

@media (max-width: 768px) {
  .mp-skel-card {
    flex: 0 0 calc(50% - 0.5rem);
  }
}

/* — Subtitle placeholder — */
.mp-skel-title {
  height: 28px;
  width: 220px;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.mp-skel-title.lg {
  height: 36px;
  width: 320px;
}

/* — Type: DETAIL (product page) — */
.mp-skel-detail {
  display: flex;
  gap: 2rem;
  padding: 0 12px;
}

.mp-skel-detail-img {
  flex: 0 0 50%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  max-height: 500px;
}

.mp-skel-detail-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mp-skel-detail-info .line {
  height: 16px;
  border-radius: 4px;
}

.mp-skel-detail-info .line.title {
  height: 28px;
  width: 80%;
}

.mp-skel-detail-info .line.brand {
  height: 14px;
  width: 30%;
}

.mp-skel-detail-info .line.price {
  height: 32px;
  width: 35%;
  margin-top: 8px;
}

.mp-skel-detail-info .line.desc {
  height: 14px;
  width: 90%;
}

.mp-skel-detail-info .line.desc2 {
  height: 14px;
  width: 75%;
}

.mp-skel-detail-info .line.btn {
  height: 48px;
  width: 60%;
  border-radius: 8px;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .mp-skel-detail {
    flex-direction: column;
  }

  .mp-skel-detail-img {
    flex: none;
    width: 100%;
    max-height: 300px;
    aspect-ratio: auto;
    height: 280px;
  }
}

/* — Type: SEARCH (sidebar + grid) — */
.mp-skel-search {
  display: flex;
  gap: 1.5rem;
  padding: 0 12px;
}

.mp-skel-sidebar {
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mp-skel-sidebar .bar {
  height: 16px;
  border-radius: 4px;
}

.mp-skel-sidebar .bar.full {
  width: 100%;
}

.mp-skel-sidebar .bar.w80 {
  width: 80%;
}

.mp-skel-sidebar .bar.w60 {
  width: 60%;
}

.mp-skel-sidebar .block {
  height: 40px;
  border-radius: 6px;
  width: 100%;
}

.mp-skel-search-grid {
  flex: 1;
}

@media (max-width: 768px) {
  .mp-skel-search {
    flex-direction: column;
  }

  .mp-skel-sidebar {
    flex: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .mp-skel-sidebar .bar {
    flex: 0 0 calc(50% - 4px);
  }

  .mp-skel-sidebar .block {
    flex: 0 0 100%;
    height: 36px;
  }
}

/* — Type: CHECKOUT (cart items + form) — */
.mp-skel-checkout {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 12px;
  max-width: 800px;
  margin: 0 auto;
}

.mp-skel-checkout .item-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.mp-skel-checkout .item-img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  flex-shrink: 0;
}

.mp-skel-checkout .item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mp-skel-checkout .item-text .bar {
  height: 14px;
  border-radius: 4px;
}

.mp-skel-checkout .form-block {
  height: 44px;
  border-radius: 6px;
  width: 100%;
}

.mp-skel-checkout .form-row {
  display: flex;
  gap: 12px;
}

.mp-skel-checkout .form-row .form-block {
  flex: 1;
}

.mp-skel-checkout .btn-block {
  height: 52px;
  border-radius: 8px;
  width: 100%;
  margin-top: 8px;
}

/* — Type: TEXT (static pages) — */
.mp-skel-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 12px;
  max-width: 900px;
  margin: 0 auto;
}

.mp-skel-text .line {
  height: 16px;
  border-radius: 4px;
}

.mp-skel-text .line.full {
  width: 100%;
}

.mp-skel-text .line.w90 {
  width: 90%;
}

.mp-skel-text .line.w75 {
  width: 75%;
}

.mp-skel-text .line.w60 {
  width: 60%;
}

.mp-skel-text .line.w40 {
  width: 40%;
}

.mp-skel-text .gap {
  height: 20px;
}

/* — Type: GALLERY (brands/references) — */
.mp-skel-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 12px;
}

.mp-skel-gallery-item {
  flex: 0 0 calc(25% - 0.75rem);
  aspect-ratio: 4/3;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .mp-skel-gallery-item {
    flex: 0 0 calc(50% - 0.5rem);
  }
}

/* =========================================
   MOBILE BOTTOM NAVIGATION
   ========================================= */
.mp-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(56px + env(safe-area-inset-bottom, 0px));
  display: none;
  align-items: flex-start;
  z-index: 1040;
  background: #fff;
  border-top: 1px solid #E5E5EA;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

@media (max-width: 767px) {
  .mp-bottom-nav {
    display: flex !important;
  }

  .mp-bottom-nav.mp-bottom-nav-hidden {
    display: none !important;
  }

  body.has-bottom-nav {
    padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
  }
}

/* Nav item */
.mp-bnav-item {
  flex: 1;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none !important;
  color: #636366;
  font-family: -apple-system, 'SF Pro Text', 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.01em;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  padding: 4px 0;
  min-width: 0;
  min-height: 48px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  transition: color 0.2s ease;
  text-align: center;
}

.mp-bnav-item:hover,
.mp-bnav-item:focus {
  text-decoration: none !important;
  color: #636366;
}

/* Icon wrapper — 64px wide for pill */
.mp-bnav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 32px;
  position: relative;
}

/* Pill indicator behind icon */
.mp-bnav-pill {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: transparent;
  transition: background 0.25s ease;
  z-index: 0;
}

/* SVG icons */
.mp-bnav-item svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.5;
  position: relative;
  z-index: 1;
}

.mp-bnav-item:active svg {
  transform: scale(0.92);
}

/* Filled icons hidden by default */
.mp-bnav-item .ico-fill {
  display: none;
}

.mp-bnav-item .ico-out {
  display: block;
}

/* ---- ACTIVE STATE ---- */
.mp-bnav-item.active {
  color: #007AFF;
}

.mp-bnav-item.active .mp-bnav-pill {
  background: transparent;
}

.mp-bnav-item.active .ico-out {
  display: none;
}

.mp-bnav-item.active .ico-fill {
  display: block;
}

.mp-bnav-item.active svg {
  stroke: #007AFF;
}

.mp-bnav-item.active .mp-bnav-label {
  font-weight: 600;
  color: #1c1c1e;
}

/* Label */
.mp-bnav-label {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 64px;
}

/* Cart badge */
.mp-bnav-badge {
  position: absolute;
  top: 0;
  right: 6px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: #FF3B30;
  color: #fff;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 600;
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 2;
}

/* Universal Font-Weight Fix as requested (700/800 -> 600) */
h1,
h2,
h3,
h4,
h5,
.price,
.productPageTitle,
strong,
b,
.bold {
  font-weight: 600 !important;
}

[style*="font-weight: 700"],
[style*="font-weight: 800"],
[style*="font-weight: bold"],
.mp-wa-btn span,
.mp-trust-item,
.mp-price-main {
  font-weight: 600 !important;
}

.mp-bnav-badge.show {
  display: flex;
}

/* is-transitioning: disable interactions during Barba page swap */
html.mp-transitioning,
html.mp-transitioning a,
html.mp-transitioning button {
  pointer-events: none !important;
}

/* ============================================================
   AI Yorum Özeti Kartı (productpage)
   Hepsiburada tarzı: özet metni + yıldız dağılım grafiği + AI disclaimer
   ============================================================ */
.mp-ai-summary-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  margin: 16px 0 20px;
  color: #1f2937;
  position: relative;
  overflow: hidden;
}

.mp-ai-summary-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);
}

.mp-ai-summary-content {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 24px;
  align-items: start;
}

@media (max-width: 768px) {
  .mp-ai-summary-card {
    padding: 16px;
  }

  .mp-ai-summary-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.mp-ai-summary-text-wrap {
  min-width: 0;
}

.mp-ai-summary-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.mp-ai-summary-spark {
  color: #6366f1;
  flex-shrink: 0;
}

.mp-ai-summary-text {
  font-size: 14px;
  line-height: 1.65;
  color: #374151;
  margin-bottom: 12px;
}

.mp-ai-summary-disclaimer {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #6366f1;
  background: #eef2ff;
  padding: 6px 10px;
  border-radius: 16px;
  font-style: italic;
  line-height: 1.4;
}

.mp-ai-summary-disclaimer svg {
  flex-shrink: 0;
  opacity: 0.75;
}

/* Yıldız dağılım grafiği */
.mp-rating-dist {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 16px;
}

.mp-rating-dist-header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f3f4f6;
}

.mp-rating-dist-avg {
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
}

.mp-rating-dist-header .Stars {
  flex-shrink: 0;
}

.mp-rating-dist-total {
  width: 100%;
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}

.mp-rating-dist-bars {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mp-rating-dist-row {
  display: grid;
  grid-template-columns: 28px 1fr 36px;
  gap: 8px;
  align-items: center;
  font-size: 12px;
}

.mp-rating-dist-star {
  color: #6b7280;
  font-weight: 600;
  text-align: right;
}

.mp-rating-dist-bar {
  background: #f3f4f6;
  border-radius: 4px;
  height: 8px;
  overflow: hidden;
}

.mp-rating-dist-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  border-radius: 4px;
  transition: width 0.4s ease;
  min-width: 0;
}

.mp-rating-dist-count {
  color: #6b7280;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* ============================================================
   Sepete Ekle buton yukseklik kilidi (mobil)
   Mobilde "Sepete Ekle" 2 satira sariyor (~70px), "Ekleniyor..." tek satir
   (~41px) -> buton yuklenirken kuculup buyuyordu. Yuksekligi sabitleyip
   icerigi ortalayarak bu ziplamayi engelliyoruz. Sadece dar ekran (phone).
   ============================================================ */
@media (max-width: 575px) {
  #addSubmitBtn {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/* ============================================================
   KOLEKSIYON SISTEMI — dinamik landing sayfalari (koleksiyon.php)
   + anasayfa bento bolumu (index.php "Koleksiyonlar")
   ============================================================ */

/* --- Koleksiyon sayfasi --- */
.mp-collection-page {
  padding-top: 8px;
}

.mp-collection-hero {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: #3f6b43;
  background-size: cover;
  background-position: center;
  color: #fff;
  margin: 8px 0 22px;
  min-height: 230px;
  display: flex;
  align-items: center;
}

.mp-collection-hero.theme-green {
  background-color: #3f6b43;
}

.mp-collection-hero.theme-beige {
  background-color: #b9ab90;
}

.mp-collection-hero.theme-slate {
  background-color: #4b5563;
}

.mp-collection-hero.theme-amber {
  background-color: #c08a37;
}

.mp-collection-hero-inner {
  padding: 34px 38px;
  max-width: 640px;
}

.mp-collection-hero h1 {
  color: #fff;
  font-weight: 800;
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
  line-height: 1.15;
  margin: 0 0 10px;
}

.mp-collection-hero-sub {
  font-size: clamp(.95rem, 1.6vw, 1.15rem);
  opacity: .95;
  margin: 0 0 18px;
}

.mp-collection-cta {
  display: inline-block;
  background: #f0a868;
  color: #3a2c12;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  transition: transform .15s, background .15s;
}

.mp-collection-cta:hover {
  background: #e8995a;
  transform: translateY(-1px);
  color: #3a2c12;
}

.mp-collection-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0 0 14px;
  font-size: .9rem;
}

.mp-collection-intro {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #333;
  max-width: 900px;
  margin: 0 0 26px;
}

.mp-collection-intro p {
  margin: 0 0 12px;
}

.mp-collection-products-title {
  font-weight: 800;
  margin: 8px 0 18px;
  scroll-margin-top: 90px;
}

.mp-collection-body {
  font-size: 1rem;
  line-height: 1.75;
  color: #333;
  max-width: 900px;
  margin: 30px 0;
}

.mp-collection-body h2 {
  font-weight: 800;
  font-size: 1.4rem;
  margin: 26px 0 12px;
}

.mp-collection-body h3 {
  font-weight: 700;
  font-size: 1.15rem;
  margin: 20px 0 10px;
}

.mp-collection-body ul {
  padding-left: 1.2rem;
}

.mp-collection-body li {
  margin: 6px 0;
}

/* --- Anasayfa bento bolumu --- */
.mp-collections-section {
  margin: 26px 0 8px;
}

.mp-collections-bento {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.mp-bento-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 170px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-color: #3f6b43;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.mp-bento-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05) 30%, rgba(0, 0, 0, .55) 100%);
}

.mp-bento-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}

.mp-bento-card.theme-green {
  background-color: #3f6b43;
}

.mp-bento-card.theme-beige {
  background-color: #b9ab90;
}

.mp-bento-card.theme-slate {
  background-color: #4b5563;
}

.mp-bento-card.theme-amber {
  background-color: #c08a37;
}

.mp-bento-inner {
  position: relative;
  z-index: 1;
  padding: 18px 20px;
  width: 100%;
}

.mp-bento-title {
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.15;
  margin: 0;
  color: #fff;
}

.mp-bento-card.is-feature {
  grid-column: 1 / -1;
  min-height: 220px;
}

.mp-bento-card.is-feature .mp-bento-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.mp-bento-sub {
  margin: 8px 0 0;
  font-size: .95rem;
  opacity: .95;
  max-width: 420px;
}

.mp-bento-cta {
  display: inline-block;
  margin-top: 14px;
  background: #f0a868;
  color: #3a2c12;
  font-weight: 700;
  padding: 9px 22px;
  border-radius: 26px;
  font-size: .92rem;
}

@media (min-width: 992px) {
  .mp-collections-bento {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, minmax(210px, 1fr));
  }

  .mp-bento-card:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  /* feature (buyuk sol) */
  .mp-bento-card:nth-child(2) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  /* sag-ust 1 */
  .mp-bento-card:nth-child(3) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
  }

  /* sag-ust 2 */
  .mp-bento-card:nth-child(4) {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
  }

  /* sag-alt genis */
  .mp-bento-card.is-feature {
    min-height: auto;
  }
}

/* === Begendiklerim (favoriler) kart -- Barba-safe (eski inline style buraya tasindi) === */
.mp-fav-card{flex-direction:column}
.mp-fav-card .card-img-wrap{flex:0 0 auto}
.mp-fav-card .card-footer{margin-top:0}
.mp-fav-card .mp-fav-action{margin-top:auto;padding:8px 14px 12px}
.mp-fav-card .mp-fav-img-link,.mp-fav-card .mp-fav-title-link{display:block;text-decoration:none;color:inherit}
.mp-fav-card .mp-fav-title-link:hover .mp-fav-title{color:#0d6efd}
.mp-fav-card .mp-fav-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em;line-height:1.2;margin:10px 0 4px!important}
.mp-fav-card .mp-fav-price-row{margin:0 0 4px}
.mp-fav-card .mp-quick-add-cart{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:46px;padding:10px 12px;border:1px solid #0d6efd;border-radius:10px;background:#0d6efd;color:#fff;font:600 .9rem/1 'Montserrat',sans-serif;white-space:nowrap;cursor:pointer;appearance:none;transition:background-color .15s,box-shadow .15s,transform .1s}
/* KRITIK: .productid span{font-size:.7em;opacity:.5} mp-qac-label'i ezmesin diye ozel override -- silme */
.mp-fav-card .mp-quick-add-cart .mp-qac-label{font-size:.9rem;font-weight:600;opacity:1;color:#fff;margin:0}
.mp-fav-card .mp-qac-svg{flex-shrink:0;width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mp-fav-card .mp-qac-svg .mp-qac-ok{display:none;stroke-width:2.5}
.mp-fav-card .mp-quick-add-cart:hover{background:#0b5ed7;border-color:#0b5ed7;box-shadow:0 4px 12px rgba(13,110,253,.28)}
.mp-fav-card .mp-quick-add-cart:active{background:#0a58ca;border-color:#0a58ca;transform:translateY(1px)}
.mp-fav-card .mp-quick-add-cart:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(13,110,253,.35)}
.mp-fav-card .mp-quick-add-cart:disabled{opacity:.65;cursor:not-allowed}
.mp-fav-card .mp-quick-add-cart.mp-qac-success{background:#16a34a;border-color:#16a34a}
.mp-fav-card .mp-quick-add-cart.mp-qac-success .mp-qac-cart{display:none}
.mp-fav-card .mp-quick-add-cart.mp-qac-success .mp-qac-ok{display:block}
@media (max-width:360px){.mp-fav-card .mp-quick-add-cart{font-size:.85rem;padding:10px 8px;gap:6px}
}

/* === Begendiklerim: yildiz + birim fiyat (ppg) standart kart hizalama ===
   Yeniden tanimlama YOK: .Stars, .mp-rating, .ppg(.bold inline), .morebold zaten mevcut;
   sadece favoriler baglamina hizalama/override. */

/* --- Yildiz: cfoot icinde sola hizali, baslik ile fiyat arasi nefes --- */
.mp-fav-card .cfoot .mp-rating{display:inline-flex;margin:2px 0 6px}

/* --- Fiyat: .morebold global margin:10px!important favoride kompaktligi bozuyor; override --- */
.mp-fav-card .mp-fav-price-row{margin:0 0 2px}
.mp-fav-card .mp-fav-price-row .mp-fav-price{margin:0!important;display:inline-block;font-size:1.05em!important;color:#181e28!important}

/* --- ppg (birim fiyat): standart kart gorunumu; kompakt, ikincil --- */
.mp-fav-card .cfoot .ppg{margin:0 0 8px;line-height:1.2}
.mp-fav-card .cfoot .ppg .bold{font-size:.82rem;font-weight:600!important}

/* yildiz YOKSA (AVGRating<=3) baslik->fiyat arasi cok yapismasin: fiyat satirina ust bosluk garanti */
.mp-fav-card .cfoot .mp-fav-title + .mp-fav-price-row,
.mp-fav-card .cfoot .mp-fav-title-link + .mp-fav-price-row{margin-top:2px}

/* =========================================================
   MOBIL IKON-ONLY BUTON (kart yogunlastigi 2-kolon esigi)
   ========================================================= */
@media (max-width:575.98px){
  .mp-fav-card .mp-quick-add-cart .mp-qac-label{display:none}
  .mp-fav-card .mp-quick-add-cart{gap:0;padding:10px 8px}      /* ikon ortali, full-width tap-target korunur (min-height:46px>=44pt) */
  .mp-fav-card .mp-qac-svg{width:20px;height:20px}             /* ikon-only'de bir tik buyuk -> gorunur */
  .mp-fav-card .cfoot .ppg .bold{font-size:.78rem}             /* dar ekranda ppg bir tik kucul */
  .mp-fav-card .cfoot .mp-rating{margin:1px 0 5px}
}

/* prefers-reduced-motion: buton transition'i zaten kisa; reduced'da kapat */
@media (prefers-reduced-motion:reduce){
  .mp-fav-card .mp-quick-add-cart{transition:none}
}

/* ============================================================
   INDIRIM GOSTERIMI — Fiyat Etiketi Yonetmeligi Md.11 (son 14 gunun en dusugu)
   productpage.php + liste kartlari (urunler/kategoriler/ara/index) ortak stiller.
   ============================================================ */
.mp-price-was {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
  flex-wrap: wrap;
}
.mp-price-old {
  font-size: 0.95rem;
  color: #98a1ad;                 /* eski fiyat NOTR GRI + ustu cizili (kart sistemiyle tutarli; eski #d10f0f kirmizi) */
  text-decoration: line-through;
}
.mp-discount-badge {
  position: relative;            /* popover icin */
  display: inline-block;
  background: #e6f4ea;           /* yesil tema (kazanc) */
  color: #137333;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
  cursor: help;
}
.mp-price-main--sale {
  color: #137333;                /* indirimli (guncel) fiyat YESIL */
}
/* %X indirim rozeti popover'i (hover/focus/tap ile acilir) */
.mp-discount-pop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 60;
  display: none;
  width: max-content;
  max-width: 280px;
  background: #fff;
  color: #555;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: normal;
  text-align: left;
  padding: 10px 12px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}
.mp-discount-badge:hover .mp-discount-pop,
.mp-discount-badge:focus .mp-discount-pop,
.mp-discount-badge:focus-within .mp-discount-pop {
  display: block;
}
.mp-price-legal {
  font-size: 0.72rem;
  color: #8a8a8a;
  line-height: 1.4;
  margin-top: 4px;
}
/* ============================================================
   YAPISKAN ALT BAR (#addtocart2 .topdown) — INDIRIM GOSTERIMI (mobil)
   Base/topdown stilleri navbar1008.css'te; burada SADECE indirim
   alt-ogeleri + indirimli durumda yesil fiyat. CSS GLOBAL, markup
   productpage.php .topdown blogunda uretilir.
   ============================================================ */
.td-oldline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 1px;
  line-height: 1;
}
.td-old {
  font-size: 0.8rem;
  font-weight: 600;
  color: #98a1ad;                 /* eski fiyat NOTR GRI + ustu cizili (in-page kart ile tutarli) */
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  line-height: 1;
  letter-spacing: 0;
}
.td-badge {
  display: inline-flex;
  align-items: center;
  background: #137333;            /* yesil pill */
  color: #fff;
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2px;
  padding: 2px 7px;
  border-radius: 999px;
  white-space: nowrap;
}
/* indirimli durumda guncel fiyat YESIL (kazanc sinyali) + bir tik belirgin */
.topdown--sale .icp2 strong {
  color: #137333;
}
/* ------------------------------------------------------------------
   Yapiskan bar fiyat blogu INCE UX AYARI (navbar1008 ORIJINAL bar +
   indirim). `#addtocart2 .topdown` ile navbar1008'in `.topdown`
   (justify-content:space-around) kurallarini ezer — bar markup'i/
   layout'u DEGISMEZ, sadece fiyat blogu siklastirilir:
   - eski (ustu cizili) fiyat guncel fiyata YAKINLASIR (bosluk az)
   - "Adet Fiyati" etiketi KUCULUR
   ------------------------------------------------------------------ */
#addtocart2 .topdown{
  justify-content: center !important;   /* space-around dikey bosluklarini kaldir */
  gap: 0 !important;
}
#addtocart2 .td-oldline{
  margin: 0 0 1px !important;            /* eski fiyat satiri guncel fiyatin hemen ustunde */
}
#addtocart2 .topdown .icp2{
  line-height: 1.08 !important;          /* buyuk leading kaldir -> eski fiyatla sikifik */
  margin: 0 !important;
}
#addtocart2 .topdown > div{
  margin: -2px 0 5px !important;         /* "Adet Fiyati" biraz YUKARI (fiyata yakin) + altina birim fiyatla ARALIK */
  line-height: 1 !important;
}
#addtocart2 .topdown .fiyati{
  font-size: 0.64rem !important;         /* "Adet Fiyati" kucult */
  font-weight: 600;
  color: #9aa1ab;
  letter-spacing: .2px;
}
#addtocart2 .topdown .ppg{
  line-height: 1.15 !important;
  margin: 0 !important;
}
/* ============================================================
   LISTE/GRID KART — INDIRIM (kose ribbon SOL-UST + fiyat kutusu)
   Yesil indirim temasi · Montserrat · WCAG AA · responsive
   ============================================================ */
/* ribbon konteyneri garanti relative (Bootstrap .card zaten relative; acik tutalim) */
.card.productid { position: relative; }
/* ------------------------------------------------------------------
   KRITIK: global `.productid span` kurali (opacity:.5 / koyu renk /
   letter-spacing:1px / padding:0 / font-weight:600 — eski MARKA etiketi
   stili) bu fiyat span'lerini eziyor ve specificity'si (0,1,1) daha
   yuksek. Bu yuzden indirim blogunun TUM gorsel ozellikleri savunmaci
   olarak `!important` ile geri aliniyor (badge, eski fiyat ve guncel
   fiyat aksi halde solgun/koyu/dolgusuz render oluyordu).
   ------------------------------------------------------------------ */

/* Fiyat kutusu: ORTALI — 1) eski fiyat satiri, 2) buyuk guncel fiyat */
.mp-card-pricebox {
  display: flex;
  flex-direction: column;
  align-items: center;            /* fiyat blogu ortali (cfoot text-align:center ile uyumlu) */
  gap: 4px;
  margin: 6px 0 2px;
  line-height: 1.15;
}
/* Eski fiyat satiri (ustu cizili) — ortali. Rozet artik sol-ust kosede (absolute). */
.mp-card-oldline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
  opacity: 1 !important;
  margin: 0 !important;
}
.mp-card-old {
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #98a1ad !important;        /* eski fiyat NOTR GRI + ustu cizili (referans gibi) */
  opacity: 1 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
  letter-spacing: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.mp-card-discount {
  position: absolute !important;    /* SOL-UST kose rozeti — favori kalp (sag-ust) ile AYNI hizada */
  top: 10px !important;             /* kalp de top:10 → ayni satir */
  left: 10px !important;
  z-index: 3 !important;            /* gorsel/stretched-link uzerinde */
  width: 44px !important;           /* kalp butonuyla AYNI cap (44px daire) */
  height: 44px !important;
  display: flex !important;         /* "%X" tam ortali */
  align-items: center !important;
  justify-content: center !important;
  background: #137333 !important;   /* yesil */
  color: #fff !important;           /* .productid span koyu rengini ez */
  opacity: 1 !important;            /* .productid span opacity:.5'i ez */
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;      /* .productid span 600'u ez (kucuk etiket — okunur kalin) */
  line-height: 1 !important;
  letter-spacing: 0 !important;     /* .productid span 1px'i ez */
  padding: 0 !important;            /* daire icin dolgu yok */
  border-radius: 50% !important;    /* TAM YUVARLAK — kalp gibi */
  margin: 0 !important;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,.18) !important;  /* gorsel uzerinde okunabilirlik */
  text-decoration: none !important;
  pointer-events: none;             /* altindaki stretched-link tiklamasini engellemesin */
}
.mp-card-price--sale {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.18rem !important;
  font-weight: 600 !important;      /* eskisi gibi semibold (800 cok kalindi) */
  color: #137333 !important;        /* indirimli (guncel) fiyat YESIL */
  opacity: 1 !important;            /* .productid span opacity:.5'i ez */
  margin: 0 !important;             /* .morebold global margin'ini ezer */
  padding: 0 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
}
.mp-card-price--regular {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;      /* eskisi gibi semibold (700/800 cok kalindi) */
  color: #181e28 !important;        /* indirimsiz fiyat NOTR (yesil sadece kazanc sinyali) */
  opacity: 1 !important;            /* .productid span opacity:.5'i ez */
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
}
@media (max-width: 575.98px) {
  .mp-card-price--sale { font-size: 1.06rem !important; }
  .mp-card-price--regular { font-size: 1.0rem !important; }
  .mp-card-old { font-size: 0.76rem !important; }
  /* Mobilde kalp butonu 32x32 / top:8 / right:8'e kuculuyor (navbar1008 tap-target + .mp-card-like).
     Badge'i kalple BIREBIR esitle: ayni cap (32x32) + ayni konum (top:8/left:8). */
  .mp-card-discount {
    width: 32px !important;
    height: 32px !important;
    top: 8px !important;
    left: 8px !important;
    font-size: 0.6rem !important;
  }
}
