/** Shopify CDN: Minification failed

Line 185:0 Unexpected "<"
Line 200:0 Unexpected "<"

**/
 h1,h2,h3,h4,h5,h6 {
  font-size: 20px;
  font-weight: 550;
  letter-spacing: -0.5px;
   color: #000; 
}


a {
  font-size: 13px;
  font-weight: 550;
  letter-spacing: -0.5px;
  color: #000; 
}

summary {
  font-size: 14px;
  font-weight: 550;
  letter-spacing: -0.5px;
  color: #000; 
}

.related-products__heading.inline-richtext.h2 {
  font-size: 14px !important;
  font-weight: 550;
  letter-spacing: -0.5px;
  color: #000; 
}

.track123_form2_label {
  font-size: 14px !important;
  font-weight: 550;
  letter-spacing: -0.5px;
  color: #000; 
}

.track123_center_line2 {
  font-size: 14px !important;
  font-weight: 550;
  letter-spacing: -0.5px;
  color: #000; 
}


.track123_center_line2_mobile {
  font-size: 14px !important;
  font-weight: 550;
  letter-spacing: -0.5px;
  color: #000; 
}

#track123_submit_button {
  font-size: 14px !important;
  font-weight: 550;
  letter-spacing: -0.3px;
  color: #ffffff; 
}


p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #000; 
}

li {
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #000; 
}

ul {
  font-size: 17px !important;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #000; 
}

.link.link--text.list-menu__item.list-menu__item--link {
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #000; 
}

.card__information .card__heading {
text-align: center !important;
}

.card__information .card-information {
text-align: center !important;
}

.price.price--large.price--show-badge .price-item.price-item--last {
color: #000000; /* İndirimsiz fiyatın rengi siyah yapıldı */
font-size: 18px; /* Fiyat yazı boyutunu buradan ayarlayabilirsiniz */
font-family: 'helvetica', sans-serif; /* Yazı tipini 'Roboto' olarak değiştirdik */
font-weight: 500; /* Daha kalın yazı */
letter-spacing: -0.5px; /* Rakamlar arasındaki mesafeyi daraltma */
}

.price.price--large.price--show-badge .price-item.price-item--regular {
color: #800020; /* İndirimli fiyatın rengi kırmızı yapıldı */
font-size: 17px; /* Fiyat yazı boyutunu buradan ayarlayabilirsiniz */
font-family: 'helvetica', sans-serif; /* Yazı tipini 'Roboto' olarak değiştirdik */
font-weight: 400; /* Daha kalın yazı */
letter-spacing: -0.5px; /* Rakamlar arasındaki mesafeyi daraltma */
}


/* İndirimsiz fiyat (indirimli ürünler için) */
.price-item.price-item--sale.price-item--last  {
    color: #000000 !important; /* Siyah renk */
    font-size: 16px; /* Yazı boyutu */
    font-family: 'helvetica', sans-serif; /* Yazı tipi */
    font-weight: 500; /* Yazı kalınlığı */
    letter-spacing: -0.6px; /* Karakter aralığı */
}

/* İndirimli fiyat */
.price-item.price-item--regular {
    color: #000000 !important; /* Kırmızı renk */
    font-size: 16px; /* Yazı boyutu */
    font-family: 'helvetica', sans-serif; /* Yazı tipi */
    font-weight: 500; /* Yazı kalınlığı */
    letter-spacing: -0.6px; /* Karakter aralığı */
}


#ContactForm-name.field__input{
    font-family: 'helvetica', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
}

/* Varsayılan olarak tüm label yazıları siyah */
.product-form__input--pill label {
  font-size: 14px !important;
  letter-spacing: -0.6px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  font-family: inherit !important;
  transition: color 0.2s ease;
}

/* Seçili input'un label'ını beyaz yap */
.product-form__input--pill input[type="radio"]:checked + label {
  color: #ffffff !important;
}

/* Varyasyon başlıkları */
.product-form__input .form__label {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: -0.4px !important;
  color: #000000 !important;
  font-family: inherit !important;
  text-transform: none !important;
}


/* SKU'yu yalnızca mobilde gizle (Dawn ve çoğu app için kapsamlı seçiciler) */
@media (max-width: 749px) {
  .product .product__info-container .product__sku,
  .product .product__info-container .product-sku,
  .product .product__info-container .sku,
  .product .product__info-container [id^="Sku-"],
  .product .product__accordion .sku,
  #StickyProductForm .sku,
  [data-product-information] .sku {
    display: none !important;
  }
}

/* add to cart butonu üzerine geldiğinde renk değişimi */
<style>
.product-form .product-form__submit {
  background: #800020;   /* Normal arka plan */
  color: #FFFFFF;        /* Normal yazı rengi */
  font-family: inherit;  /* p etiketindeki fontu devralır */
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.3s ease; /* Geçiş animasyonu */
}

.product-form .product-form__submit:hover {
  background: #FFF5E4;  /* Hover arka plan rengi */
  color: #000000;       /* Hover yazı rengi */
}
</style>






