

.navigation__link{ color: #222222 !important}
.navigation__link:hover{ color: #ff6600 !important}

.header-tools__item {color: #222222 !important}

.search-field__actor{color: #222222 !important}

a {
color: #333 !important
}

h2{color: #333 !important}


.slideshow-bg__img{height: 700px !important;}


    .pc-label {
        font-size: 0.65rem !important; 
    }


.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 14px;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  color: #fff;
}

.product-features {
  padding-left: 18px;
  margin-top: 12px;
  /*list-style: none;*/
}

.product-features li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.product-video {
  position: relative;
  z-index: 10;
}
.product-video {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
  margin-bottom: 0px;
}

.product-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}


.header_sticky{background-color: #fff !important;}

.mobile-nav-activator{color: #222222 !important;}

.header-mobile__navigation{background-color: #95bb23  !important;}

.mobile-nav-activator .btn-close-lg {
    color: #fff !important;
    font-size: 1.1rem;
    bottom:15px !important;
}


.header-mobile__navigation .sub-menu__item a {

  color:#fff !important;
  font-size: 1rem;
}

/* ================================
   PRODUCT BADGE OPACITY FIX
   ================================ */

/* Genel badge reset */
.pc-label,
.product-badge,
.badge {
  opacity: 1 !important;
  filter: none !important;
  color: #fff !important;
}

/* Parent'tan gelen opacity'yi kır */
.pc-labels,
.product-badges,
.product-single__price + div {
  opacity: 1 !important;
  filter: none !important;
}

/* Satış / kampanya */
.pc-label_sale,
.product-badge-sale,
.badge.bg-danger {
  background-color: #e2344c !important;
  color: #fff !important;
  opacity: 1 !important;
}

/* Ücretsiz kargo */
.pc-label_free_shipping,
.product-badge-shipping,
.badge.bg-success {
  background-color: #1e8e3e !important;
  color: #fff !important;
  opacity: 1 !important;
}

.badge.bg-warning{
  background-color: #d8d51c !important;
  color: #fff !important;
  opacity: 1 !important;

}
/* Bootstrap text-muted gibi class'lar etkiliyorsa */
.text-muted .pc-label,
.text-muted .badge {
  opacity: 1 !important;
  color: #fff !important;
}

/* Eski fiyat bloklarının badge'i soldurmasını engelle */
.price-old .pc-label,
.price-old .badge {
  opacity: 1 !important;
  filter: none !important;
}


/* ================================
   PRODUCT LABELS (GLOBAL)
   ================================ */

.pc-label {
  font-size: 11px !important;
  padding: 4px 8px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  filter: none !important;
}

/* SALE / CAMPAIGN */
.pc-label_sale {
  background-color: #e2344c !important;
  color: #fff !important;
}

/* FREE SHIPPING */
.pc-label_free_shipping {
  background-color: #1e8e3e !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
}

/* LABEL WRAPPER */
.pc-labels {
  z-index: 8 !important;
  opacity: 1 !important;
  filter: none !important;
}

/* Bootstrap / theme overrides */
.text-muted .pc-label,
.price-old .pc-label {
  opacity: 1 !important;
  filter: none !important;
  color: #fff !important;
}

/* GENEL */
.campaign-bar {
  background: #95bc23;
  color: #fff;
}
#sepete_ekle_button{

clear: both !important;
 visibility: visible !important; 
 opacity: 1 !important;
  background-color: #9ec843 !important;
   margin-bottom: 10px !important;
   color: white !important;
     float: right !important;

}
.campaign-bar__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.campaign-item {
  white-space: nowrap;
  font-size: 14px;
}

.campaign-item strong {
  font-weight: 700;
}

/* =====================
   DESKTOP
===================== */
@media (min-width: 769px) {

  /* sadece header */
  .campaign-bar--header {
    display: block;
    position: relative;
  }

  /* footer tamamen kapalı */
  .campaign-bar--footer {
    display: none !important;
  }
}

/* =====================
   MOBİL
===================== */
@media (max-width: 768px) {
#sepete_ekle_button{

  width: 100% !important;
}
  .footer{
    text-align: center;
  }
  /* desktop header ve footer campaign bar mobilde kapalı */
  .campaign-bar--header {
    display: none !important;
  }
  .campaign-bar--footer {
    display: none !important;
  }

  /* mobil header yüksekliğini otomatik yap (banner + nav birlikte) */
  .header-mobile {
    height: auto !important;
    min-height: 3.75rem;
  }

  /* mobil banner stili */
  .campaign-bar--mobile-strip {
    background: #95bc23;
    color: #fff;
    font-size: 11px;
    width: 100%;
  }

  .campaign-bar--mobile-strip .campaign-bar__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 6px 8px;
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
  }

  body {
    padding-bottom: 0;
    padding-top: 0;
  }
}


/* HOME TAB FIX */
.home-products-tabs .nav-tabs {
  border: 0;
  justify-content: center;
  gap: 32px;
}

.home-products-tabs .nav-tabs .nav-link {
  border: 0;
  background: transparent;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #999;
  padding: 6px 0;
  position: relative;
}

.home-products-tabs .nav-tabs .nav-link.active {
  color: #000;
  font-weight: 500;
}

.home-products-tabs .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #000;
}


/* PRODUCT CARD BADGE FIX */
.product-card {
  position: relative;
}

.pc__img-wrapper {
  position: relative;
  overflow: hidden;
}

.pc-labels {
  top: 12px;
  right: 12px;
  z-index: 5;
}

.pc-label {
  font-size: 11px;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 2px;
}

/* Sale */
.pc-label_sale {
  background: #e10600;
  color: #fff;
}

/* Free shipping */
.pc-label_free_shipping {
  background: #111;
  color: #fff;
}





.btn-dark,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark:visited,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff !important;
    background-color: #222222;
    border-color: #222222;
    box-shadow: none;
    text-decoration: none;
}

.my-account .orders-table tbody td .btn {
    height: auto !important;
    font-size: 0.875rem;
}


.category-big-card,
.category-small-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.category-big-card img,
.category-small-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.category-big-card:hover img,
.category-small-card:hover img {
  transform: scale(1.03);
}

.brand-image-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}



  .slider-mobile,
  .slider-desktop {
    display: none;
  }

  @media (max-width: 767px) {
    .slider-mobile {
      display: block;
      max-height: 450px;
    }
  }


  @media (min-width: 768px) {
    .slider-desktop {
      display: block;
    }
  }

  .slideshow {
    height: auto !important;
}



/* =========================
   SLIDER VISIBILITY
========================= */
.slider-mobile { display: none; }
.slider-desktop { display: block; }

@media (max-width: 767px) {
  .slider-mobile { display: block; }
  .slider-desktop { display: none; }
}

/* =========================
   TRENDYOL TARZI ÜRÜN KARTI
========================= */

/* Kart genel */
.product-card {
  border-radius: 12px !important;
  border: 1px solid #f0f0f0 !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07) !important;
  transition: box-shadow 0.22s ease, transform 0.22s ease !important;
  overflow: hidden !important;
}

.product-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.13) !important;
  transform: translateY(-3px) !important;
}

/* Görsel alanı – 3:4 portrait oran (kitap kapağı için ideal) */
.pc__img-wrapper {
  padding-top: 133% !important;
  background-color: #f7f7f7 !important;
  border-radius: 12px 12px 0 0 !important;
  overflow: hidden !important;
}

.pc__img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  background-color: #f7f7f7 !important;
  padding: 0 !important;
  transition: transform 0.3s ease !important;
}

.product-card:hover .pc__img {
  transform: scale(1.04) !important;
}

/* Ürün bilgi alanı */
.pc__info {
  padding: 10px 12px 12px !important;
  background: #fff !important;
}

/* Ürün adı – 2 satırla sınırla */
.pc__title {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
  margin-bottom: 6px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.4 !important;
  min-height: 2.8em !important;
}

.pc__title a {
  color: #1a1a1a !important;
  text-decoration: none !important;
}

.pc__title a:hover {
  color: #1e1e1c !important;
}

/* Fiyat – Trendyol turuncu */
.price {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1e1e1c !important;
}

.price-old {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #aaa !important;
  text-decoration: none !important;
  position: relative !important;
  display: inline-block !important;
}

.price-old::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  height: 2px !important;
  background: #e63946 !important;
  border-radius: 2px !important;
  transform: translateY(-50%) rotate(-6deg) !important;
}

.price-sale {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #e63946 !important;
}

/* Ürün detay sayfası — fiyat daha büyük */
.product-single__price .price-old {
  font-size: 18px !important;
}

.product-single__price .price-sale {
  font-size: 28px !important;
}

/* Sepete ekle butonu */
.pc__atc {
  width: calc(100% - 20px) !important;
  left: 10px !important;
  right: 10px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  background-color: #1e1e1c !important;
  border: none !important;
  padding: 10px !important;
}

.pc__atc:hover {
  background-color: #333333 !important;
}

/* Favori kalp butonu */
.pc__btn-wl {
  background: rgba(255,255,255,0.9) !important;
  border-radius: 50% !important;
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 10px !important;
  left: 10px !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15) !important;
}

/* Etiketler */
.pc-labels {
  top: 10px !important;
  right: 10px !important;
}

.pc-label {
  font-size: 10px !important;
  padding: 3px 7px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
}

.pc-label_free_shipping {
  background-color: #00a650 !important;
}

.pc-label_sale {
  background-color: #e8002d !important;
}

/* Kart wrapper gap */
.product-card-wrapper {
  padding: 4px !important;
}


/* =========================
   SEPETE EKLE BUTONU (Trendyol stili)
========================= */
.btn-add-to-cart {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  background-color: #1e1e1c;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-add-to-cart:hover {
  background-color: #3a3a38;
}

.btn-out-of-stock {
  background-color: #ccc !important;
  color: #888 !important;
  cursor: not-allowed !important;
}


/* =========================
   BADGE KONUM DUZELTMESİ
========================= */
.pc-labels {
  top: 0 !important;
  right: 0 !important;
}

.pc-label {
  border-radius: 0 0 0 6px !important;
  padding: 4px 10px !important;
  font-size: 10px !important;
}

.pc-labels .pc-label:first-child {
  border-radius: 0 12px 0 6px !important;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff !important;
    background-color: #222222 !important;
    border-color: #222222 !important;
    text-decoration: none;
}

/* =========================
   MOBİL BADGE BOYUTU DÜZELTMESİ
========================= */
@media (max-width: 767px) {
  .pc-label {
    font-size: 8px !important;
    padding: 2px 5px !important;
    letter-spacing: 0 !important;
  }
  .pc-labels {
    top: 8px !important;
    right: 6px !important;
  }
}

/* Dropdown menü genişliği yazı kadar olsun, alt satıra geçmesin */
.default-menu {
  width: max-content !important;
  min-width: 0 !important;
}
.default-menu .menu-link {
  white-space: nowrap;
}

/* Footer background white */
.footer.footer_type_1 { background-color: #fff !important; }

/* Footer link hover orange */
.footer .menu-link:hover { color: #ff6600 !important; }

/* Logo boyutu */
.header .logo__image { max-height: 40px !important; }
.header-mobile .logo__image { max-height: 2rem !important; }



/* ===== PRE-FOOTER KARTI ===== */
.pc-prefooter {
  background: #fdf0f0;
  padding: 40px 0 32px;
}

/* Büyük kart */
.pc-prefooter__card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  height: 100%;
}
.pc-prefooter__icon {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
}
.pc-prefooter__title {
  font-weight: 700;
  font-size: 0.95rem;
  color: #222;
  margin-bottom: 4px;
}
.pc-prefooter__text {
  font-size: 0.82rem;
  color: #888;
  line-height: 1.4;
}

/* Küçük rozet */
.pc-prefooter__badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 50px;
  padding: 12px 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  height: 100%;
}
.pc-prefooter__badge-icon { font-size: 1.4rem; flex-shrink: 0; }
.pc-prefooter__badge-title { font-weight: 700; font-size: 0.88rem; color: #222; }
.pc-prefooter__badge-text  { font-size: 0.78rem; color: #999; }

/* ===== FOOTER İLETİŞİM BUTONLARI ===== */
.pc-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pc-footer-contact__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: opacity .2s;
}
.pc-footer-contact__btn:hover { opacity: .85; }
.pc-footer-contact__btn--wa    { background: #25d366; color: #fff !important; }
.pc-footer-contact__btn--mail  { background: #5b8fc9; color: #fff !important; }
.pc-footer-contact__btn--phone { background: transparent; border: 1px solid #ccc; color: #444 !important; }

/* ===== DALGA GEÇİŞ ===== */
.pc-wave-divider {
  background: #f7dfe3;
  line-height: 0;
  margin-bottom: -2px;
}
.pc-wave-divider svg {
  display: block;
  width: 100%;
  height: 80px;
}



/* ===== PATİ ARKAPLAN - FLOATING SVG ===== */
.paw-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.paw-bg span {
  position: absolute;
  display: block;
  opacity: 0.09;
  animation: floatPaw linear infinite;
}
.paw-bg span svg { width: 100%; height: 100%; }
.paw-bg span:nth-child(1)  { width:28px; top:4%;  left:3%;   animation-duration:18s; animation-delay:0s;   color:#EE97A3; }
.paw-bg span:nth-child(2)  { width:20px; top:12%; left:87%;  animation-duration:22s; animation-delay:2s;   color:#88BAD3; }
.paw-bg span:nth-child(3)  { width:35px; top:38%; left:6%;   animation-duration:26s; animation-delay:4s;   color:#F09647; }
.paw-bg span:nth-child(4)  { width:22px; top:68%; left:79%;  animation-duration:20s; animation-delay:1s;   color:#88BAD3; }
.paw-bg span:nth-child(5)  { width:18px; top:83%; left:18%;  animation-duration:24s; animation-delay:6s;   color:#EE97A3; }
.paw-bg span:nth-child(6)  { width:30px; top:53%; left:91%;  animation-duration:30s; animation-delay:3s;   color:#F09647; }
.paw-bg span:nth-child(7)  { width:24px; top:28%; left:48%;  animation-duration:28s; animation-delay:5s;   color:#88BAD3; }
.paw-bg span:nth-child(8)  { width:26px; top:88%; left:58%;  animation-duration:16s; animation-delay:7s;   color:#EE97A3; }
.paw-bg span:nth-child(9)  { width:16px; top:58%; left:33%;  animation-duration:20s; animation-delay:9s;   color:#F09647; }
.paw-bg span:nth-child(10) { width:32px; top:18%; left:63%;  animation-duration:25s; animation-delay:11s;  color:#88BAD3; }
.paw-bg span:nth-child(11) { width:20px; top:45%; left:22%;  animation-duration:23s; animation-delay:8s;   color:#EE97A3; }
.paw-bg span:nth-child(12) { width:25px; top:72%; left:42%;  animation-duration:19s; animation-delay:13s;  color:#F09647; }

@keyframes floatPaw {
  0%   { transform: translateY(0)     rotate(0deg);  opacity: 0.09; }
  50%  { transform: translateY(-25px) rotate(18deg); opacity: 0.15; }
  100% { transform: translateY(0)     rotate(0deg);  opacity: 0.09; }
}

/* ===== SERVİS BÖLÜMÜ AYRIMI ===== */
.service-promotion {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 32px !important;
  box-shadow: 0 4px 24px rgba(238,151,163,.10);
}

.pc-prefooter {
  background: #f7dfe3 !important;
}

/* SIZE ÖZEL FIRSATLAR arka plan */
.home-products-tabs {
  background: #fff;
  border-radius: 20px;
  padding: 32px !important;
}





body {
    font-family: 'Nunito', sans-serif !important;
    background-color: #ffffff !important;
}

/* Servis kartları */
.svc-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  height: 100%;
}

/* Servis kartları alt boşluk = home-products-tabs padding ile eşit */
.service-promotion-cards {
  padding-bottom: 32px !important;
}

/* Pre-footer kart — icon üstte, ortalı */
.pc-prefooter__card--center {
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.pc-prefooter__card--center .pc-prefooter__icon {
  margin-bottom: 6px;
}

.pc-prefooter__card--center .pc-prefooter__title { margin-bottom: 2px !important; }
.pc-prefooter__card--center .pc-prefooter__icon { font-size: 1.6rem !important; }
.pc-prefooter__card--center { padding: 14px 16px !important; gap: 0 !important; }

/* Sepete ekle butonu — tüm sayfalarda turuncu & rounded */
.pc__atc {
  background: #F09647 !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  border: none !important;
}
.pc__atc:hover {
  background: #d97d30 !important;
  color: #fff !important;
}

/* Global turuncu buton — tüm tema action butonları */
.btn-success,
.btn-primary,
.btn-dark {
  background-color: #F09647 !important;
  border-color: #F09647 !important;
  color: #fff !important;
}
.btn-success:hover,
.btn-primary:hover,
.btn-dark:hover {
  background-color: #d97d30 !important;
  border-color: #d97d30 !important;
  color: #fff !important;
}
.btn-success:disabled,
.btn-primary:disabled,
.btn-dark:disabled {
  background-color: #f0b07a !important;
  border-color: #f0b07a !important;
}
