

.navigation__link{ color: #fff !important}

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

.search-field__actor{color: #fff !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: #1e1e1c !important;}

.mobile-nav-activator{color: #fff !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 {
    color: #fff !important;
    background-color: #222222;
    border-color: #222222;
    box-shadow: 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 {
  object-fit: contain !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: 12px !important;
  font-weight: 400 !important;
  color: #999 !important;
  text-decoration: line-through !important;
}

.price-sale {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1e1e1c !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;
}
