/** Shopify CDN: Minification failed

Line 156:0 Unexpected "<"
Line 165:0 Unexpected "<"
Line 209:0 Expected "}" to go with "{"

**/
/* Yazı tipleri */
body {
  font-family: 'Inter', sans-serif !important;
  color: #1A1A1A !important;
  background-color: #FFFFFF !important;
}

/* Başlıklar */
h1, h2, h3, h4, h5, h6,
.product-title, .collection-title {
  font-family: 'Montserrat', sans-serif !important;
  color: #1A1A1A !important;
}

/* Fiyat renkleri */
.price,
.product__price,
.price__regular,
.price__sale,
.product__info-container .product__price,
.product__info-container .price__regular,
.product__info-container .price__sale {
  color: #1A1A1A !important;
}

/* Açıklama */
.product__description,
.product__description p,
.product__description li,
.product__description span,
.product__description strong {
  color: #1A1A1A !important;
}

/* Linkler */
a, a:visited {
  color: #1A1A1A !important;
  text-decoration: none !important;
}

a:hover {
  color: #000000 !important;
  opacity: 0.85;
}
/* Arka plan ve gövde yazıları */
body {
  background-color: #FFFFFF !important;
  color: #333333 !important;
}

/* Başlıklar */
h1, h2, h3, h4, h5, h6,
.product-title, .collection-title {
  color: #1A1A1A !important;
}

/* Linkler */
a, a:visited {
  color: #1A1A1A !important;
  text-decoration: none !important;
}

a:hover {
  color: #000000 !important;
  opacity: 0.85;
}

/* Butonlar */
button, .button, input[type="submit"] {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}

/* FİYAT RENKLERİ */
.price,
.product__price,
.product__info-container .product__description,
.product__description span,
.product__description p {
  color: #000000 !important;
}
body.gradient.page-product .price,
body.gradient.page-product .product__price,
body.gradient.page-product .product__info-container .product__description,
body.gradient.page-product .product__description span,
body.gradient.page-product .product__description p {
  color: #000000 !important;
}
body.gradient.page-product .price,
body.gradient.page-product .product__price,
body.gradient.page-product .product__info-container .product__description,
body.gradient.page-product .product__description span,
body.gradient.page-product .product__description p {
  color: #000000 !important;
}
body.gradient.page-product .product__info-container .product__description,
body.gradient.page-product .product__info-container .product__description *,
body.gradient.page-product .price,
body.gradient.page-product .product__price {
    color: #000000 !important;
}
:root {
  --color-foreground: 0, 0, 0 !important;
}
:root {
  --color-foreground: 0, 0, 0 !important; /* bu RGB -> siyah */
}

.product__description.rte p,
.product__description.rte ul,
.product__description.rte li {
  color: rgb(0, 0, 0) !important;
}
body.gradient.page-product .price,
body.gradient.page-product .product__price,
body.gradient.page-product .product__info-container .product__description,
body.gradient.page-product .product__description span,
body.gradient.page-product .product__description p {
  color: #1A1A1A !important;
}
body.gradient.page-product .product__title,
body.gradient.page-product .product__sku,
body.gradient.page-product .product__price,
body.gradient.page-product .product__price .price-item,
body.gradient.page-product .product__tax,
body.gradient.page-product .product__info-container .product__description,
body.gradient.page-product .product__description span,
body.gradient.page-product .product__description p,
body.gradient.page-product .product__info-container .product__color,
body.gradient.page-product .product__info-container .product__color span {
  color: #1A1A1A !important;
}
.product__color span,
.product__color span *,
.product__color {
  color: #1A1A1A !important;
/* Ürünler başlığı kısmındaki koyu mavi arka planı değiştir */
.collection-hero,
.collection-hero__title,
.collection-hero__inner {
  background: #f3f4f6 !important; /* Açık gri-bej */
  color: #1A1A1A !important; /* Yazıyı okunaklı koyu renk yap */
}

/* Breadcrumb (Anasayfa > Ürünler) ile olan geçişe padding */
.breadcrumb {
  padding: 15px 0;
}
<style>
/* Sepet ikonunu görünür siyah yap */
.header__icon.wbhcart svg,
.userdrop svg,
.header__search .header__icon svg {
  fill: #000 !important;
  stroke: #000 !important;
  color: #000 !important;
}
</style>
/* Sepet ikonunu görünür yapmak için */
.wbhcart svg path {
  fill: #000 !important;
}
.wbhcart svg {
  fill: #000 !important;
  stroke: #000 !important;
  color: #000 !important;
}
a.button {
  background-color: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

a.button:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
a.button,
a.button:visited {
  background-color: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

a.button:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.cart__recommendation h2,
.product__vendor {
  color: #000 !important;
}

