/* =========================================================
   POLTECH GENEL KURUMSAL CSS
   Ana Mavi: #004A98
   Açık Mavi: #0066CC
   Turuncu: #FF7A00
   Kırmızı: #E30613
   Yeşil: #16A34A
   ========================================================= */


/* =========================================================
   GENEL SAYFA RENKLERİ
   ========================================================= */

body {
  background-color: #F4F6FA !important;
  color: #1F2937 !important;
}


/* Genel başlıklar */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111827 !important;
}


/* Genel bağlantılar */

a {
  color: #004A98;
}

a:hover,
a:focus {
  color: #0066CC;
}


/* =========================================================
   GENEL BUTONLAR
   ========================================================= */

button,
.btn,
.btn-primary,
.button,
input[type="submit"],
input[type="button"] {
  background-color: #004A98 !important;
  border-color: #004A98 !important;
  color: #FFFFFF !important;
  transition: all 0.2s ease;
}

button:hover,
.btn:hover,
.btn-primary:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #0066CC !important;
  border-color: #0066CC !important;
  color: #FFFFFF !important;
}

button:focus,
.btn:focus,
.btn-primary:focus,
.button:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 74, 152, 0.18) !important;
}


/* Pasif butonlar */

button:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}


/* =========================================================
   SEPETE EKLE VE SATIN ALMA BUTONLARI
   ========================================================= */

.add-to-cart,
.btn-sepet,
.sepete-ekle,
.product-cart-button,
.cart-button,
.addCart,
.add-cart {
  background-color: #FF7A00 !important;
  border-color: #FF7A00 !important;
  color: #FFFFFF !important;
}

.add-to-cart:hover,
.btn-sepet:hover,
.sepete-ekle:hover,
.product-cart-button:hover,
.cart-button:hover,
.addCart:hover,
.add-cart:hover {
  background-color: #E86D00 !important;
  border-color: #E86D00 !important;
  color: #FFFFFF !important;
}

.add-to-cart:focus,
.btn-sepet:focus,
.sepete-ekle:focus,
.product-cart-button:focus,
.cart-button:focus,
.addCart:focus,
.add-cart:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.20) !important;
}


/* =========================================================
   FİYAT ALANLARI
   ========================================================= */

.price,
.urun-fiyat,
.product-price,
.fiyat,
.sale-price,
.new-price {
  color: #E30613 !important;
  font-weight: 700 !important;
}


/* Eski fiyat */

.old-price,
.eski-fiyat,
.product-old-price,
.regular-price {
  color: #9CA3AF !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}


/* =========================================================
   ÜRÜN KARTLARI
   ========================================================= */

.product-item,
.product-card,
.urun-karti,
.product-box {
  background-color: #FFFFFF !important;
  border-color: #E5EAF0 !important;
  transition: all 0.2s ease;
}

.product-item:hover,
.product-card:hover,
.urun-karti:hover,
.product-box:hover {
  border-color: #004A98 !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}


/* =========================================================
   STOK, KARGO VE GÜVEN ALANLARI
   ========================================================= */

.success,
.stokta-var,
.kargo,
.guvenli-alisveris,
.stock,
.in-stock {
  color: #16A34A !important;
  font-weight: 600 !important;
}


/* =========================================================
   FORM ALANLARI
   ========================================================= */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
select,
textarea {
  border-color: #D1D5DB;
  transition: all 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  border-color: #004A98 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 74, 152, 0.12);
}


/* =========================================================
   POLTECH GÜVEN VE ÜRÜN AÇIKLAMA ALANI
   ========================================================= */

.pt-trust-box {
  width: 100%;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  background-color: #F8FAFC;
  font-family: Arial, Helvetica, sans-serif;
  color: #1F2937;
  box-sizing: border-box;
}

.pt-trust-box * {
  box-sizing: border-box;
}

.pt-trust-box h3 {
  margin: 0 0 12px 0;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
  color: #111827 !important;
}

.pt-trust-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #374151;
}

.pt-trust-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  margin-right: -7px;
  margin-bottom: 0;
  margin-left: -7px;
}

.pt-trust-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 220px;
  min-width: 0;
  min-height: 105px;
  margin: 7px;
  padding: 16px;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.pt-trust-item:hover {
  border-color: #B8CCE2;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.pt-trust-item strong {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #111827;
}

.pt-trust-item span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #4B5563;
}

.pt-trust-note {
  margin-top: 18px !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  color: #6B7280 !important;
}


/* =========================================================
   TABLET VE MOBİL DÜZEN
   ========================================================= */

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

  .pt-trust-box {
    margin-top: 22px;
    padding: 18px;
    border-radius: 12px;
  }

  .pt-trust-box h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .pt-trust-box p {
    font-size: 14px;
    line-height: 1.6;
  }

  .pt-trust-grid {
    display: block;
    margin-top: 14px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .pt-trust-item {
    width: 100%;
    min-height: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 15px;
  }

  .pt-trust-item:last-child {
    margin-bottom: 0;
  }

  .pt-trust-note {
    margin-top: 15px !important;
  }

}


/* =========================================================
   ÇOK KÜÇÜK MOBİL EKRANLAR
   ========================================================= */

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

  .pt-trust-box {
    padding: 15px;
  }

  .pt-trust-box h3 {
    font-size: 17px;
  }

  .pt-trust-item {
    padding: 14px;
  }

}