@charset "UTF-8";
/* xl - DESKTOP STYLES */
.trx_addons_scroll_to_top {
  z-index: 10000 !important;
}
.sc_price_item_image {
  width: 70%;
  margin: 0 auto;
  display: block;
  transition: transform 0.5s ease-in-out;
  /* Animasyon geçişi */
  border-radius: 18px;
}
.sc_price_item_image:hover {
  transform: scale(1.1);
  /* Görseli %10 büyütür */
}
.sc_price_item_inner {
  transition: transform 0.4s ease-in-out;
}
.sc_price_item_inner:hover {
  transform: scale(1.03);
}
/* === Ürün Kartı Genel Düzen === */
.sc_price.sc_price_simple_shadow {
  height: auto !important;
  max-height: 90vh;
  /* ekranın %90'ını geçmesin */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #1e1e1e, #212121);
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.sc_price.sc_price_simple_shadow:hover {
  transform: scale(1.02);
  box-shadow: 0 0 60px rgba(0, 255, 200, 0.25);
  /* yeşilimsi parıltı */
}
/* === Görsel Zoom ve Işık Efekti === */
.sc_price_item_image {
  width: 50%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sc_price_item_image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
/* Hover sırasında zoom ve ışık parlaması */
.sc_price_item_image:hover img {
  transform: scale(1.1);
  filter: brightness(1.1);
}
/* Parıltı efekti */
.sc_price_item_image::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(120deg, rgba(0, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.1) 100%);
  transform: rotate(25deg);
  transition: all 0.8s ease;
  opacity: 0;
}
.sc_price_item_image:hover::after {
  left: 120%;
  opacity: 1;
}
/* === Responsive düzen === */
@media (max-width: 768px) {
  .sc_price.sc_price_simple_shadow {
    max-height: none;
    flex-direction: column;
  }
  .sc_price_item_image {
    width: 85%;
  }
}
.contacts_email {
  font-size: 16px;
}
/* Varsayılan masaüstü boyutu */
.responsive-img img {
  width: 500px !important;
  height: 500px !important;
  object-fit: cover;
}
/* Mobil için 300x300 */
@media (max-width: 768px) {
  .responsive-img img {
    width: 300px !important;
    height: 300px !important;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .trx_addons_scroll_to_top {
    z-index: 100 !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F52087-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F52087-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADnBA%3BACyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtCA%3BAC4CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtDA%3BAC8DA%3BAAAA%3BAAAA%3BAAAA%3BAD9DA%3BACoEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BADjFA%3BACuFA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BADlGA%3BACyGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzGA%3BACgHA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjHF%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%22%7D */